home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / BBSONLIN / LORDGC15.ZIP / LORDGC.DOC < prev    next >
Text File  |  1995-01-02  |  5KB  |  152 lines

  1. {$D Documentation for LORDGC.EXE}
  2. begin
  3.  (*
  4.  
  5.  | Legend Of the Red Dragon Gambling Casino
  6.  | LORDGC.EXE
  7.  |
  8.  | By Tobin T. Fricke
  9.  | Copyright (c) 1994 by Tobin Fricke, All Rights Reserved
  10.  |
  11.  | Thank you to Seth Able for creating Legend of the Red Dragon and
  12.  | publishing the documentation.
  13.  
  14.  
  15.  Legal Disclaimer:  If this program or use of this program harms you or
  16.  anyone else in any way, either directly or indirectly, it is not the
  17.  fault of Tobin Fricke.  Use at your own risk.
  18.  
  19.  
  20.  Version:          1.5ß,R2-MH
  21.  Known bugs:       none
  22.  Registration:     $5
  23.  Requirements:     8088 Processor, FOSSIL Driver, LORD 3.00 or higher   +
  24.  Incompatibilites: Don't PKLITE the EXE until after you register it.
  25.  
  26.  LORDGC is a little door that goes with Legend of the Red Dragon.  It
  27.  consists of a Gambling Casino (currently, the only game is roulette) and
  28.  has access to Ye Olde Banke.  Using this, LORD players can gamble away
  29.  their money.
  30.  
  31.  Installation: Put LORDGAM.EXE in a directory some where.
  32.  
  33.  LORDGAM.EXE takes two command line parameters.  The first is the path and
  34.  filename of DOOR.SYS and the second is the path and name of the LORD
  35.  PLAYER.DAT file.
  36.  
  37.  Example: LORDGAM.EXE F:\RENEGADE\NODE1\DOOR.SYS F:\DOORS\LORD\PLAYER.DAT
  38.  
  39.  It is recommended that you put this before LORD in your LORDx.BAT batch
  40.  files.
  41.  
  42.  --Source Code
  43.  
  44.   If you REALLY want it and you beg enough, and send me enough money,
  45.   I'll send it to you. (;
  46.  
  47.  --Correspondence:
  48.  
  49.   I run the Digital Forest Information System.
  50.   Currently 1 node, (714) 586-6142, 28800bps (Rockwell V.FC)
  51.   I may be contacted on the following networks:
  52.  
  53.   Fidonet                    1:103/925
  54.   Renegade Support Network  50:100/505
  55.   OS/2Net                   81:307/10
  56.   RIPnet!                  154:160/0    (714) hub
  57.  
  58.   ...As well as a bunch of smaller ones.
  59.  
  60.  
  61.  --WANTED:
  62.  
  63.  [1] Please send me the rules for all kinds of Casino games so that I can
  64.  add them.
  65.  
  66.  [2] If you are artistically inclined, I'd love to have RIP and/or ANSI
  67.  screens for LORDGC!
  68.  
  69.  
  70.  --What do I get when I register?
  71.  
  72.  You will receive a code.  Then, type LORDGC /REGISTER (this won't work
  73.  over the modem).  It will ask you for your first name, last name,
  74.  registration code, and BBS name.  If they all match, then the LORDGC.EXE
  75.  will be "branded" and become registered.  You will be able to rename the
  76.  Casino. (It's the Dragon's Breath Gambling Hall in the unregistered
  77.  version)  Instead of saying "*UNREGISTERED* Please Register Me," it will
  78.  say "Registered to so and so at the such and such BBS"  The delay at the
  79.  end will be removed.
  80.  
  81.  ------------------------------------------------------------------------
  82.  Registration Form for LORDGAM
  83.  
  84.  
  85.  FIRST NAME: _____________________ LAST NAME: ___________________________
  86.  
  87.  BBS NAME: ______________________________________________________________
  88.  
  89.  BBS PHONE NUMBER: ________________________ SPEED: ______________________
  90.  
  91.  BBS SOFTWARE: __________________________________________________________
  92.  
  93.  NETWORK ADDRESSES: _____________________________________________________
  94.  
  95.  INTERNET EMAIL: ________________________________________________________
  96.  
  97.  POSTAL ADDRESS: ________________________________________________________
  98.  
  99.                  ________________________________________________________
  100.  
  101.  HOW WOULD YOU LIKE YOUR REG CODE SENT TO YOU? (Check all that apply)
  102.  
  103.  [ ] Snail Mail (Print it out on paper, stick in envelope, mail to you)
  104.  
  105.  [ ] Netmail    Username: ______________ Address: ________________
  106.  
  107.  [ ] Internet Email  Address:_____________________________________
  108.  
  109.  
  110.  I can send netmail to Fidonet, Renegade Support Net, ITCNET, OS/2NET
  111.  Please enclose a check for $5.00 or more made out to TOBIN FRICKE
  112.  Mail to:   Tobin Fricke
  113.             25001 El Cortijo
  114.             Mission Viejo, CA 92691-5236
  115.             United States of America
  116.  -------------------------------------------------------------------------
  117.  
  118.  File Sizes
  119.   * Do not PKLITE the unregistered versionn
  120.  
  121.  1.5    58349 bytes
  122.  
  123.  Revision History:
  124.  
  125.  0.9    Fixed modem communication bug
  126.  1.0    Works
  127.  1.1    Fixed bug with DOOR.SYS reading
  128.  1.2    Added "Ye Old Banke"
  129.  1.4    First Public Release - December 1994
  130.  1.5    Fixed bug that required PLAYER.DAT to be F:\DOORS\LORD\PLAYER.DAT
  131.         (Thank you to Martin Harden for pointing this out, the day after
  132.         I released 1.4) Also fixed small emulation bug, and status line bug.
  133.         Released January 2, 1995
  134.  
  135.  Thanks To:
  136.  
  137.   Borland for making Borland Pascal, a wonderful language
  138.   Jason Finley for the idea for this
  139.   Martin Harden for pointing out the major bug in 1.4
  140.  
  141.  Version number structure
  142.  
  143.   1.5R2-MH
  144.  
  145.   Version 1
  146.   Revision 5
  147.   Release 2
  148.   Initials of person who pointed out major bug which was fixed: MH
  149.  
  150.  *)
  151. end.
  152.