Subversion Repositories Games.Descent

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. ; System Options:
  2.  
  3. ;-nonicefps                    ;Don't free CPU-cycles
  4. ;-maxfps <n>                   ;Set maximum framerate to <n> (default: 200, available: 1-200)
  5. ;-hogdir <s>                   ;Set shared data directory to <s>
  6. ;-nohogdir                     ;Don't try to use shared data directory
  7. ;-add-missions-dir <s>         ;Add contents of location <s> to the missions directory
  8. ;-use_players_dir              ;Put player files and saved games in Players subdirectory
  9. ;-lowmem                       ;Lowers animation detail for better performance with low memory
  10. ;-pilot <s>                    ;Select pilot <s> automatically
  11. ;-auto-record-demo             ;Start recording demo on level entry
  12. ;-record-demo-format           ;Set demo name automatically
  13. ;-autodemo                     ;Start in demo mode
  14. ;-window                       ;Run the game in a window
  15. ;-noborders                    ;Do not show borders in window mode
  16. ;-nomovies                     ;Don't play movies
  17.  
  18. ; Controls:
  19.  
  20. ;-nocursor                     ;Hide mouse cursor
  21. ;-nomouse                      ;Deactivate mouse
  22. ;-nojoystick                   ;Deactivate joystick
  23. ;-nostickykeys                 ;Make CapsLock and NumLock non-sticky
  24.  
  25. ; Sound:
  26.  
  27. ;-nosound                      ;Disables sound output
  28. ;-nomusic                      ;Disables music output
  29. ;-sound11k                     ;Use 11KHz sounds
  30. ;-nosdlmixer                   ;Disable Sound output via SDL_mixer
  31.  
  32. ; Graphics:
  33.  
  34. ;-lowresfont                   ;Force to use LowRes fonts
  35. ;-lowresgraphics               ;Force to use LowRes graphics
  36. ;-lowresmovies                 ;Play low resolution movies if available (for slow machines)
  37. ;-gl_fixedfont                 ;Do not scale fonts to current resolution
  38. ;-gl_syncmethod <n>            ;OpenGL sync method (default: 5)
  39.                               ;     0: disabled
  40.                               ;     1: fence syncs, limit GPU latency to at most one frame
  41.                               ;     2: like 1, but sleep during sync to reduce CPU load
  42.                               ;     3: immedaitely sync after buffer swap
  43.                               ;     4: immediately sync after buffer swap
  44.                               ;     5: auto. use mode 2 if available, 0 otherwise
  45. ;-gl_syncwait <n>              ;Wait interval (ms) for sync mode 2 (default: 2)
  46. ;-gl_darkedges                 ;Re-enable dark edges around filtered textures (as present in earlier versions of the engine)
  47.  
  48. ; Multiplayer:
  49.  
  50. ;-udp_hostaddr <s>             ;Use IP address/Hostname <s> for manual game joining (default: localhost)
  51. ;-udp_hostport <n>             ;Use UDP port <n> for manual game joining (default: 42424)
  52. ;-udp_myport <n>               ;Set my own UDP port to <n> (default: 42424)
  53. ;-no-tracker                   ;Disable tracker (unless overridden by later -tracker_hostaddr)
  54. ;-tracker_hostaddr <n>         ;Address of tracker server to register/query games to/from (default: tracker.dxx-rebirth.com)
  55. ;-tracker_hostport <n>         ;Port of tracker server to register/query games to/from (default: 9999)
  56.  
  57. ; Debug (use only if you know what you're doing):
  58.  
  59. ;-debug                        ;Enable debugging output.
  60. ;-verbose                      ;Enable verbose output.
  61. ;-safelog                      ;Write gamelog.txt unbuffered. Use to keep helpful output to trace program crashes.
  62. ;-norun                        ;Bail out after initialization
  63. ;-no-grab                      ;Never grab keyboard/mouse
  64. ;-renderstats                  ;Enable renderstats info by default
  65. ;-text <s>                     ;Specify alternate .tex file
  66. ;-showmeminfo                  ;Show memory statistics
  67. ;-nodoublebuffer               ;Disable Doublebuffering
  68. ;-bigpig                       ;Use uncompressed RLE bitmaps
  69. ;-16bpp                        ;Use 16Bpp instead of 32Bpp
  70. ;-gl_oldtexmerge               ;Use old texmerge, uses more ram, but might be faster
  71. ;-gl_intensity4_ok <n>         ;Override DbgGlIntensity4Ok (default: 1)
  72. ;-gl_luminance4_alpha4_ok <n>  ;Override DbgGlLuminance4Alpha4Ok (default: 1)
  73. ;-gl_rgba2_ok <n>              ;Override DbgGlRGBA2Ok (default: 1)
  74. ;-gl_readpixels_ok <n>         ;Override DbgGlReadPixelsOk (default: 1)
  75. ;-gl_gettexlevelparam_ok <n>   ;Override DbgGlGetTexLevelParamOk (default: 1)
  76.