home *** CD-ROM | disk | FTP | other *** search
/ CD Action 6 B / cdactioncoverdisc / chasm / readme.txt < prev    next >
Text File  |  1996-09-10  |  11KB  |  313 lines

  1.  
  2.                       -------------------------
  3.                          RELEASE NOTES for
  4.                              THE CHASM
  5.                          (demo-test v.1.02)
  6.                       -------------------------
  7.  
  8.                               * * *
  9.  
  10.                         --------------------
  11.                          TABLE of contents:
  12.                         --------------------
  13.  
  14.                       1. CHASM demo overview.
  15.                           1.1. Game features.
  16.                       2. The game.
  17.                           2.1. Install & quick start CHASM.
  18.                           2.2. System requirements.
  19.                           2.3. Control panel.
  20.                           2.4. Multiplayer game.
  21.                           2.5. Keyboard.
  22.                           2.6. Sound.
  23.                           2.7. Command-line options.
  24.                       3. Troubleshooting & common problems.
  25.  
  26.  
  27.  
  28.  
  29.  
  30.                      -------------------------
  31.                       1. CHASM demo overview.
  32.                      -------------------------
  33.  
  34.  
  35.   * In CHASM demo there are :
  36.  
  37.     - ONE little test level.
  38.     - FOUR types of characters:
  39.        Joker, Punisher, Spider and a Hero (for Network game only).
  40.     - THREE different weapons.
  41.  
  42.   * Weapons are :
  43.  
  44.   1. Shotgun.
  45.   2. Diskthrower.
  46.   3. Crossbow.
  47.  
  48.   * Each weapon uses unique AMMO:
  49.  
  50.   1. Shotgun     - shotgun shells;
  51.   2. Diskthrower - disks;
  52.   3. Crossbow    - arrows;
  53.  
  54.    At present time we're working on weapons system, so some of
  55.   listed above are not fully completed with graphics. Program
  56.   code that supports switches and keys system are in the stage
  57.   of development too.
  58.  
  59.  
  60.  1.1. Game features.
  61.  
  62.   All objects in Chasm are realized as 3-d polygon texture-mapped
  63.  vector models. The models are: structures, monsters, weapons,
  64.  explosions. Hence hereinafter speaking about "model" we can mean
  65.  all above mentioned.
  66.  
  67.  * Lighting in Chasm:
  68.  
  69.    - Pre-rendered shadow mapping (static lights)
  70.    - Dynamic sources of light (relocatable)
  71.    - Any model of the game can be physically destroyed,
  72.        it concerns and to sources of light (destruction of
  73.        a torch results in fading out of a site illuminated by the torch)
  74.    - The source of light forms a shadow casted by the model locating
  75.        in its radius of action, the quantity of shadows casting by
  76.        model is practically unlimited, and depends only on quantity
  77.        of sources acting on it
  78.  
  79.  * Characters specification:
  80.  
  81.    - Textures of a large size exclude "boxing" effect - increasing
  82.        size of pixels on approximation to the view (camera)
  83.    - Use of a plenty polygons (approx. 300) permits to attach
  84.        models the real forms
  85.    - The high level of intelligence causes real behaviour
  86.    - Plenty of phases of behaviour pre-calculated with quality of
  87.        70 fps provides smooth animation
  88.    - The phases of behaviour include reaction to hit by the weapon,
  89.        the choice of a phase depends on a place of hit
  90.    - A distinctive feature of Chasm technology is an opportunity of
  91.        separation of parts of monster (hands, the head) thus monster
  92.        can stay alive and continue to act depending on a degree of damage.
  93.  
  94.  
  95.  
  96.                         --------------------
  97.                             2. THE GAME
  98.                         --------------------
  99.  
  100.  
  101.  2.1. INSTALL and quick start CHASM.
  102.  
  103.   Create directory CHASM on your hard drive. Copy CHASM.ZIP
  104.  there and unzip it. To start CHASM type CHASM.EXE.
  105.  
  106.  
  107.  
  108.  2.2. SYSTEM REQUIREMENTS.
  109.  
  110.   The minimum platform to start CHASM is:
  111.  
  112.    - 486 DX2-66 MHz CPU.
  113.    - Standard VGA card.
  114.    - 8 MB of RAM.
  115.    - 6 MB of Hard Drive Space.
  116.  
  117.   We strongly recommend Pentium processor and SoundBlaster card.
  118.  
  119.  
  120.  
  121.  2.3. Control Panel.
  122.  
  123.   Control Panel provides control of game modes and parameters.
  124.  Use <ESC> key to toggle Control Panel.
  125.  Control Panel is divided on two parts: Main Menu and Console.
  126.  Use <TAB> key for switching between Main Menu and Console.
  127.  
  128.  * Main Menu contains following options:
  129.  
  130.    NEW     - starting new game.
  131.    NETWORK - Start/Join network game.
  132.    LOAD    - load saved game from disk.
  133.    SAVE    - save current game to disk.
  134.    DISPLAY - change display settings: contrast, color and bright.
  135.    QUIT    - quit to DOS.
  136.  
  137.  
  138.  * Console consist of Command line and Message display.
  139.  Command line intended for entering Console commands.
  140.  Message display shows the results of executed commands and
  141.   special internal system messages.
  142.  Console has a command history.  Pressing the up and down arrows
  143.   in the Console will change to the last command entered.
  144.  
  145.     Here are the list of main Console commands:
  146.  
  147.    NEW              - start new game.
  148.    RESTART          - restart current level.
  149.    QUIT             - quit to DOS.
  150.  
  151.    CHOJIN           - immortal mode.
  152.    AMMO             - restore ammo for all weapons.
  153.    WEAPON           - gives all weapons to player.
  154.    INVISIBLE        - gives 2 minutes of invisibility.
  155.    FULLMAP          - allows you to see full map of the current level.
  156.  
  157.    KILL             - kill all monsters on the level.
  158.    REANIMATE        - (debug) reanimate all monsters.
  159.    FREEZE           - (debug) freeze all monsters.
  160.    RESPAWN <#time>  - set the monsters respawn time.
  161.                       (#time=0 means no respawn)
  162.  
  163.    SLOW             - (debug) slow mode.
  164.    REVERSE          - swap right and left sound channels.
  165.    DEPTH            - distant fade.
  166.    SHADOWS <number> - set the upper limit of shadows casting by 3D object.
  167.    GO <#level>      - warp to specified level.
  168.  
  169.  
  170.  * Command without a parameter returns its current state.
  171.  
  172.  
  173.  
  174.  2.4. Multiplayer game.
  175.  
  176.   CHASM support network multiplayer game by using IPX protocol
  177.  with up to 8 players in one network game. To enable network CHASM
  178.  you must load IPX.COM driver provided by Novell, in addition to
  179.  lower-level drivers required by your particular brand of network card.
  180.  
  181.  * To run Network CHASM you must select one machine (prefer the fastest one)
  182.  to work in SERVER mode.
  183.  
  184.    SERVER - machine in network game that controls all game processes
  185.             and pass culculated data to other computers (CLIENTs) in net.
  186.    CLIENT - any computer in network game except SERVER.
  187.  
  188.  * You must follow these steps to launch Network CHASM:
  189.  
  190.    1. Load IPX driver on all computers you want to play.
  191.    2. Start CHASM by typing CHASM.EXE.
  192.    3. To start Network Game put command "START" to Console
  193.       on SERVER machine.
  194.    4. Other players can be connected to SERVER at any time using
  195.       command "JOIN". To leave Network game use "BREAK" command.
  196.    5. Network Game can be stopped by typing "BREAK" command in
  197.       SERVER Console. It causes automatically disconnection of all CLIENTs.
  198.  
  199.  * The list of Console commands for network game:
  200.  
  201.    START - start Network CHASM.
  202.    JOIN  - connect to network game.
  203.    BREAK - disconnect from network & enter single player game.
  204.  
  205.    KILLP <#player> - (SERVER only) kill player number #player.
  206.    KICK  <#player> - (SERVER only) disconnect player number #player.
  207.    NICK  <name>    - change nick name to <name>.
  208.    CLIST           - show active players list.
  209.  
  210.    AMMO   <#player> - give ammo to specified player.
  211.    WEAPON <#player> - give weapons to --//---
  212.    INVISIBLE <#player> - make player invisible.
  213.    SPLINE  - (debug,CLIENT only) spline mode.
  214.    SYNCHRO - (debug,CLIENT only) synchronise CLIENT's and SERVER's clocks.
  215.  
  216.  
  217.  
  218.  2.5. Keyboard.
  219.  
  220.    Default keyboard settings in CHASM demo are the follows:
  221.  
  222.    Toggle Control panel - <ESC>
  223.    Change screen size   - <+> / <->
  224.    Toggle level map     - <TAB>
  225.    Scale map            - < [ >/< ] >
  226.    Movement             - arrows
  227.    Speed Up             - < ` >
  228.    Strafe on            - <Alt>
  229.    Fire                 - <Ctrl>
  230.    Use                  - <Space>
  231.    Look Up              - < A >
  232.    Look Down            - < Z >
  233.    Center View          - < S >
  234.    Toggle cocpit        - < C >
  235.  
  236.   * To change keyboard settings use program KBSETUP.EXE.
  237.  
  238.  
  239.  
  240.  2.6. Sound.
  241.  
  242.   CHASM demo supports only SoundBlaster cards family,
  243.     as describes below:
  244.  
  245.     - SoundBlaster 1.0/2.0   in  8bit MONO mode,   4 channels;
  246.     - SoundBlaster Pro/Pro2  in  8bit STEREO mode, 4 channels;
  247.     - SB16/AWE32             in 16bit STEREO mode, 8 channels;
  248.  
  249.   You must set your BLASTER environment variable in AUTOEXEC.BAT
  250.    in order CHASM sound code work properly, othervise your sound
  251.    will not work.
  252.  
  253.  * Important notes:
  254.  
  255.  - Sound effects are not completely finished yet.
  256.  - There is NO MUSIC in CHASM demo.
  257.  
  258.  
  259.  2.7. Command-line options.
  260.  
  261.   You can use these options launching CHASM from DOS command-line:
  262.  
  263.    "-nosound"       : disable sound code.
  264.    "-warp <#level>" : warp to map level #level.
  265.    "-nomonsters"    : disable loading monsters.
  266.    "-nomouse"       : disable mouse control.
  267.    "-freeze"        : freeze all monsters.
  268.    "-start"         : start SERVER in Network CHASM.
  269.    "-join"          : join network game.
  270.  
  271.  
  272.  
  273.                 ---------------------------------------
  274.                  3. Troubleshooting & common problems.
  275.                 ---------------------------------------
  276.  
  277.  
  278.   Using default configuration and recommended platform you should have
  279.  no problems running CHASM demo.
  280.  
  281.   There are some notes you have to take into account:
  282.  
  283.  * CHASM demo completely tested and found workable on following models:
  284.     - Packard Bell Pentium 100Mhz, 8Mb RAM, VESA 1Mb.
  285.     - Packard Bell i486DX2 66hz,   8Mb RAM, VESA 1Mb.
  286.  * CHASM demo has not been tested with MS Windows 3.x & MS Windows '95.
  287.  * There can be some problems with sound if you're using
  288.    SoundBlaster AWE32.
  289.  
  290.  Known problems :
  291.  ------------------
  292.  
  293.  Q:  I receive " Runtime error [#ERROR CODE] at [SEGMENT:OFFSET] ".
  294.  A:  If you receive this message, please save indicated address
  295.      in form [#ERROR CODE] at [SEGMENT:OFFSET] and E-mail it to
  296.       chasm@gu.kiev.ua
  297.  
  298. =========================FOR COMPANIES===================================
  299.  
  300. If You are interested in publishing and distribution of our game or other 
  301. cooperation with us, please, contact:
  302. Voice : (+380 44) 441-1326 (Igor Karev)
  303.                   225-6914 (Oleg Slusar)
  304.                   274-3770 (Yaroslav Kravchenko)
  305. Fax   : (+380 44) 274-1170
  306. E-mail: karev@gu.kiev.ua   (Igor Karev)
  307. http  : www.gu.kiev.ua/Chasm 
  308.  
  309. -------------------------------------------------------------------------
  310.  THE CHASM Copyright (c) 1996 ACTION FORMS LTD. All rights reserved.
  311.  
  312.  
  313.