home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / BLORD151.ZIP / BUBLORD.DOC < prev    next >
Text File  |  1995-03-12  |  7KB  |  189 lines

  1.  
  2.  ██▐███ ██  ██ ██▐███ ██▐███ ██     ██  ██
  3.  ██   █ ██  ██ ██   █ ██   █ ██     ██  ██
  4.  ██▐███ ██  ██ ██▐███ ██▐███ ██     ██  ██
  5.  ██   █ ██  ██ ██   █ ██   █ ██     ██▄▄██ █ ▐▀▌█▀▌▐▀▄   ▄▀▄ █▀▄ █▀▄  ▐▀▌█▀█
  6.  ██▐███ ██▐███ ██▐███ ██▐███ ██▐███ ▀▀▀▀██ █▄▐▄▌█▀▄▐▄▀ ▀ █▀█ █▄▀ █▄▀ ▀▐▄▌█ █
  7.  ▄▄ ▄▄▄▄▄   ▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄██       Version 1.51 Public Release
  8.  ▀▀ ▀▀▀▀▀   ▀▀▀ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  9.  
  10.      1. Acknowledgements
  11.  ─────────────────────────────────────────────────═════════════════─────────
  12.   This program was written with the help and support of the following 
  13.   programs.
  14.  
  15.   Programming Language Used : Turbo Pascal 7.0 ( Borland )
  16.                                 
  17.   Structure Files for LORD : Legend Of Red Dragon by SETH ABLE.
  18.                              ( Thanx for writing such a wonderful game )
  19.      
  20.      
  21.      2. Introduction
  22.  ─────────────────────────────────────────────────═════════════════─────────
  23.    Bubbly LORD-ADD-ON is an external add-on for the Doorgame, Legend of Red
  24.    Dragon. Only applies for Version 3.20 and above.
  25.    It creates special events like increasing and decreasing players status
  26.    at random, which is 100 % configurable by the sysop.
  27.    Include also events like a BANK CRASH and an INN-RAMPAGE.
  28.    Check them out when you run the program.
  29.  
  30.  
  31.      3. Installation
  32.  ─────────────────────────────────────────────────═════════════════─────────
  33.    Step 1 : Create a directory and copy all the files into the directory.
  34.  
  35.    Step 2 : Run BUBCFG.EXE to create the config file to run Bub-Lord.
  36.  
  37.    Step 3 : Edit your LORD batch file so that Bublord is ran after the user
  38.             exited LORD.
  39.  
  40.             Example for lord 3.50 or 3.60+ 
  41.             
  42.                 START.BAT,
  43.  
  44.                         CD\DOOR\LORD
  45.                         LORDBOOT.EXE %1
  46.                         CALL LSS%1.BAT
  47.                         CD\DOOR\LORD\BUBLORD
  48.                         BUBLORD C:\DOOR\LORD
  49.                         CD\RA
  50.  
  51.    Step 4 : Now you are ready to run.
  52.  
  53.  
  54.  
  55.      4. Command-line Options
  56.  ─────────────────────────────────────────────────═════════════════─────────
  57.    The following are some command-line parameters you can specify while
  58.    running BUBLORD.EXE
  59.  
  60.    /? : To display a help screen on how to run the program.
  61.  
  62.    /F : To force running. Normally the program will only run once per day,
  63.         but when this parameter is passed, it will not check for the 
  64.         LASTRUN.DAT 
  65.         ( Used only when you wanna run it more than 1 time per day )
  66.  
  67.  
  68.      5. Editing the data files.
  69.  ─────────────────────────────────────────────────═════════════════─────────
  70.    The following DATA-FILES are needed to run BUBLORD.EXE
  71.  
  72.         BUBFLAME.DAT : File containing flaming messages.
  73.         BARTEXT.DAT  : File containing messages players will write in the
  74.                        INN or the Dark Cloak Tavern.
  75.  
  76.    Editing these 2 files are very simple.
  77.    Just make sure that no message contains more than 1 Line.
  78.  
  79.    The following CONTROL CODES can be used while adding messages into      
  80.    the above files.
  81.  
  82.    |A : Armor Name of a random user.
  83.         ( or the target user, while sending flame mails )
  84.  
  85.    |W : Weapon Name of a random user
  86.         ( or the target user, while sending flame mails )
  87.  
  88.    |N : Name of a random user 
  89.         ( or the target user, while sending flame mails )
  90.  
  91.    More of these codes will be defined in the next version.
  92.    Color codes can also be added. 
  93.  
  94.    `1 : Blue                `! : Light Cyan
  95.    `2 : Green               `@ : Light Red
  96.    `3 : Cyan                `# : Light Magenta
  97.    `4 : Red                 `$ : Yellow
  98.    `5 : Magenta             `% : White
  99.    `6 : Brown
  100.    `7 : Grey
  101.    `8 : Light Black
  102.    `9 : Light Blue
  103.    `0 : Light Green
  104.  
  105.  
  106.      6. Upgrading
  107.  ─────────────────────────────────────────────────═════════════════─────────
  108.     Upgrading is very simple. Just un-archive the files into the BUBLORD
  109.     directory, and delete away the old BUBLORD.CFG file, and re-run the 
  110.     configuration program. 
  111.  
  112.  
  113.  
  114.      7. History
  115.  ─────────────────────────────────────────────────═════════════════─────────
  116.  
  117.         Version 1.00
  118.                 --  First Release.
  119.  
  120.         Version 1.05
  121.                 --  BETA Release, 
  122.                  +  Added Date Check
  123.                     ( So that BUBLORD.EXE will only run once per day )
  124.  
  125.         Version 1.10
  126.                 --  Public Release, 
  127.                  +  Added "Increasing of Forest fights"
  128.                  +  Added "Losing of Experiences"
  129.                  +  Added "Female Users will Flirt with Other Male Users"
  130.                  +  Added "Users will send Flaming mails to each other"
  131.                  +  Check for NPCs in the data file, and not Process them.
  132.                     ( Speeds up Processing time )
  133.                  +  Alteration of code such that values will be changed upon
  134.                     reading of mail, instead of just editing the DATA file directly.
  135.  
  136.         Version 1.15
  137.                 --  Public Release, 
  138.                  +  Now allows the mail receiver to quote the previous flame mail.
  139.                  +  Players won't flame himself
  140.  
  141.         Version 1.20
  142.                 --  Public Release, 
  143.                  +  Fixes BUGs in which the program end up in an endless loop if
  144.                     there's only 1 player in the game.
  145.                  +  Converted The Flame Messages to store in an External file
  146.                     ( Instead of the Coded Messages, and can have up to unlimited no.)
  147.  
  148.         Version 1.25
  149.                 --  Public Release
  150.                  +  Rewrote some of the coding, cut down on unneccesary codes.
  151.                  +  Added the RAMPAGE of the BUBBLY MONSTER!
  152.                  +  Altered some of the Hard-Coded Messages.
  153.         
  154.         Version 1.51
  155.                 --  Public Release
  156.                  +  Added CODES for more customizable flame mails and bar mails.
  157.                  +  Added some command-line options.                          
  158.                  +  Will randomly choose human players, and make them write in
  159.                     the INN or the Dark Cloak Tavern.
  160.                  +  Fixes some minor bugs.
  161.  
  162.      8. Registration
  163.  ─────────────────────────────────────────────────═════════════════─────────
  164.     This program is 100% freeware. If you have any comments or detected any
  165.     bugs in this program, do leave me a mail.
  166.     I can be reached at the Fido-Net or any other local networks.
  167.  
  168.      9. Support/Beta Sites
  169.  ─────────────────────────────────────────────────═════════════════─────────
  170.     Latest version of the Bubbly LORD-ADD-ON can be FREQ at the following
  171.     BBSes.
  172.  
  173.     -=-=-=-=- Headquarters -=-=-=-=-=-
  174.  
  175.     FREQ : BUBLORD
  176.     The Bubblegum BBS
  177.     Singapore (065)479-9136
  178.     
  179.     Fidonet   : 6:600/303
  180.     BubblyNet : 55:550/100
  181.     
  182.     -=-=-=-=- BETA Test Sites -=-=-=-=-=-
  183.  
  184.     The Keroppi BBS
  185.     Singapore (065)476-0771
  186.  
  187.     BubblyNet : 55:550/105
  188.  
  189.