home *** CD-ROM | disk | FTP | other *** search
/ Fujiology Archive / fujiology_archive_v1_0.iso / !FALCON / !BONUS / GAMES / ENGINES / PMHER050.ZIP / pmheretic-0.50 / README < prev    next >
Text File  |  2006-04-10  |  2KB  |  44 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. * Common parameters:
  7.  
  8.     '@filename' or '-response <filename>' to read parameters from a file.
  9.     '-devparm' displays frames per second.
  10.     '-width' to choose resolution width (default is 320).
  11.     '-height' to choose resolution height (default is 200).
  12.     '-bpp' to choose bits per pixel (default is 8).
  13.     '-fullscreen' to run the game in fullscreen mode.
  14.     '-resize' to allow window to be resized.
  15.     '-net <num> <host1> [<host2> <host3> <host4>]' to enable networked game.
  16.         <num> is player number (1-4).
  17.         <host<n>> are machine IP numbers on the network.
  18.     '-audio off' to switch off audio.
  19.     '-flat' to switch off texturing on floors/ceilings.
  20.     '-mem <n>' to change memory allocated to game in KB (8192 is default = 8MB).
  21.     '-yieldcpu [on|off]' to free some CPU time (default is off for Atari,
  22.      and on for other systems).
  23.  
  24.     Use Alt+Enter to toggle between fullscreen and windowed mode.
  25.     Use Alt+G to toggle mouse grabbing (not on Atari).
  26.     Use Alt+P or Pause key to toggle pause.
  27.  
  28. * Atari version :
  29.     The binary version is compiled for 68020 and higher.
  30.  
  31.     Video, Keyboard, Mouse, Audio, Joysticks and Joypads now managed by SDL.
  32.         See README.SDL for information.
  33.  
  34.     Network: '-network ###'
  35.         unix:    Unix sockets network (default)
  36.         sting:    Sting sockets network (Atari only)
  37.  
  38. * Controls:
  39.     - Read original Heretic documentation..
  40.  
  41. -- 
  42. Patrice Mandin <pmandin@caramail.com>
  43. Web:    http://pmandin.atari.org/
  44.