home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / DOORS / RASSLE1.ZIP / RASSLE1.DOC < prev    next >
Encoding:
Text File  |  1991-11-09  |  8.5 KB  |  218 lines

  1.  
  2.                                       The
  3.          ███████████                               ██  ██          ██
  4.          ██       ██                               ██              ██
  5.          ██       ██  ▄█████▄  ████████  ████████  ██  ██ ██▄███▄  ██
  6.          ██      ▄██  ██▀ ▀██  ██        ██        ██  ██ ██   ██  ██
  7.          ██████████   ██   ██  ████████  ████████  ██  ██ ██   ██  ██
  8.          ██      ███  ██  ▄██        ██        ██  ██  ██ ██   ██  ██
  9.          ██       ██  ████▀██  ████████  ████████  ██  ██ ██   ██  ▄▄
  10.  
  11.                                       Door
  12.  
  13.                                   Version 1.5A
  14.  
  15.                          "Pro Wrestling Manager Door"
  16.  
  17.                              Written by Mark McKay
  18.  
  19.                                       10/2/91
  20.  
  21. Disclaimer
  22. ~~~~~~~~~~
  23.    "Rassle" is provided as is, without warranty of any kind, either expressed
  24.    or implied. I only guarantee, that "Rassle" will occupy disk space.
  25.    In no event will I be liable to you or anyone else for any damage,
  26.    including lost profits, lost savings or other incidental or consequential
  27.    damages arising out of the use or inability to use this program.
  28.    "The Rasslin' Door" is a trademark of Mark McKay. Other brand and product
  29.    names are trademarks or registered trademarks of their respective holders.
  30.  
  31. Credits
  32. ~~~~~~~
  33.   This program was written using Borland's Turbo Pascal 6.0 and using Motor
  34.   City Software's JPDoor30 Turbo Pascal Door writing interface.
  35.  
  36. Special thanks
  37. ~~~~~~~~~~~~~~
  38. To my wife Debbi for not "ragging on me to excessively about my programming".
  39. To Robert Blocker of Robert's Roost BBS for beta testing this and previous
  40. doors and utilities.  Thanks a lot.
  41. To Keith Mitchell for testing things out on his RA system (THE PLAY PEN).
  42.  
  43. Setup
  44. ~~~~~
  45. These docs assume you have a vague idea of how to run a door with your
  46. particular BBS system.  This "should" be one of the easiest doors you have
  47. ever setup on your system.  Details will be given for T.A.G. BBS since that's
  48. what I run and am familiar with.  I can't make this much simpler.  There is
  49. no configuration file and only one commandline parameter.
  50. The only files you need are "Rassle1.Exe","Dorinfo1.Def" and "Rassle.Bat" to
  51. start off with.  The door will make all the data files it needs.
  52.  
  53.     Step 1. Make a directory for the Rassle1.Exe file.
  54.     Step 2. Unarchive and copy the Rassle1.Exe file to the directory you made.
  55.     Step 3. Modify and copy Rassle.bat to your main BBS directory.
  56.     Step 4. Add a menu entry to run the door (and modify menu screens as
  57.             necessary).
  58.  
  59. That's it.
  60.  
  61. General Requirements
  62. ~~~~~~~~~~~~~~~~~~~~
  63. You must run a fossil driver such as BNU or X00 to run this door.
  64. Room on your system for ~150k of files.
  65. A directory for the "Rassle1.exe" file to reside in.
  66. A batch file to copy "Dorinfo1.def" to the "Rassle" directory and run
  67. the program or the path to Dorinfo1.def on the commandline.
  68.  
  69. That's all.. the door will make all the files it needs.
  70.  
  71. Sample RASSLE.BAT
  72. ~~~~~~~~~~~~~~~~~
  73. ----------------------------------
  74. @echo off
  75. copy DORINFO1.DEF c:\bbs\rassle
  76. cd\bbs\rassle
  77. rassle1
  78. cd\tag
  79. exit
  80. ----------------------------------
  81.                or
  82. ----------------------------------
  83. @echo off
  84. cd\bbs\rassle
  85. rassle1 c:\tag
  86. cd\tag
  87. exit
  88. ----------------------------------
  89.  
  90. TAG BBS Setup
  91. ~~~~~~~~~~~~~
  92.    Make a directory for "Rasslin", copy the files into that directory.
  93.    Edit Rassle.bat for your system.
  94.    Make an entry in your Doors (External programs) menu with the following
  95.    information.
  96.  
  97.    Pkey: ":"
  98.    PData: "Rassle"
  99.  
  100. RA Note
  101. ~~~~~~~
  102.    You should have no problems at all running "Rasslin" as a Type 7 door.
  103.  
  104. Object of the game
  105. ~~~~~~~~~~~~~~~~~~
  106.   The object is to get to be the Manager of the Worlds Rasslin Champion.
  107.  
  108.   You will have to start out as a new manager and get new Rasslers and better
  109. Finishing holds until your man is experienced enough to fight for the Worlds
  110. Rasslin Championship against "Mighty Mark".
  111.  
  112.   But first you have to go through 30 training levels.  When you reach level
  113.   31 you get your Title shot.  If you win.. you are the Champ and the game
  114.   restarts.  If you lose your title shot you go back to Level 30.
  115.  
  116.   You will start the game with $10 and "Joe Geek" with a "face slap".
  117.  
  118.   You will get three "entrances" per day at 15 minutes per entry.
  119.  
  120.   When you leave the Rasslin Arena any reason (losing too much, sick of game,
  121. used up all fights, etc.), you will lose an entrance turn.  After 3 entrances
  122. (games), the arena doors will be locked and you will have to play tomorrow.
  123.  
  124.   You will only be able to Fight 3 other users Rasslin managers and have only
  125. 10 rank level fights in each entrance.
  126.  
  127. Release History
  128. ~~~~~~~~~~~~~~~
  129. 1.00 ßeta - 08-30-91 - Beta release
  130. 1.01 ßeta - 09-01-91 - Beta release 2
  131. 1.02 ßeta - 09-03-91 - Beta release 3
  132. 1.03 ßeta - 09-06-91 - Beta release 4 mostly cosmetic changes.
  133. 1.04 ßeta - 09-10-91 - Minor changes
  134. 1.05 ßeta - 09-23-91 - added second commandline parameter for node
  135.                        (for multi node bbs's though this door is intended
  136.                         for single node systems)
  137.       1.5 - 09-29-91 - First public release
  138.                        Added quite a few minor changes (mostly cosmetic)
  139.                        Changed command keys on main menu.
  140.      1.5a - 10-02-91 - Corrected a couple of spelling errors.
  141.                        (spell checked my code)
  142.      1.5b - 11-09-91 - Removed registration checks so that I could hatch
  143.                        the door through DDS.
  144.  
  145. Registration
  146. ~~~~~~~~~~~~
  147.   This program is Shareware.  It is not crippled but I'd appreciate it
  148.   if you'd register it.  You may run it for 2 weeks to determine of
  149.   you want to keep it on your system.  At that point you must either
  150.   register the door or remove it from your system.  You may however keep
  151.   the file available for download to your users in it's archived form.
  152.  
  153.   The archived version of the program (RASSLE1.ZIP) may be made available
  154. for download provided a fee is not charged to do so, i.e., if you charge for
  155. access to your file areas you may NOT have The Rassle Door in there.
  156.  
  157.   Since I never seem to have enough disks around you have a choice.
  158.   You may do any of the following to be "registered".  Fill in the
  159.   information below and send it along with:
  160.  
  161.      1. $10 US registration fee
  162.      2. 1 box of ten 1.2 Meg 5 1/4" floppy disks
  163.      3. 1 box of ten 1.4 Meg 3 1/2" floppy disks
  164.  
  165.   (for most people sending disks would be cheaper)
  166.  
  167.   Send any of the above to:
  168.  
  169.                   Mark McKay
  170.                   PO Box 68063
  171.                   Virginia Beach, VA 23455
  172.  
  173. No personal checks please.  Cashiers checks, disks or money orders only please.
  174.  
  175. I think that you and your users will really enjoy playing this door.
  176.  
  177. I have made every effort to make it as bugfree as possible though I'm not
  178. perfect and don't know of any bug free software.
  179.  
  180. As a registered user you will also be entitled to FREE upgrades of the
  181. "RASSLIN" door whenever new versions are made available for as long as I
  182. continue writing it and if I ever call your BBS I won't get perturbed.
  183.  
  184. The latest version will always be available on my BBS in the "Programs by
  185. Mark" file area.
  186.  
  187.     My BBS
  188.     ~~~~~~
  189.     T.A.G., You're It!
  190.     FidoNet 1:271/22
  191.     OurNet 65:511/22
  192.     803-499-5150
  193.     9600 baud HST
  194.  
  195.  
  196. -----------------Detach and send with $10 fee to--------------------------
  197.  
  198.                  Mark McKay
  199.                  PO Box 68063
  200.                  Virginia Beach, VA 23455
  201.            ------------------------------------
  202.  
  203.                              BBS Name ________________________________
  204.                            Your Name  ________________________________
  205.                            Last Name  ________________________________
  206.                       Mailing address ________________________________
  207.                         City, ST, Zip ________________________________
  208.               (If outside US) Country ________________________________
  209.                    VOICE phone number ________________________________
  210.                      BBS Phone number ________________________________
  211.                   Fidonet node number ________________________________
  212.                          BBS Software ________________________________
  213.          Are you a Multi line system? ________________________________
  214.  
  215. If one of your users is paying to register the door for you :
  216. Name (or handle) of user paying for Rassle' __________________________
  217. _____________________________________________________________________________
  218.