Stable and dosless runtime exe?

tried playing sintel and frankie…
it seems both of them are pretty solid except of a few gameplay problems, slow framerates…

Basically, how do i remove the dos running in the background?
And also, i want the escape button to not act as an exit button to get out from the game.

I tried assigning the exit button with some other function in game which seems to work…
but then once i don’t use it, it’ll act like quit button again…

Are these something that comes from the compiler by default or can i script it out in py?

You mean the console? [DOS isn’t available since windows 98).

As far as I remember there is a runtime parameter at the blender player / application file. Start it with “-h” to see available options (from console indeed). Then create a batch file (.bat or .cmd) or a desktop link that provides the according parameters.

Overriding ESC with a keyboard sensor disables the default quit operation. In worst case you can’t exit anymore.