home *** CD-ROM | disk | FTP | other *** search
/ Fujiology Archive / fujiology_archive_v1_0.iso / !FALCON / !BONUS / GAMES / ENGINES / PMDOM051.ZIP / pmdoom-0.51 / README < prev    next >
Text File  |  2006-04-25  |  2KB  |  51 lines

  1. * PmDoom
  2.  
  3. It is based on linuxxdoom-1.10, available on Id Software's ftp site.
  4. You need the PC version of Doom (shareware or registered) or Doom 2.
  5.  
  6. * Controls:
  7.     - Read original Doom documentation..
  8.  
  9. * Environment variables:
  10.     DOOMWADDIR: directory where game WAD file is.
  11.       If not set, current directory is used.
  12.     HOME: user home directory.
  13.       If set, configuration and saved games are put in $HOME/.doom directory.
  14.       If not set, configuration and saved games are put in current directory.
  15.  
  16. * Command line parameters:
  17.  
  18.     '@filename' or '-response filename' to read parameters from a file.
  19.     '-devparm' displays frames per second.
  20.     '-width' to choose resolution width (default is 320).
  21.     '-height' to choose resolution height (default is 200).
  22.     '-bpp' to choose bits per pixel (default is 8).
  23.     '-fullscreen' to run the game in fullscreen mode.
  24.     '-resize' to allow window to be resized.
  25.     '-net <num> <host1> [<host2> <host3> <host4>]' to enable networked game.
  26.         <num> is player number (1-4).
  27.         <host<n>> are machine IP numbers on the network.
  28.     '-audio off' to switch off audio.
  29.     '-flat' to switch off texturing on floors/ceilings.
  30.     '-mem <n>' to change memory allocated to game in KB (8192 is default = 8MB).
  31.     '-yieldcpu [on|off]' to free some CPU time (default is off for Atari,
  32.      and on for other systems).
  33.  
  34.     Use Alt+Enter to toggle between fullscreen and windowed mode.
  35.     Use Alt+G to toggle mouse grabbing (not on Atari).
  36.     Use Alt+P or Pause key to toggle pause.
  37.  
  38. * Atari version :
  39.     The binary version is compiled for 68020 and higher.
  40.  
  41.     Video, Keyboard, Mouse, Audio, Joysticks and Joypads now managed by SDL.
  42.         See README.SDL for information.
  43.  
  44.     Network: '-network ###'
  45.         unix:    Unix sockets network (default)
  46.         sting:    Sting sockets network (Atari only)
  47.  
  48. -- 
  49. Patrice Mandin <pmandin@caramail.com>
  50. Web:    http://pmandin.atari.org/
  51.