Game Development Community

Issues with editors

by James Mintram · in Torque Game Engine · 12/25/2006 (10:16 am) · 2 replies

Hello everyone, I am new to TGE just getting my head around simple things. The problem I am having is with the editors, it seems that the folders available in the GUI editor and Level editor are under the ~/.garagegames/torqueDemo/gamename directory as a pose to the folders where my game actually resides, this is quite a pain as I have to copy files around all the time!

The second problem I have is whenever saving the PlayGUI.cs file, it never seems to include the nocursor=1 option, so again I have to edit the file before being able to use it which is a bit of a pain, so I was wondering if there were any solutions!

James Mintram

#1
12/26/2006 (8:59 am)
For the first issue launch the binary like that :

torqueDemo.bin -nohomedir
#2
12/26/2006 (10:07 am)
Thanks for that!