home *** CD-ROM | disk | FTP | other *** search
/ Spiele Spiele Spiele 1 / spiele-spiele-spiele-topware.iso / spiele / top6040 / tksysop.doc < prev    next >
Text File  |  1992-08-07  |  13KB  |  343 lines

  1.                                        
  2.  
  3.               ┌──────────────────────────────────────────────╖
  4.               │                                              ║
  5.               │  Thabean Knights  Version 1.3  (1990-1992)   ║
  6.               │  ----------------                            ║
  7.               │                                              ║
  8.               │      Sysop Documentation  &  Files List      ║
  9.               │                                              ║
  10.               ╘══════════════════════════════════════════════╝
  11.  
  12.  
  13.        OVERVIEW:
  14.        --------
  15.  
  16.           Originally started in early 1990, a lot of spare time has gone
  17.        into the Thabean Knights door game.  It started as a simple text
  18.        game with about 10 statistics for each player (including name,
  19.        weapon, armour, attributes, and little else).  Now, however, it's
  20.        a bit more complicated and involving.
  21.  
  22.           The game is easy enough to operate that little documentation is
  23.        needed for it.  Sounds good and is mostly true, however, the true
  24.        reason for the short documentation is that I'm not one to find the
  25.        words to explain things easily.  Suffice to say that I've tested it
  26.        on almost all of the popular BBS packages that support doors and
  27.        have had almost no problems with it.
  28.  
  29.           If you have ever set up a door for your BBS, you'll find the
  30.        installation for Thabean Knights is more similar than it is
  31.        different.
  32.  
  33.  
  34.        DISCLAIMER:
  35.        ----------
  36.  
  37.           Thorough testing of any software package is a big part of good
  38.        programming.  However, not every situation and hardware configur-
  39.        ation can be explored and explained easily so I make no claims that
  40.        this software will definitely work on your system.
  41.  
  42.           I suggest that you back up your computer's media not only before
  43.        installing the Thabean Knights, but also before you install any
  44.        software on your system.  It is still the best insurrance against
  45.        loss of data due to corrupted software.
  46.  
  47.           Because this is a shareware package and not straight from the
  48.        dealer, I am not responsible for missing, third party, or corrupted
  49.        files within the package.
  50.  
  51.           Just to cover my posterior, I'll say this; By using this soft-
  52.        ware, you agree that the Author is in no way responsible or liable
  53.        for the software's performance or lack thereof and that the Author
  54.        is no way responsible for any damages incurred by the use of this
  55.        software.
  56.  
  57.  
  58.  
  59.  
  60.        INSTALLATION:
  61.        ------------
  62.  
  63.           Thabean Knights uses a FOSSIL driver for modem communications.
  64.         This reduces the size of the program and insures its compatability
  65.         with the variety of modems available today.
  66.  
  67.           The two most widely used FOSSIL drivers are Ray Gwinn's X00 and
  68.         David Nugents BNU.  Either will work with Thabean Knights.  Many
  69.         doors and BBS programs use a FOSSIL driver to handle the modem so
  70.         they are available on almost any BBS.
  71.  
  72.           To install Thabean Knights, create a seperate directory from your
  73.         BBS's directory and copy the files within this package to the new
  74.         directory.
  75.  
  76.  
  77.        CONFIGURATION:
  78.        -------------
  79.  
  80.           Run the TKEDIT.EXE file to create the files needed for the game.
  81.         The first time TKEDIT is executed, you will configure the game to
  82.         your specific BBS.
  83.  
  84.           Answer/Complete each question in the list (Name, BBS Name, BBS
  85.         Directory, Thabean Knights Directory, Fossil Hot, etc) as it applies
  86.         to your system setup.
  87.  
  88.           The description of the item you are editing is displayed at the
  89.         bottom of the screen.
  90.  
  91.           Once you are finished, press the ESC Key to save the configuration.
  92.         If at any time you wish to edit the configuration, it is available
  93.         on the main menu of TKEDIT.
  94.  
  95.  
  96.        RUNNING TKNIGHTS.EXE:
  97.        --------------------
  98.  
  99.           TKNIGHTS.EXE is the main program for the game.
  100.  
  101.           To Run Thabean Knights as a door, create a batch file to execute
  102.         the file TKNIGHTS.EXE.  Here is an example of how to set it up as a
  103.         shell from your BBS:
  104.  
  105.            REM ***> PROGRAM TK.BAT <***
  106.  
  107.            @ECHO OFF
  108.            C:
  109.            CD \BBS\TK
  110.            TKNIGHTS
  111.  
  112.            REM *> Copy the Rankings and News for displaying from the BBS <*
  113.  
  114.            COPY TKRANK.* C:\BBS\TXTFILES
  115.            COPY TKNEWS.* C:\BBS\TXTFILES
  116.  
  117.            CD \BBS
  118.            EXIT
  119.  
  120.  
  121.  
  122.  
  123.           There are 3 command line parameters (switches) you can use when
  124.         running the game- LOCAL, SYSOP and MAINTAIN.
  125.  
  126.               TKNIGHTS             - Runs the game using the fossil driver.
  127.                                      This is used for normal BBS door mode.
  128.  
  129.               TKNIGHTS LOCAL       - Uses the TKLOCAL.SYS file to get player
  130.                                      information.
  131.  
  132.                                      TKLOCAL.SYS format:
  133.                                        Full Name of Player       - SYSOP
  134.                                        Time Remaining in Minutes - 999
  135.                                        ANSI (1=Yes, 0=No)        - 1
  136.  
  137.                                      This is used for Local Only mode.
  138.  
  139.               TKNIGHTS SYSOP       - Reads the configuration file and uses
  140.                                      the Sysop's Name.  The time remaining
  141.                                      is set at 999 minutes and ANSI defaults
  142.                                      to on.
  143.  
  144.                                      This is used for Local Only mode.
  145.  
  146.               TKNIGHTS MAINTAIN    - Cleans the game (deletes old players,
  147.                                      messages, tales, etc).
  148.  
  149.                                      It also pays the Guild Leaders and adds
  150.                                      interest to all bank loans so make sure
  151.                                      it is only run once per day (as one of
  152.                                      your BBS's nightly events).
  153.  
  154.  
  155.        RUNNING TKEDIT.EXE:
  156.        ------------------
  157.  
  158.           TKEDIT.EXE is your all-in-one control program for the game.  All
  159.         items within the game may be edited from this program.  The players,
  160.         foes, magic items, weapons, armours, and guilds may be added,
  161.         updated, or removed from the game with TKEDIT.
  162.  
  163.           To maneuver through the Editor, use the cursor keys to highlight
  164.         the item you wish to edit.  The ESC key will exit and save the item.
  165.  
  166.           The description and/or limit of the highlighted option is shown
  167.         at the bottom of the screen.
  168.  
  169.           Review the items that already exist to quickly see how each item
  170.         is configured.  Also note the values set for each item.  You would
  171.         not want a normal Knife to do a maximum of 200 damage.
  172.  
  173.           The default items included with this package have been tested
  174.         thoroughly and are integrated with the default Quests.  Deleting
  175.         one of the default items may result in random results for those
  176.         Quests or other items that reference it, so do not delete an item
  177.         or make major changes to the items included with this package.
  178.  
  179.  
  180.  
  181.  
  182.       DURING GAME PLAY:
  183.       ----------------
  184.  
  185.           Sysop Hot-Keys:
  186.           --------------
  187.  
  188.                  ALT-C     (Registered Only) Enters Chat Mode with player.
  189.                            Press the ESC key to exit chat mode.
  190.  
  191.                  ALT-D     Deletes the player on-line.
  192.  
  193.                  ALT-G     (Registered Only) Toggles Game-Op status of
  194.                            the player on-line.
  195.  
  196.                  ALT-H     (Registered Only) "Hangs-Up" on the Door and
  197.                            returns the player to the BBS.
  198.  
  199.                  ALT-J     (Registered Only) Jumps to a DOS Shell.  Type
  200.                            Exit to return to the Game.
  201.  
  202.                  Up Arrow  Increases number of turns remaining.
  203.  
  204.                  Dn Arrow  Decreases number of turns remaining.
  205.  
  206.                  Rt Arrow  Increases player's hit-points
  207.  
  208.                  Lt Arrow  Decreases player's hit-points
  209.  
  210.                  F1-F8     Current Player's Statistics
  211.  
  212.                  F9        Hot Key help
  213.  
  214.                  F10       Turn off Status Bars at the bottom of the
  215.                            screen.
  216.  
  217.           Game Operators:
  218.           --------------
  219.  
  220.                  (Registered Only)  Having a Game-Op or two is a good way
  221.                to share the responsibility of the sysop.  Game-Ops can
  222.                edit any of the players during the game.  Because of this
  223.                power, they tend to get very enthusiastic about the game
  224.                and draw people into it.
  225.  
  226.                  Another power for the Game-Op (and Sysop) is the ability
  227.                to exit any battle without losing by selecting [Q]uit from
  228.                the battle menu.
  229.  
  230.                  Make sure that the Game-Op(s) you choose are reliable and
  231.                will not abuse their privelleges.  They do have the ability
  232.                to edit your character as well (to some extent).
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.       FILES:
  244.       -----
  245.         Game Documentation:
  246.         ------------------
  247.  
  248.            TKFILE.DOC       This file.
  249.            TKSYSOP.DOC      Sysop documentation (installation and operation)
  250.            TKQUEST.DOC      Quest writing documentation.
  251.            PLAYDOC.EXE      Player Documentation executable.  Should be made
  252.                             available for download by the players.
  253.  
  254.         Game Executables:
  255.         ----------------
  256.  
  257.            TKNIGHTS.EXE     Main Program
  258.            TKEDIT.EXE       Game Editor, Configuration
  259.            TKLSTFOE.EXE     Creates TKFoes.LST for Quest Writing
  260.            TKMKQST.EXE      Quest???.RAW Quest Compiler and Testing Utility
  261.  
  262.  
  263.         Data Files:
  264.         ----------
  265.  
  266.            Created by TKEDIT.EXE
  267.            ---------------------
  268.            ARMOURS.TK       Armour Data File
  269.            WEAPONS.TK       Weapons Data File
  270.            ENEMIES.TK       Foe Data File
  271.            GUILDED.TK       Guild Data File
  272.            MAGICAL.TK       Magic Item Data File
  273.            PLAYERS.TK       Player Data File
  274.  
  275.            Created by TKNIGHTS.EXE
  276.            -----------------------
  277.            MESSAGE.TK       Message Text File
  278.            MSGSIDX.TK       Message Index File
  279.            TKCHALL.TK       Challenges Data File
  280.            TKPLAYS.TK       Encrypted News File
  281.            TKTALES.TK       Tavern Tales Data File
  282.  
  283.            Created/Compiled by TKMKQST.EXE
  284.            -------------------------------
  285.            QUEST???.RAW     Raw (un-compiled) Quest File (??? = Level Number)
  286.            QUEST???.DAT     Quest Data File (??? = Level Number)
  287.            QUEST???.IDX     Quest Index File (??? = Level Number)
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.         Control and Display Files:
  304.         -------------------------
  305.  
  306.            TKLOCAL.SYS      If found, will be read instead of the DORINFO?.DEF
  307.                             or DOOR.SYS for Player Name when in TKNIGHTS LOCAL
  308.                             mode.
  309.            TKDEATH.ANS/ASC  If found, is displayed when Player dies instead of
  310.                             the default announcement.
  311.            TKLEVEL.ANS/ASC  If found, is displayed when Player finishes all
  312.                             Quests instead of the default announcement.
  313.            TKNOPLAY.LST     List of Players (real names) not allowed to enter
  314.                             the game.
  315.            TKNOKILL.LST     List of Players (real names) to save from deletion
  316.                             during TKNIGHTS MAINTAIN.
  317.            TKFOES.LST       Created by TKFOELST.EXE, list of foes with index
  318.                             numbers for writing quests.
  319.            TKRANK.ANS/ASC   Created by TKNIGHTS.EXE, list of current Players
  320.                             ranked by level (sorted by Name and Living vs Dead
  321.                             each level).
  322.            TKNEWS.ANS/ASC   Created by TKNIGHTS.EXE, list of daily news
  323.                             (players' actions).
  324.  
  325.  
  326.         Quest Files (Send to players wishing to write quests for you):
  327.         -------------------------------------------------------------
  328.  
  329.            TKQUEST.DOC    Quest Writing Documentation
  330.            TKMKQST.EXE    Quest Compiler and Testing Utility
  331.            QUEST000.RAW   (As an example file for them to refer to)
  332.  
  333.  
  334.  
  335.         Log and Watch Files:
  336.         -------------------
  337.  
  338.            TK_ERROR.LOG   Records any run-time errors before returning to BBS.
  339.            TKGAMEOP.LOG   Records all game-op editing activity.
  340.  
  341.  
  342.  
  343.