2
0

app-debug-win.bat.in 383 B

123456789101112131415
  1. :: little debug helper script that helps you starting Torque3D with command line arguments.
  2. :: possible args:
  3. :: -log <Mode: 0,1,2>
  4. :: -console
  5. :: -level <level.mis>
  6. :: -worldeditor
  7. :: -guieditor
  8. :: -help
  9. :: as example, we just show the console
  10. "@[email protected]" -console
  11. :: or load a level and open the editor:
  12. :: "@[email protected]" -console -level mylevel.mis -worldeditor