home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / kylon21.zip / KYLON.DOC < prev    next >
Text File  |  1994-08-31  |  8KB  |  166 lines

  1.                              Kylon's World   
  2.                         Multi-Node <-> Multi-User
  3.                               version 2.10 
  4.                         Copyright (C)  1993,1994
  5.                          Written By Joe Vidunas
  6.                    Portions (C) Buffalo Creek Software
  7.                    
  8.  
  9.  
  10. Disclaimer:  This program is guaranteed to take up at least 2 Megs of
  11.              hard disk space.  That's it.  I am not responsible for
  12.              any loss of data, physical or mental damage that this
  13.              program may cause, through use or misuse.
  14.              
  15.  
  16. Background:  A couple years ago I wrote an ansi chatroom program called
  17.              "ACHAT" with true multi-node, multi-user capability. It
  18.              was a joy to write and even more fun to chat with people 
  19.              on different BBS's across the country that were running
  20.              my chatroom.  The only problem with "ACHAT" was that despite
  21.              all the cool ansi bells and whistles it had, you could
  22.              only TALK to the users on the other nodes. I wanted to
  23.              be able to play a game with the other users in addition
  24.              to talk to them. So I wrote this extravaganza.
  25.  
  26. What it does:  Kylon's World is a full multi-node, multi-user, role
  27.                playing adventure game. It allows all users on your BBS 
  28.                to play the game and talk to each other at the same time.  
  29.                They may kill each other, team up against the monsters
  30.                or just wander around and chat.
  31.  
  32. System Requirements:
  33.       -Hard Drive accessable from all nodes with at least 4 Megs free.
  34.       -300 K Memory -some EMS will allow overlay file to be loaded also.
  35.       -Files set to at least FILES=70 in CONFIG.SYS
  36.                
  37.  
  38. How to set it up:
  39.     1) Make a directory of your choice somewhere that all your BBS nodes 
  40.        can access.
  41.     2) Copy all the files in KYLON21.ZIP to that directory.
  42.     3) Change Directory to the the one you have copied the files into.
  43.     4) Run the program KYSETUP.EXE to set up the comport parameters and
  44.        drop file paths for each node.
  45.  
  46.          Kylon's World needs to know for each node:
  47.          1) If the comport baudrate for the node is Locked or Not. 
  48.          2) If the comport IRQ is standard or an alternate(IRQ2,3,4 or 5).
  49.          3) Full Path to the DOOR.SYS drop file for the Node.
  50.  
  51.          Note: Kylon's World only reads DOOR.SYS, if your BBS
  52.                software does not create a DOOR.SYS file then
  53.                obtain a doorfile converter and use it to create one.
  54.  
  55.         KYSETUP.EXE allows you to configure up to 200 different nodes
  56.         and also asks that you specify a user name for your use as
  57.         a local node in the game.
  58.  
  59.     5) Run the program KYRESET.EXE to create the game data files. This
  60.        may take several minutes as more than 1900 monsters are created
  61.        in addition to 2 megs worth of map files.
  62.  
  63.     6) In order to call the game from your bbs use the following or
  64.        similar commands.
  65.  
  66.        c:
  67.        cd \kylon     {you must change to the main kylon directory to run it}
  68.        kylon.exe n   {n is node number up to 200}
  69.        
  70.     7) To run the game locally simply change directory to the main
  71.        kylon directory and type...   Kylon     with no command line.
  72.  
  73. Command Line options:
  74.     The Only command line Kylon.exe recognizes is the node number.
  75.     There are no other options and if the node number is ommitted it
  76.     will run in local mode.
  77.  
  78. Maintenance:
  79.     Once per day it is necessary to run the program KYMAINT.EXE from
  80.     the main kylon directory. This program restocks items, resurrects
  81.     monsters and handles the store finances.  KYMAINT.EXE sends messages
  82.     to anyone still in the game that they are being logged off for 
  83.     Kylon's World Maintenace and they are returned to the BBS.  A file
  84.     name MAINT.FLG is then written to the Kylon directory so other nodes
  85.     can't start play until the maintenance is complete.  If you should 
  86.     ever run into a power outage or lockup that stops the maintenance 
  87.     prior to completion you will have to manually delete the MAINT.FLG 
  88.     file to allow play.
  89.  
  90.  
  91.     Cautionary Note: 
  92.     KYRESET.EXE will set the file attributes on KYLON.EXE and KYLON.OVR
  93.     to readonly.  This is done to avoid errors with some memory managers
  94.     when you run the same program simultaneously on one system. 
  95.  
  96. How to Play:
  97.     Run the game. Follow the initial instructions and type help at
  98.     the '>' prompt.  Full online command help is provided for you and your
  99.     users.
  100.  
  101.  
  102. Note on speed:
  103.      Kylon's World runs at efficient speed in network or multitask 
  104.      environments with up to 20 nodes operating the game at the same 
  105.      time.  Beyond 20 simultaneous nodes you may need to enact some
  106.      of the following speed enhancements:
  107.  
  108.      1: Set up a ram drive directory that all the nodes can access.  This 
  109.         directory needs to only be about 30k in size.  Then you must
  110.         use a dos environment command on all nodes with the following
  111.         syntax:    SET KYRAM=<full path to ram directory>
  112.         Kylon's World will then use this directory for its position tracking
  113.         files.  These are temporary files only and will not be harmed
  114.         by power outage or sudden loss of the ram drive.
  115.  
  116.      2: Use efficient Disk Caching software.  Kylon's World nodes communicate
  117.         completely through disk files.  Any means of speeding access will
  118.         improve game speed.
  119.  
  120.      3: In network environments increase the number of simultaneous disk 
  121.         requests that the server can handle.  Kylon's World does not request
  122.         large amounts of file data but does ask for data ALOT.
  123.  
  124.  
  125. Distribution:
  126.  
  127. These files may be copied and distributed (you are incouraged to do so)
  128. as long as:
  129. 1.      No fee of any sort is incurred for the distribution.
  130. 2.      The files and the documentation are kept together in an archive.
  131. 3.      The copyright notices are not removed or modified in any portion
  132.         or product of the software
  133.  
  134. Registration:
  135.  
  136.          This unregistered version of Kylon's World will allow you and
  137.          your users to venture through all 30 levels of the game maps
  138.          kill any monsters and use all commands.  The only thing you
  139.          can't do is advance your characters past level 3.  I apologize
  140.          for having to limit anything, but past experience tells me
  141.          I must provide some motivation for registration.
  142.           
  143.  
  144.          To register:
  145.  
  146.          Please send check or money order for $30 to
  147.                  Joseph Vidunas
  148.                  c/o Mountain States Computers
  149.                  PO Box 2116
  150.                  Farmington NM, 87401                 
  151.  
  152.          I will then compile a personal version with your name and
  153.          registration number and mail it to you within two days of 
  154.          your recieving your check. Please specify disk size and
  155.          a return address.  Overnight mailing is available at your
  156.          request and cost.
  157.  
  158.       --  Thank you for evaluating this upALLnite software product! --
  159.  
  160.      Thats it hope you enjoy it and if you have any problems with it
  161.           or good suggestions please promptly contact me at:
  162.  
  163.                   Whole Lot of Bull BBS (505)-334-6483 
  164.                   1:15/26 fido    or    169:505/0  cnfd
  165.                       Magic Name:KYLONS for updates
  166.