home *** CD-ROM | disk | FTP | other *** search
/ Fujiology Archive / fujiology_archive_v1_0.iso / !FALCON / !BONUS / GAMES / ENGINES / PMDOM052.ZIP / pmdoom-0.52 / README < prev    next >
Text File  |  2006-05-06  |  2KB  |  52 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.     '-port <n>' to change UDP port for network game (default is 5029).
  26.     '-net <num> <host2> [<host3> <host4>]' to enable networked game.
  27.         <num> is player number (1-4).
  28.         <host<n>> are other machine IP numbers on the network.
  29.     '-audio off' to switch off audio.
  30.     '-flat' to switch off texturing on floors/ceilings.
  31.     '-mem <n>' to change memory allocated to game in KB (8192 is default = 8MB).
  32.     '-yieldcpu [on|off]' to free some CPU time (default is off for Atari,
  33.      and on for other systems).
  34.  
  35.     Use Alt+Enter to toggle between fullscreen and windowed mode.
  36.     Use Alt+G to toggle mouse grabbing (not on Atari).
  37.     Use Alt+P or Pause key to toggle pause.
  38.  
  39. * Atari version :
  40.     The binary version is compiled for 68020 and higher.
  41.  
  42.     Video, Keyboard, Mouse, Audio, Joysticks and Joypads now managed by SDL.
  43.         See README.SDL for information.
  44.  
  45.     Network: '-network ###'
  46.         unix:    Unix sockets network (default)
  47.         sting:    Sting sockets network (Atari only)
  48.  
  49. -- 
  50. Patrice Mandin <pmandin@caramail.com>
  51. Web:    http://pmandin.atari.org/
  52.