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