Jump to content

Launching the game via IDE


photo

Recommended Posts

When I launch the game through the IDE, I only see a black screen instead of the game, but I can open the console. However, if I launch the game normally (not through the IDE), everything works fine. What steps should I take to resolve this issue?

Edited by kerabayt
Link to comment

Hello!

On 8/4/2024 at 3:16 AM, kerabayt said:

When I launch the game through the IDE, I only see a black screen instead of the game, but I can open the console. However, if I launch the game normally (not through the IDE), everything works fine. What steps should I take to resolve this issue?

You need to pass your world name through the startup argument -console_command "world_load your_world" where your_world is the path to your your_world.world file inside the data directory (without the *.world extension). Additionally, it can be set up through the data\configs\default.boot config file by setting the starting_world to the specific world you need to launch on startup.

Thanks!

Link to comment
×
×
  • Create New...