home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser-CD 2000 January / LCD_01_2000.iso / games / doom / pmdoom / readme.eng < prev    next >
Encoding:
Text File  |  1999-12-17  |  1.2 KB  |  57 lines

  1. This is the Readme file for PmDoom sources.
  2. It is based on linuxxdoom-1.10, available on Id Software's ftp site.
  3.  
  4. You can compile it on Linux/x86/PC and Mint/m68k/Atari using gcc.
  5.  
  6. * Edit the makefile to choose your configuration before compiling.
  7.  
  8. * Common parameters:
  9.  
  10.     '-pixelinv' if pixels in TrueColour mode are byte reversed.
  11.     '-devparm' displays number of tics (1/35 of second)
  12.     '-zoomscreen' to fill the screen
  13.     '-videomode <n>' to choose the video mode if available
  14.  
  15. * atari- version :
  16.     Sound (8 mixed voices) with 8 bits DMA or soundserver if available.
  17.  
  18.     vdi:    '-novavdi' to force 15 bits mode if your VDI is bugged
  19.         and report 16 bits for a real 15 bits mode.
  20.         '-nofastblit' to force screen buffer in STRam instead
  21.         of FastRam.
  22.     
  23.     Keys mapping PC <-> Atari
  24.     F11    <->    Help
  25.     F12    <->    Undo
  26.  
  27.     - Mouse :
  28.  
  29.     Left button    : go forward
  30.     Right button    : fire
  31.  
  32.     - Joystick :
  33.  
  34.     Button        : fire
  35.  
  36.     - Joypad :
  37.  
  38.     Option    : Menu
  39.     Pause    : Pause
  40.     A    : Strafe
  41.     B    : Fire
  42.     C    : Action
  43.     1,2,3    : Weapon 1,2,3
  44.     5    : Weapon 4
  45.     *,0,#    : Weapon 5,6,7
  46.     7,X    : Run
  47.     8,Y    : Valid
  48.     9,Z    : Map
  49.     4,L    : Strafe left
  50.     6,R    : Strafe right
  51.  
  52.  
  53. Patrice Mandin                17/12/1999
  54.  
  55. E-mail:    pmandin@caramail.com
  56. Web:    http://www.multimania.com/pmandin
  57.