home *** CD-ROM | disk | FTP | other *** search
/ ftp.lokigames.com / ftp.lokigames.com.zip / ftp.lokigames.com / installers / heretic2 / heretic2-install-x86.run.txt < prev   
Text File  |  2001-05-21  |  6KB  |  156 lines

  1.  
  2.  
  3.                            Heretic II 1.06b
  4.                               Full Install
  5.                               May 2, 2001
  6.  
  7.  
  8. This install requires that you have the Linux Heretic II CD mounted.
  9.  
  10.  
  11. Enhancements in the 1.06b update include:
  12.  * Updated internal libraries, including SDL 1.2.0
  13.  * Fix deadlock in software mode with XFree86 4.0
  14.  * Default to using the system OpenGL library
  15.  * Added --windowed and --fullscreen command line options
  16.  * Improved movie playback performance
  17.  * Fixed several trigger crashes from loaded save games
  18.  * Fixed music playback on some SCSI CD-ROM drives
  19.  * Updated to work with the Loki Update Tool
  20.  
  21. Enhancements in the 1.06a update include:
  22.  * Fully rewritten video and input subsystem, utilizing SDL 1.1.1
  23.  * Optimized MMX assembly for the software renderer
  24.  * Completely reorganized internal linking architecture
  25.  * Many crash fixes
  26.  * Joystick support
  27. .. and many more improvements.
  28.  
  29.  
  30. RUNNING THE GAME
  31. ================
  32.  
  33. To start the game, run the "heretic2" binary in the installation directory.
  34.  
  35. A few tips:
  36.  
  37. If you want to run in software mode, start the game with the options:
  38.     +set vid_ref soft
  39.  
  40. If you want to run in hardware mode, start the game with the options:
  41.     +set vid_ref glx
  42.  
  43. You can specify a GL driver to be loaded by adding the following options:
  44.     +set gl_driver /usr/lib/libGL.so.1
  45. where "/usr/lib/libGL.so.1" is the full path of the GL driver you want.
  46.  
  47. Note: Mesa 3.0 does not work correctly with Heretic II and Voodoo cards.
  48.  
  49.  
  50. PATCH DETAILS
  51. =============
  52.  
  53. 1. Save Games
  54.    All known save game related crashes are fixed.
  55.    WARNING: Save games are not compatible with the original game.
  56.  
  57. 2. Software Renderer
  58.    The software renderer has been fully optimized with x86 and MMX
  59.    assembly.  The MMX instructions are enabled by default if your
  60.    processor supports them.  You can disable MMX optimization by
  61.    adding "+set cpu_mmx 0" to the Heretic II command line.
  62.  
  63. 3. OpenGL Renderer
  64.    Heretic II ships with support for 3Dfx cards, and other cards
  65.    may be supported.  For details go to http://www.lokigames.com/
  66.  
  67. 4. Fullscreen Mode
  68.    The game is configured to prevent you from losing keyboard focus,
  69.    by locking you into fullscreen mode.  You can switch to windowed
  70.    mode by running the game with "+set always_grab 0" and then changing
  71.    the fullscreen option in the video settings menu.
  72.    WARNING: Do not do this when using the Voodoo card in pass-thru mode.
  73.  
  74. 5. New Key Bindings
  75.    If you disable the focus protection as described above, you can use
  76.    some new key bindings:
  77.  
  78.      ALT-Enter : Toggle fullscreen mode on or off.
  79.      CTRL-g    : Toggle binding the mouse in the window.
  80.  
  81. 6. Joystick Support
  82.    In order to use the new joystick support, you must have the joystick
  83.    driver configured and calibrated in your kernel.  The joystick driver
  84.    is included with Linux 2.2, and also available from:
  85.     http://atrey.karlin.mff.cuni.cz/~vojtech/joystick/
  86.    To enable joystick support in Heretic II, go to the "More Options"
  87.    menu and change the joystick option to yes.  If the option reverts
  88.    to "no" when you go back to the menu, Heretic II was unable to find
  89.    the joystick; verify that the joystick module is working properly.
  90.  
  91.    The patch installs a default joystick configuration that maps the
  92.    joystick x and y axes to left/right rotate and move forward/backward
  93.    respectively.  You can change the axis mapping like this:
  94.  
  95.    Joystick X axis variable: joy_advaxisx
  96.    Joystick Y axis variable: joy_advaxisy
  97.    Joystick Z axis variable: joy_advaxisz
  98.    Joystick axis 3 variable: joy_advaxisr
  99.    Joystick axis 4 variable: joy_advaxisu
  100.    Joystick axis 5 variable: joy_advaxisv
  101.  
  102.    Available axis actions:
  103.    No action:              0
  104.    Move forward and back:  1
  105.    Look left and right:    2
  106.    Strafe side to side:    3
  107.    Turn left or right:     4
  108.    Jump up or crouch down: 5
  109.  
  110.    So, to map the X axis to strafe right and left, you would add the
  111.    following line to your config.cfg file in ~/.loki/heretic2:
  112.     set joy_advaxisx 3
  113.  
  114.    You can map the buttons and hat positions normally in the control
  115.    configuration menu.
  116.  
  117.    Joysticks with built-in trackballs (like the MadCatz Panther XL)
  118.    map the trackball as though it were a mouse device.  You can change
  119.    the sensitivity by modifying the "joy_ballsensitivity" variable.
  120.    The default value for this parameter is 0.03.
  121.  
  122. 7. Mouse-wheel Support
  123.    If you have a mouse with a wheel, you can now use it in Heretic II.
  124.    First map your mouse wheel in X11 to buttons 4 and 5 as described:
  125.     http://www.inria.fr/koala/colas/mouse-wheel-scroll/
  126.    Now, edit the config.cfg file in the ~/.loki/heretic2 directory and
  127.    bind the mouse wheel movements to the actions you want to perform.
  128.  
  129.    For example, you can bind the wheel to switch weapons:
  130.     bind MWheelUp   "weapnext"
  131.     bind MWheelDown "weapprev"
  132.  
  133. 8. Multi-player Fixes
  134.    Maps and skins are now saved to the user's directory: ~/.loki/heretic2
  135.    Maps and skins are now loaded case-insensitively.
  136.  
  137. 9. Server Timeout
  138.    The server timeout has been extended so the server shouldn't stop
  139.    when loading a particularly large level on slower machines.
  140.  
  141.  
  142. CONTACTING LOKI SOFTWARE, INC.
  143. ==============================
  144.  
  145. For information about this and other products, visit our website at:
  146. http://www.lokigames.com/
  147.  
  148. Technical support is available from Loki Software, Inc. at:
  149.  
  150.     FAQ:      http://faqs.lokigames.com/
  151.     Website:  http://fenris.lokigames.com/
  152.     Email:    support@lokigames.com
  153.  
  154. You can also communicate with other Heretic II enthusiasts at:
  155. Usenet: news://news.lokigames.com/loki.games.heretic2
  156.