home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / DOORS / MCRACE12.ZIP / MCRACE.DOC < prev    next >
Encoding:
Text File  |  1991-04-28  |  12.4 KB  |  253 lines

  1.  
  2.  
  3.  
  4.                                   McRace 1.20
  5.                               Motor City Dragstrip
  6.                       Copyright 1990 by Motor City Software
  7.                                All rights reserved
  8.  
  9.  
  10.  
  11. ╒═════════════════════════════════════════════════════════════════════════════╕
  12. │░░░░░░ LICENSING INFORMATION ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  13. ╘═════════════════════════════════════════════════════════════════════════════╛
  14.  
  15. This program is not Freeware.  This is SHAREWARE which means it is user-
  16. supported software.  If you use this program for more than 30 days, you are
  17. required to register or remove it from your system.  The registration fee is
  18. a mere $10.00 and is not a lot to ask.
  19.  
  20. The concept works only with your support.  If you find that you can use this
  21. program, then a registration fee of $10.00 U.S. funds will help defray the
  22. development cost and encourage the authorship of other programs that might be
  23. useful to you.  A  Registration Form for this purpose is included with the
  24. distribution archive and is called RACEREG.DOC.
  25.  
  26. Motor City Dragstrip is Copyrighted 1990,91 by Motor City Software and all
  27. rights are reserved.  You may copy this program and documentation for backup
  28. purposes.  You also may copy and share UNMODIFIED copies of the program
  29. package, providing that the copyright notice is reproduced and included on
  30. all copies.
  31.  
  32. You may not sell the product for a fee and/or distribute the product
  33. along with other products without expressed written permission from Motor
  34. City Software, nor may you modify or remove the Copyright Notice from the
  35. program or the documentation.
  36.  
  37. Comments, suggestions and bug reports are welcome.  If you have any, you
  38. should contact one of the Motor City Software Support Systems listed below.
  39.  
  40. System Name        | Location          | Sysop Name    |Phone Number |Fido Node
  41. -------------------|-------------------|---------------|-------------|---------
  42. Motor City BBS     | Oshawa, Ontario   | Rod Hancock   |416-579-6318 |1:229/418
  43. Compro Systems     | Bowmanville, Ont. | Jeff Wilson   |416-623-5148 |1:229/414
  44. City Terminal BBS  | Hopkins, MN       | John Parlin   |612-938-4301 |1:282/12
  45. The Chancellors Den| Faversham Kent, UK| Dennis Bennet |44-795-538359|2:254/92
  46.  
  47. If you're reporting a bug, please give as much detail as possible about the
  48. problem you are experiencing so that it can be duplicated and fixed.
  49.  
  50.  
  51.  
  52. ╒═════════════════════════════════════════════════════════════════════════════╕
  53. │░░░░░░ INTRODUCTION ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  54. ╘═════════════════════════════════════════════════════════════════════════════╛
  55.  
  56. Motor City Dragstrip is an online door program for RemoteAccess 0.01 thru
  57. 1.01 and also supports QuickBBS, SuperBBS, and any other system that creates
  58. an RBBS-style DORINFOx.DEF file.
  59.  
  60. The game challenges players to achieve the highest monthly score possible
  61. through a series of races.  Players race against computer opponents such as
  62. Leadfoot Larry, Bo Nose, Harry Scarey and others.
  63.  
  64. The player with the most amount of money for the month is the winner and has
  65. his or her name displayed as the "last month's high scorer" throughout the
  66. next month's play, along with the second and third place winners.
  67.  
  68. Motor City Dragstrip runs fine as a type 7 door.  User time remaining, user
  69. inactivity and carrier detect are all tracked from within the program.
  70.  
  71. Although Motor City Dragstrip does not require players to have ANSI graphics
  72. turned on, those who do will benefit by being able to watch the race progress
  73. on an ANSI graphic dragstrip.
  74.  
  75.  
  76. ╒═════════════════════════════════════════════════════════════════════════════╕
  77. │░░░░░░ INSTALLATION ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  78. ╘═════════════════════════════════════════════════════════════════════════════╛
  79.  
  80. McRace is a very simple game.  It allows the Sysop to define three program
  81. variables;  the maximum number of races per day, the maximum number of
  82. gambles per day, and whether or not to include an online sort of player
  83. scores.  These are command line parameters that may be passed to
  84. McRace upon program execution.  An explaination of these command line
  85. parameters:
  86.  
  87.   /Rn    Specifies the maximum number of races ('n') allowed per player, per
  88.          day.  The default is 15.
  89.  
  90.   /F     Specifies that players are allowed to purchase free turns.  If this
  91.          parameter is omitted, players would not be allowed to purchase extra
  92.          turns.
  93.  
  94.   /Gn    Specifies the maximum number of times a player may gamble per day.
  95.          The default is 7.
  96.  
  97.   /S     Supress status bar.  When this parameter is used, no status bar
  98.          will be displayed during program execution.  The default setting
  99.          is status bar on.
  100.  
  101.   /W     Supress the blow up window that is displayed upon program startup.
  102.          The default setting is to use the blow up window.
  103.  
  104.   /P     This parameter is available for those high speed systems who
  105.          experience problems with users blowing their engines before the
  106.          screen is done drawing on the user end.  If this is reported to be
  107.          happening on your system, add this parameter.  Otherwise, leave it
  108.          out.
  109.  
  110. Examples:
  111.  
  112. McRace /R20 /G7 - Players may race 20 times per day and gamble 7 times per day
  113. McRace          - Players may race 15 times per day and gamble 7 times per day
  114.                   (these are the default values)
  115. McRace /S /W    - Players may race 15 times per day and gamble 7 timers per
  116.                   day.  The status bar and blow up window are supressed.
  117. McRace /P /F    - Players may race 15 times per day and gamble 7 times per day.
  118.                   The game will pause before starting the starting lights.
  119.                   Players may purchase extra turns.
  120.  
  121. Motor City Dragstrip can be run in the BBS system directory or in a directory
  122. of its own.  If you choose to run it in a separate directory, you must use a
  123. batch file to copy the DORINFO1.DEF file to the directory where Motor City
  124. Dragstrip is being run.  For example, you might call Motor City Dragstrip as
  125. a type 7 which in turn calls a batch file:
  126.  
  127. Type 7 command line:
  128.  
  129.  *C /c \RA\PLAYRACE.BAT
  130.  
  131. PLAYRACE.BAT:
  132.  
  133.  Cd \RA\DRAG
  134.  COPY \RA\DORINFO1.DEF
  135.  McRace /R15 /G7 /F
  136.  Cd \RA
  137.  
  138. Or, if you are running Motor City Dragstrip from the BBS system directory,
  139. no batch file is needed:
  140.  
  141. Type 7 command line:
  142.  
  143.  MCRACE.EXE /R15 /G7 /F
  144.  
  145. That's all there is to installing the Motor City Dragstrip door.  There is no
  146. setup program needed.
  147.  
  148.  
  149.  
  150. ╒═════════════════════════════════════════════════════════════════════════════╕
  151. │░░░░░░ SUPPORT FILES ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  152. ╘═════════════════════════════════════════════════════════════════════════════╛
  153.  
  154. The following is a list of files related to the operation of this program.
  155. It is noted whether or not the file is absolutely required in order for the
  156. program to run.
  157.  
  158.  Filename       Required   Description
  159.  ------------   --------   -------------------------------------------------
  160.  MCRACE.EXE       Yes      The main progam executable.
  161.  TRACK.ANS        Yes      This is the ANSI graphic race track
  162.  MCRACE.ANS       No       This is an ANSI file that is displayed to users,
  163.                            only if it exists, when the program is started.
  164.  MCRACE.ASC       No       This is an ASCII text file that is displayed to
  165.                            users when the caller does not have ANSI graphics
  166.                            enabled or when the MCRACE.ANS file does not
  167.                            exist.
  168.  MCRACE.DRV       Yes      This is an ASCII text file that contains a list
  169.                            of opponent driver names.  You may edit this list
  170.                            of names, chosing your own driver names.  The
  171.                            only limitations being that a driver name may not
  172.                            be more than 18 characters long and this file may
  173.                            not contain more than 100 driver names.  Also,
  174.                            there must be NO BLANK LINES within this file. Each
  175.                            line must contain an opponent driver name.
  176.  MCRACE.NUM       No       File created and used by the program to track the
  177.                            last driver number used.  This is so that McRace
  178.                            knows which driver name to use next.
  179.  MCRACE.DTE       No       This is the McRace date file.  This is the file
  180.                            McRace uses to determine when the end of month
  181.                            has arrived.
  182.  MCRACE.HSC       No       This file contains the last month's high scorer
  183.                            statistics.
  184.  MCRACE.DAT       Yes      This is the McRace player data file.  If it does
  185.                            not exist, McRace will create it.
  186.  MCRACE.DOC       No       This documentation.
  187.  MCRACE.HLP       Yes      The online Instructions file.
  188.  
  189.  
  190.  
  191. ╒═════════════════════════════════════════════════════════════════════════════╕
  192. │░░░░░░ PLAYING THE GAME ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  193. ╘═════════════════════════════════════════════════════════════════════════════╛
  194.  
  195. The object of the game is obvious.  Players try to win as much money as
  196. possible to obtain the highest score.  Oh sure, there's nothing to it, right?
  197. Wrong!  Obstacles get in the way from time to time.  Like getting started
  198. trying to turn a profit.  Tires and fuel aren't exactly cheap and since you're
  199. burning rubber at every start, one set of tires will only carry a player
  200. through 3 races.  Fuel is another story.  The bigger the engine the more fuel
  201. that is consumed.
  202.  
  203. Yet these aren't even the obstacles that were just mentioned.  They're just
  204. a fact of racing.  Other obstacles lay waiting.  A vandal might get into
  205. the trailer at night and slash your dragster's tires.  A crew member may
  206. have found a better job since you last raced.  These two obstacles are ones
  207. that are run into from time to time when a player enters the door.
  208.  
  209. There are others too.  Players are only human and as such, tend to blow
  210. their engines once in a while.  The computer opponents are no angels either
  211. and may also blow their engines, which would be to the player's advantage.
  212. Players may also find themselves swirving into the wall in order to avoid
  213. striking a drunken fan on the track.  Or running into oil slicks and wiping
  214. out.  Or even blowing an axle which also causes a crash.  But, rest assured,
  215. the computer opponent can also crash and even run out of gas allowing the
  216. player an easy win.
  217.  
  218. But watch out!  Be careful not to attempt to race with an empty fuel tank
  219. or shot tires.  This will always ask for trouble (and get it).
  220.  
  221. False starts are another obstacle to watch out for.  If you 'red light' you
  222. lose the race.  But don't fear, if your opponent 'red lights' you win the
  223. race and the money!  The trick is to press any key as soon as you see that
  224. green light!  Once you have the green light, you must start the race by
  225. pressing a key.  If you press before the green light, you'll 'red light'
  226. and lose.  If you wait too long (more than a couple of seconds) your
  227. engine will rev too high and blow.
  228.  
  229. Yes, and other little obstacles lay waiting.  But I won't reveal any more
  230. of them here.  I'll let you find them for yourself.  After all, that's
  231. half the fun.
  232.  
  233. At the beginning of each month, all player scores are reduced back to 0 and
  234. the game begins again.  The player with the highest score will have his/her
  235. name and score saved in a file called McRace.Hsc which will then be displayed
  236. to all players during program startup the following month.
  237.  
  238. ╒═════════════════════════════════════════════════════════════════════════════╕
  239. │░░░░░░ PLAYER RANKINGS ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  240. ╘═════════════════════════════════════════════════════════════════════════════╛
  241.  
  242. As a player, your ranking progresses throughout the game according to the
  243. amount of money you have.  The higher your ranking, the more money a race is
  244. worth, should you win.
  245.  
  246.              AMOUNT OF MONEY       RANKING           RACE VALUE
  247.              -------------------   ---------------   ----------
  248.              $0       - $ 99,999   BEGINNER          $ 5,000
  249.              $100,000 - $249,999   NOVICE            $10,000
  250.              $250,000 - $999,999   ADVANCED NOVICE   $25,000
  251.              $1,000,000 or more    DRIVING ACE       $50,000
  252.  
  253.