home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 August / Chip_2003-08_cd1.bin / oddech / maelstrom / maelstrom.exe / Maelstrom / README.options.txt < prev    next >
Text File  |  1999-12-07  |  2KB  |  68 lines

  1.  
  2. Over the course of developing Maelstrom, it has accumulated quite a few
  3. command line and compile-time options.
  4.  
  5. Multiplayer Commmand Line Options:
  6.         -- Only supported if network play is compiled in.
  7.  
  8.     -player N[@host][:port]
  9.             This tells Maelstrom that it is playing a network
  10.             game, and that player N is at host "host"
  11.  
  12.     -server N@host[:port]
  13.             This option tells Maelstrom to use a network 
  14.             address server at host "host" for a multiplayer
  15.             game with N players.
  16.  
  17.     -deathmatch [N]    A multiplayer game continues until someone gets 
  18.             N frags.  A frag is 3 shots at a player.
  19.  
  20.  
  21. Command Line Options:
  22.  
  23.     -netscores    This option tells Maelstrom to use the Internet 
  24.             Maelstrom Score Server for the high score list.
  25.  
  26.     -printscores    This option prints out a list of the current high
  27.             scores.  If used with the -netscores option, it will
  28.             will connect to the Internet Maelstrom Score Server
  29.             and print out the world-wide Maelstrom high scores.
  30.  
  31.     -display <host:0>
  32.             This option runs Maelstrom on the given X11 display.
  33.             It is disabled if Maelstrom is compiled with 
  34.             -DFORCE_XSHM
  35.  
  36.     -privatecmap    Runs Maelstrom with a private (custom) colormap.
  37.             This prevents Maelstrom from locking up all of
  38.             the colors on your display.  It is only useful
  39.             on 256 color (pseudo-color) displays.
  40.  
  41.     -nofade        This option prevents Maelstrom from doing the
  42.             screen fading.  This is useful if you find screen
  43.             fading annoying.
  44.  
  45.     -gamma [0-8]    Sets the gamma correction level for Maelstrom.
  46.             The higher the gamma correction, the brighter
  47.             Maelstrom will appear on your monitor.
  48.             If no gamma level is given, Maelstrom will print
  49.             the current gamma level saved in your custom
  50.             configuration.
  51.             Once this option is used, the gamma correction 
  52.             level is saved, and this option doesn't need to
  53.             be used later unless you want to change it again.
  54.  
  55.     -fullscreen    This option puts a big black border around the
  56.             Maelstrom screen, and centers Maelstrom within it.
  57.             This help create a "full screen" effect on large
  58.             displays.
  59.  
  60.     -version    This option prints the version of the Maelstrom binary.
  61.  
  62.     -speedtest    This option will run Maelstrom in a graphics test
  63.             mode.  It prints the number of milliseconds it
  64.             takes for your graphics display to display a full
  65.             48-frame, 360 degree rotation of your ship.  It is
  66.             for comparative information only.
  67.  
  68.