123456789101112131415 |
- :: 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
- "@[email protected]" -console
- :: or load a level and open the editor:
- :: "@[email protected]" -console -level mylevel.mis -worldeditor
|