kerabayt Posted August 3, 2024 Posted August 3, 2024 (edited) 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 August 3, 2024 by kerabayt
bmyagkov Posted August 5, 2024 Posted August 5, 2024 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!
Recommended Posts