Guest User

Untitled

a guest
Sep 6th, 2012
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. Usage: spring [options] [path_to_script.txt or demo.sdf]
  2. Allowed options:
  3.  
  4. -h [ --help ] This help message
  5. -V [ --version ] Display program version
  6. --sync-version Display program sync version (for online gaming)
  7. -f [ --fullscreen ] Run in fullscreen mode
  8. -w [ --window ] Run in windowed mode
  9. -x [ --xresolution ] arg Set X resolution
  10. -y [ --yresolution ] arg Set Y resolution
  11. -m [ --minimise ] Start minimised
  12. -s [ --server ] Run as a server
  13. -c [ --client ] Run as a client
  14. -p [ --projectiledump ] Dump projectile class info in projectiles.txt
  15. -t [ --textureatlas ] Dump each finalized textureatlas in
  16. textureatlasN.tga
  17. -n [ --name ] arg Set your player name
  18. -C [ --config ] arg Configuration file
  19. --safemode Turns off many things that are known to cause
  20. problems (i.e. on PC/Mac's with lower-end graphic
  21. cards)
  22. --list-ai-interfaces Dump a list of available AI Interfaces to stdout
  23. --list-skirmish-ais Dump a list of available Skirmish AIs to stdout
  24. --list-config-vars Dump a list of config vars and meta data to stdout
  25. -i [ --isolation ] Limit the data-dir (games & maps) scanner to one
  26. directory
  27. --isolation-dir arg Specify the isolation-mode data-dir (see
  28. --isolation)
  29.  
  30. Spring 91.0
  31. This program is licensed under the GNU General Public License
Advertisement
Add Comment
Please, Sign In to add comment