Game executable problem
by Eugene Karnot · in Torque Game Engine · 12/15/2008 (3:29 am) · 2 replies
A kind of an annoying problem...after i create something in TGB and use "Run Game" option - game runs as intended. However, if i later start just the game executable from windows, not running it from within TGB, it just shows me black screen.
I looked at the console log, and there was this line :
Error loading level game/data/levels/untitled.t2d. Invalid file.
Seems logical enough, except the name of my level is certainly not "untitled". I assume, to start my game independently of TGB, i must reference the name of my level manually for some obscure reason ? Where do i write it ?
Thank you.
I looked at the console log, and there was this line :
Error loading level game/data/levels/untitled.t2d. Invalid file.
Seems logical enough, except the name of my level is certainly not "untitled". I assume, to start my game independently of TGB, i must reference the name of my level manually for some obscure reason ? Where do i write it ?
Thank you.
Mauro Bianco
Now, when I load a demo it does not run. The console.log said game/data/levels/untitled.t2d was not there. True! the file was game.t2d. I renamed it and it Worked. Exited torque, since the window still did not show any level in the builder. Tried to launch the same demo! NOT RUNNING AGAIN! It looking for untitled1.t2d.... and so on...
What happened? It looks like torque would do what I need but I need something that works!
Please: HELP MEEE
MB