home *** CD-ROM | disk | FTP | other *** search
/ Fujiology Archive / fujiology_archive_v1_0.iso / !FALCON / !BONUS / GAMES / ENGINES / PMHER052.ZIP / pmheretic-0.52 / README < prev    next >
Text File  |  2006-05-07  |  2KB  |  50 lines

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