ps
are not workingFreeConsole
in the client only hides the console that opens when the game is opened by clicking the executable.
Using ShowWindow(GetConsoleWindow(), SW_HIDE)
will additionally hide the console window that is used to open teeworlds, if starting teeworlds from the command line.
If you want to open teeworlds without a console, from the console, you can use start teeworlds
, which will keep the original console w...