Game Development Community

Getting torsion to run with TGB 1.5 release?

by Phil Carlisle · in Torque Game Builder · 07/11/2007 (8:15 am) · 6 replies

Just wondering if anyone had any tips. I cant wrap my head around how to get torsion to debug the new 1.5 seperated .exe files etc.

Clues?

#1
07/11/2007 (8:41 am)
Basically, Torsion is no longer used to run the level builder itself--it executes the game runtime directly.

Workflow is basically:

--Startup TGB 1.5, create a new project (note carefully the path you create the project it, it now defaults to your "My Documents/MyGame" directory instead of where TGB was installed).

--do stuff, save

--Start up Torsion, select "Open Project.." and navigate through your "My Documents/MyGame/.../Torsion" directory to find the automatically built torsion project, and open it.

--run with the "Play Level" if you like, but this does not use Torsion (quick tests are easy with this branch of the workflow)

--when you want to do a Torsion debug, simply leave TGB editor open, and swap focus to Torsion, and debug normally. Since it runs the game executable directly, the level builder executable stays open in the background, and Torsion <-->TGB Game exe works as usual.
#2
07/11/2007 (9:10 am)
When you create your new project be sure to check the "Copy Game Executable to Game Path" box. If you don't do this you can still copy it over manually.
#3
07/11/2007 (9:51 am)
Ta guys..

BTW: What about existing projects using the new executables etc? Is there a way to create the torsion settings? Or I guess I could just copy the game exe into the game directory and run torsion using that.

Okey doke :)
#4
07/11/2007 (9:54 am)
Quote:Or I guess I could just copy the game exe into the game directory and run torsion using that.

Correct :)

btw you can now run multiple release instances on the same computer... great for testing networking.
#5
07/16/2007 (4:52 pm)
Also you need to upgrade to Torsion 1.1.130 beta which has fixes for TGB support.
#6
07/28/2007 (4:57 am)
Thanks for the link of the new torsion , i also wonderd why nothings happening when starting torsion ;), now everything's working as it should ...