This is going to sound silly but i was wondering if the console window can be gotten rid of once the game is finished. When developing a game it is a useful tool but after the game
finished not needed.
digiman
This is going to sound silly but i was wondering if the console window can be gotten rid of once the game is finished. When developing a game it is a useful tool but after the game
finished not needed.
digiman
There used to be an old parameter that you could use ("-c") that would hide the console. However, it doesn’t seem to work anymore. Therefore, you have 3 options:
1) Tweak the BGE source code to hide the console. (Using “/SUBSYSTEM:WINDOWS /ENTRY:mainCRTStartup” in the linker would be the easiest way.)
2) Use an external application to hide the console (like the BPPlayer).
3) I believe there was a python script that might do the same thing, but I can’t find it. =/