home *** CD-ROM | disk | FTP | other *** search
/ Trixter's Scene Collection / trixter.zip / trixter / Demos / CDEMO.ZIP / README.TXT < prev    next >
Text File  |  1996-10-12  |  11KB  |  311 lines

  1. (c) 1996 Action Forms, Ltd., Megamedia Corporation
  2.  
  3.                       -------------------------
  4.                          RELEASE NOTES for
  5.                              THE CHASM
  6.                          (demo-test v.1.02)
  7.                       -------------------------
  8.  
  9.                               * * *
  10.  
  11.                         --------------------
  12.                          TABLE of contents:
  13.                         --------------------
  14.  
  15.                       1. CHASM demo overview.
  16.                           1.1. Game features.
  17.                       2. The game.
  18.                           2.1. Install & quick start of CHASM.
  19.                           2.2. System requirements.
  20.                           2.3. Control panel.
  21.                           2.4. Multiplayer game.
  22.                           2.5. Keyboard.
  23.                           2.6. Sound.
  24.                           2.7. Command-line options.
  25.                       3. Troubleshooting & common problems.
  26.  
  27.  
  28.  
  29.  
  30.  
  31.                      -------------------------
  32.                       1. CHASM demo overview.
  33.                      -------------------------
  34.  
  35.  
  36.   * In the CHASM demo there are :
  37.  
  38.     - ONE little test level.
  39.     - FOUR types of characters:
  40.        Joker, Punisher, Spider and a Hero (for Network game only).
  41.     - THREE different weapons.
  42.  
  43.   * Weapons are :
  44.  
  45.   1. Shotgun.
  46.   2. Diskthrower.
  47.   3. Crossbow.
  48.  
  49.   * Each weapon uses unique AMMO:
  50.  
  51.   1. Shotgun     - shotgun shells;
  52.   2. Diskthrower - disks;
  53.   3. Crossbow    - arrows;
  54.  
  55.    At the present time we're working on new weapons system, so
  56.   the graphics of some of the weapons listed above are not
  57.   fully completed. The program coding that supports the
  58.   activation of switches and key systems are currently in
  59.   development too.
  60.  
  61.  
  62.  1.1. Game features.
  63.  
  64.   All objects in Chasm are 3-d polygon texture-mapped vector
  65.  models. Some of the models are: structures, monsters, weapons,
  66.  explosions. Hence hereinafter speaking about "model" we can mean
  67.  all above mentioned.
  68.  
  69.  * Lighting in Chasm:
  70.  
  71.    - Pre-rendered shadow mapping (static lights)
  72.    - Dynamic sources of light (relocatable)
  73.    - Any model in the game can be physically destroyed. If
  74.        that model was a light source it will change the lighting
  75.        in the game. Example: the destruction of a torch results
  76.        in a darkening of the area illuminated by the torch)
  77.    - Models cast shadows from all light sources, the quantity of
  78.        shadows cast by the model is practically unlimited, and
  79.        depends only on the quantity of sources acting on it.
  80.  
  81.  * Character specifications:
  82.  
  83.    - Models do not "pixelate" - increasing size of pixels on
  84.        approximation to the view (camera) does not occur
  85.    - Use of a many polygons (approx. 300) permits attachment of
  86.        models the real forms
  87.    - The high level of the artificial intelligence allows realistic
  88.        behaviour from the monsters
  89.    - Plenty of types of monster behaviour pre-calculated with
  90.        a 70 fps animation rate allows realisic lookng combat
  91.    - Some of these animated behaviours include hit reactions,
  92.        which is dependant on the location of the hit
  93.    - A distinctive feature of Chasm technology is separation of
  94.        the monstars limbs (hands, arms, head) thus the monster
  95.        can stay alive and continue to act depending on a which limb
  96.        has been blown off.
  97.  
  98.  
  99.  
  100.                         --------------------
  101.                             2. THE GAME
  102.                         --------------------
  103.  
  104.  
  105.  2.1. INSTALL and quick start CHASM.
  106.  
  107.   Create a directory directory called CHASM on your hard drive.
  108.  Copy CHASM.ZIP there and unzip it. To start CHASM type CHASM.EXE.
  109.  
  110.  
  111.  2.2. SYSTEM REQUIREMENTS.
  112.  
  113.   The minimum requirements to play CHASM is:
  114.  
  115.    - 486 DX2-66 MHz CPU.
  116.    - Standard VGA card.
  117.    - 8 MB of RAM.
  118.    - 6 MB of Hard Drive Space.
  119.  
  120.   We strongly recommend a Pentium processor and a SoundBlaster card.
  121.  
  122.  
  123.  2.3. Control Panel.
  124.  
  125.   The Control Panel provides control of game modes and parameters.
  126.  Use the <ESC> key to toggle the Control Panel on/off.
  127.  The Control Panel is divided on two parts: Main Menu and Console.
  128.  Use the <TAB> key for switching between Main Menu and Console.
  129.  
  130.  * The Main Menu contains the following options:
  131.  
  132.    NEW     - start a new game.
  133.    NETWORK - Start/Join a network game.
  134.    LOAD    - load a saved game from disk.
  135.    SAVE    - save the current game to disk.
  136.    DISPLAY - change the display settings: contrast, color
  137.          and brightness.
  138.    QUIT    - quit to DOS.
  139.  
  140.  
  141.  * The Console consists of a Command line and a Message display.
  142.  The Command line is intended for entering Console commands.
  143.  The Message display shows the results of executed commands and
  144.   special internal system messages.
  145.  The Console has a command history.  Pressing the up and down arrows
  146.   in the Console will change to the last command entered.
  147.  
  148.     The following is a list of the currently supported Console
  149.      commands:
  150.  
  151.    NEW              - start new game.
  152.    RESTART          - restart current level.
  153.    QUIT             - quit to DOS.
  154.  
  155.    CHOJIN           - immortal mode.
  156.    AMMO             - restore ammo for all weapons.
  157.    WEAPON           - gives all weapons to player.
  158.    INVISIBLE        - gives 2 minutes of invisibility.
  159.    FULLMAP          - allows you to see full map of the current level.
  160.  
  161.    KILL             - kill all monsters on the level.
  162.    REANIMATE        - (debug) reanimate all monsters.
  163.    FREEZE           - (debug) freeze all monsters.
  164.    RESPAWN <#time>  - set the monsters respawn time.
  165.                       (#time=0 means no respawn)
  166.  
  167.    SLOW             - (debug) slow mode.
  168.    REVERSE          - swap right and left sound channels.
  169.    DEPTH            - distant fade.
  170.    SHADOWS <number> - set the upper limit of shadows casting by 3D object.
  171.    GO <#level>      - warp to specified level.
  172.  
  173.  
  174.  * A Command without a parameter returns to its default setting.
  175.  
  176.  
  177.  
  178.  2.4. Multiplayer game.
  179.  
  180.   CHASM supports network multiplayer games by using an IPX protocol
  181.  with up to 8 players in one network game. To enable network CHASM
  182.  you must load the IPX.COM driver provided by Novell, in addition to
  183.  lower-level drivers required by your particular brand of network card.
  184.  
  185.  * To run Network CHASM you must select one machine (usually the
  186.  fastest one) to work in SERVER mode.
  187.  
  188.    SERVER - the machine in network game that controls all game
  189.         processes and pass culculated data to other computers
  190.          (CLIENTs) in net.
  191.    CLIENT - any computer in a network game except SERVER.
  192.  
  193.  * You must follow these steps to launch Network CHASM:
  194.  
  195.    1. Load IPX driver on all the computers that will play.
  196.    2. Start CHASM by typing CHASM.EXE.
  197.    3. To start the Network Game enter "START" on the Console
  198.       of the SERVER.
  199.    4. Other players can be connect to the SERVER at any time entering
  200.       the command "JOIN" in the Console. To leave a Network game use
  201.       the "BREAK" command in the Console.
  202.    5. A Network Game can be stopped by entering "BREAK" on the
  203.       SERVER Console. It automatically disconnects all the CLIENTs.
  204.  
  205.  * The list of Console commands for a network game:
  206.  
  207.    START - start Network CHASM.
  208.    JOIN  - connect to a network game.
  209.    BREAK - disconnect from a network & enter single player game.
  210.  
  211.    KILLP <#player> - (SERVER only) kill player number #player.
  212.    KICK  <#player> - (SERVER only) disconnect player number #player.
  213.    NICK  <name>    - change nick name to <name>.
  214.    CLIST           - show active players list.
  215.  
  216.    AMMO   <#player> - give ammo to specified player.
  217.    WEAPON <#player> - give weapons to --//---
  218.    INVISIBLE <#player> - make player invisible.
  219.    SPLINE  - (debug,CLIENT only) spline mode.
  220.    SYNCHRO - (debug,CLIENT only) synchronise CLIENT's and SERVER's
  221.          clocks.
  222.  
  223.  
  224.  
  225.  2.5. Keyboard.
  226.  
  227.    The default keyboard settings in CHASM demo are:
  228.  
  229.    Toggle Control panel - <ESC>
  230.    Change screen size   - <+> / <->
  231.    Toggle level map     - <TAB>
  232.    Scale map            - < [