Game Development Community

Launch debug with Arguments

by William Gooding · in Torque 3D Professional · 01/12/2010 (3:28 pm) · 1 replies

Hello Everyone:

This is a newbie question. I need to launch T3D with arguments (e.g. "-worldeditor"), so it goes straight to the World Editor, where do I put that command in Torsion or VS2008?

#1
01/12/2010 (7:39 pm)
I could make it work on Torsion:

In Project->properties a dialog opens. In the configurations tab, I click on the Debug configuration and add the command -worldeditor without quotation marks.

However, when I try the same in VS2008, nothing happens (with or without quotation marks).

Does anybody knows if I am doing something wrong?