Torque3D/Tools/CMake/app-debug-win.bat.in

16 lines
383 B
Batchfile
Raw Permalink Normal View History

:: little debug helper script that helps you starting Torque3D with command line arguments.
:: possible args:
:: -log <Mode: 0,1,2>
:: -console
:: -level <level.mis>
:: -worldeditor
:: -guieditor
:: -help
:: as example, we just show the console
"@PROJECT_NAME@.exe" -console
:: or load a level and open the editor:
:: "@PROJECT_NAME@.exe" -console -level mylevel.mis -worldeditor