home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / BYANOSE1.ZIP / BYANOSE.DOC < prev    next >
Encoding:
Text File  |  1993-08-28  |  9.9 KB  |  310 lines

  1.             ██████ ██████ ████████████ ██████ █████
  2.             ██████ ██████ ████████████ ██████ █████
  3.             █████████████ █████■██████ █████ ██████
  4.             █████████████ █████ ██████ █████ ██████
  5.  
  6.        ██████ █████ ████ ██████ ██   ██ █████ █████ ████
  7.        ▀▀▀▄▄▄ ██ ██ ██■    ██   ██ █ ██ ██■██ ██▄▄█ ██■
  8.        ██████ █████ ██     ██   ███████ ██ ██ ██ █▄ ████
  9.  
  10.                   Written By Steve Martinez
  11.                   Up All Night BBS, Chicago
  12.                  312-646-6615 USR/Dual 57600 
  13.             Copyright(C) 1991-1993 by UAN Software
  14.  
  15.                   BYANOSE.EXE Version 1.0
  16.                  Written by Steve Martinez
  17.               Copyright(C) 1993 by UAN Software
  18.  
  19.  
  20. WHAT DOES IT DO?
  21. ----------------
  22. BYANOSE.EXE is a horse racing simulator where the player can make
  23. a wager on which horse he/she thinks might win a race. Odds are set
  24. and passed horse records are displayed to assist the player in
  25. picking the right winner. Players can also buy horses to increase
  26. their winnings. Number of races can be configured to allow a limit
  27. of plays per day. 
  28.  
  29.  
  30. WILL IT WORK FOR YOU?
  31. ---------------------
  32. BYANOSE.EXE can run on any of the following BBS types:
  33.  
  34. PCBoard 14.x, Wildcat (Prior to v3.0), Wildcat v3.x+, GT Power,
  35. QBBS, RBBS, RA, Spitfire 3.x, TriBBS, and any BBS using DOOR.SYS.
  36.  
  37. See CONFIGURATION for more information on how run BYANOSE.EXE
  38. under these program types. 
  39.  
  40.  
  41. SHAREWARE
  42. ---------
  43. This program is SHAREWARE and must be registered with Steve
  44. Martinez. You are allowed to run this program for 30 days to see if
  45. it suits your BBS. After that 30 days you MUST send in the
  46. registration form and registration fee or STOP using it. When you
  47. register, you will receive a REGISTERED copy with your name and BBS
  48. name displayed. You will also get SUPPORT from UAN Software and UP
  49. All NIGHT BBS. You will be able to get free UPGRADE as they come
  50. out. This does not include postage, but you can download them free
  51. from UP ALL NIGHT BBS. You can save yourself a few $$$ by
  52. downloading your registered copy form Up All Night BBS. If you like
  53. a copy mailed to you. You will have to add postage and handling.
  54. See REGISTRATION for more information.
  55.  
  56.  
  57. BYANOSE Manual - Page 2
  58.  
  59.  
  60. QUICK START!
  61. ------------
  62. Most people, including myself, don't like to read DOC file or
  63. Manuals. We just unzip the program, scan over the DOCs and run the
  64. program. So here is the quickest was to get this program running. 
  65.  
  66. 1. Place BYANOSE.EXE and it's files into it's own Directory.
  67.  
  68. 2. Use your text editor to EDIT the file called "BYANOSE" to suit 
  69.    your BBS needs. This file is the sample BAT file that will run 
  70.    BYANOSE.EXE. PCBoard types will use this file some others will 
  71.    need to add the information to the BAT file that calls your    
  72.    DOORS.
  73.    
  74.    PCBOARD EXAMPLE:
  75.    
  76.    CD\DOORS\BYANOSE
  77.    BYANOSE BYANOSE.CFG
  78.    CD %PCBDIR%
  79.    BOARD
  80.    
  81.    SPITFIRE SF.BAT EXAMPLE:
  82.   
  83.    :DOOR_H
  84.    REM Place Door H Commands Here
  85.    CD\SF\BYANOSE
  86.    BYANOSE BYANOSE.CFG
  87.    CD\SF   
  88.    GOTO LOOP
  89.  
  90. 3. Use your text editor to EDIT the file called "BYANOSE.CFG". 
  91.    
  92.    Line #1 is the path and file name of your BBS Door data file   
  93.    that is created when entering a door. See CONFIGURATION for    
  94.    types allowed.
  95.  
  96.    LINE #2 is your BBS Name.
  97.  
  98.    LINE #3 is the Sysops First Name.
  99.  
  100.    LINE #4 is the Sysops Last Name.     
  101.      
  102.    LINE #5 is Allowed Races per day. (Shareware MAX. is 5)
  103.  
  104. 4. Log on your board and see if it worked. 
  105.  
  106. 5. Send in the registration! 
  107.  
  108. If you have any problems setting this up. You might have to read
  109. the rest of this DOC.
  110.  
  111.  
  112.  
  113. BYANOSE Manual - Page #3
  114.  
  115.  
  116. SET UP & CONFIGURATION!
  117. -----------------------
  118. First thing you need to do is set up a /BYANOSE directory and copy
  119. all the BYANOSE files into it.
  120.  
  121. Next, uses your text editor and edit the file called
  122. "BYANOSE.CFG". This file is needed to tell BYANOSE who, what,
  123. where, etc. about you and your BBS.
  124.  
  125. The following are examples of formats that can be used in line #1
  126. of the configuration file. The paths may very, but the file names
  127. are the only data files that can be used.
  128.  
  129. C:\PCB\PCBOARD.SYS   <- For PCBoard systems using PCBoard.SYS only
  130. C:\PCB\USERS.SYS     <- For PCBoard systems using USERS.SYS.
  131. C:\BBS\CALLINFO.BBS  <- For Wildcat! systems (prior to v3.0).
  132. C:\BBS\GTUSER.BBS    <- For GT Power systems.
  133. C:\BBS\USERINFO.DAT  <- For Wildcat! 3.x+ systems.
  134. C:\BBS\DOOR.SYS      <- For Any system that supports DOOR.SYS.
  135. C:\BBS\DORINFOx.DEF  <- For QBBS/RBBS/RA. Replace x with node #.
  136. C:\SF\SFDOORS.DAT    <- For Spitfire systems.
  137. C:\BBS\TRIBBS.SYS    <- For TriBBS systems.
  138.  
  139. Line #2              <- BBS Name.
  140. Line #3              <- Sysop's first name.
  141. Line #4              <- Sysop's last name.
  142. Line #5  (1 - 100)   <- Puzzles allowed per day. (Shareware MAX. 5) 
  143.  
  144.  
  145. NOTE: When using GTUSERS.BBS ONLY!
  146.  
  147. Line #5              <- Com Port
  148. Line #6              <- Node Number
  149. Line #7  (1 - 100)   <- Puzzles allowed per day. (Shareware MAX. 5)
  150.  
  151. Here's how my file looks:
  152.  
  153. C:\PCB\NODE%PCBNODE%\PCBOARD.SYS   <- The name & path of data file
  154. Up All Night BBS                   <- BBS Name 
  155. Steve                              <- My first name
  156. Martinez                           <- My last name
  157. 5                                  <- Allowed puzzles per day    
  158.  
  159. Notice the %PCBNODE% in the first line. The configuration file
  160. allows environment variable. See ENVIRONMENT VARIABLE for more
  161. information.
  162.  
  163.  
  164.  
  165.  
  166.  
  167. BYANOSE Manual - Page #4
  168.  
  169.  
  170. SETTING UP BAT FILE
  171. ------------------- 
  172. Use your text editor to EDIT the file called "BYANOSE" to suit
  173. your BBS needs. This file is the sample BAT file that will run
  174. BYANOSE.EXE. PCBoard types will use this file. Some others will
  175. need to add the information to the BAT file that calls your DOORS.
  176.  
  177.    PCBoard EXAMPLE:
  178.    
  179.    CD\DOORS\BYANOSE
  180.    BYANOSE BYANOSE.CFG
  181.    CD %PCBDIR%
  182.    BOARD
  183.    
  184.    SPITFIRE SF.BAT EXAMPLE:
  185.   
  186.    :DOOR_H
  187.    REM Place Door H Commands Here
  188.    CD\SF\BYANOSE
  189.    BYANOSE BYANOSE.CFG
  190.    CD\SF   
  191.    GOTO LOOP
  192.  
  193. BAT FILE EXPLAINED:
  194. -------------------
  195. Very simple. First change the directory to the BYANOSE directory.
  196. Next, call BYANOSE with the CONFIGURATION FILE. After the program
  197. is finished, change the directory back to your BBS directory.
  198.  
  199. Notice the %PCBDIR% in the PCBoard example. See ENVIRONMENT
  200. VARIABLE for more information.
  201.  
  202.  
  203. NOTE ON HIGH SCORE BULLETINS
  204. ----------------------------
  205. The bulletins generated by BYANOSE.EXE can be changed by editing
  206. the first line of the file called "BYANOSE.BUL" which will be
  207. created after the first time BYANOSE is played. The default is
  208. BYANOSE.BLT for non-color graphics and BYANOSEG.BLT for color
  209. Graphics. Your BULLETIN name can NOT be longer that 7 letter
  210. because the color file name will have a "G" appended to it. You may
  211. add the path name along with the file name to this line. My first
  212. line in BYANOSE.BUL looks like this: BLT1. That means the non-
  213. color will be "BLT1" and the color will be "BLT1G". Remember, the
  214. "G" will be appended to the FIRST name of the file, so use ONLY 7
  215. letter in the first name.
  216.  
  217.  
  218.  
  219.  
  220.  
  221. BYANOSE Manual - Page #5 
  222.  
  223.  
  224. Fossil Driver Support
  225. ---------------------
  226. DoorFrame supports the use of Fossil drivers.  To tell your Door to
  227. use the Fossil driver instead of the standard COM ports, just put
  228. /FD on the command line when running the door. 
  229.  
  230. For example:
  231.  
  232.      BYANOSE BYANOSE.CFG /FD
  233.  
  234. /FD indicates that a Fossil driver is present and should be used.
  235. If no Fossil driver is detected, DoorFrame will print a message to
  236. that effect and exit the door gracefully.
  237.  
  238. Environment Variables
  239. ---------------------
  240. DoorFrame supports COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4
  241. and COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add
  242. the IRQ number after the configuration filename. Let's assume your
  243. Door is called BYANOSE and you want to use COM1 and IRQ5. The
  244. command line passed to your Door would be:
  245.  
  246.     BYANOSE BYANOSE.CFG /5  or
  247.     BYANOSE BYANOSE.CFG /%IRQ%  for the environment variable.
  248.  
  249. The /5 tells DoorFrame to use IRQ5 rather than the standard IRQ4
  250. that is normally used with COM1. No /x parameter is needed for the
  251. standard IRQ's.
  252.  
  253. When specifying the location of the system file on line 1 of the
  254. doors .CFG file, you may use the environment variables %pcbdrive%,
  255. %pcbdir%, %pcbnode%, and %wcnodeid%. Some examples:
  256.   
  257. PCBoard: 
  258. C:\PCB\USERS.SYS       = %pcbdrive%%pcbdir%\USERS.SYS
  259. C:\PCB\NODE1\USERS.SYS = %pcbdrive%%pcbdir%\NODE%pcbnode%\USERS.SYS
  260.  
  261. Wildcat!:
  262. USERINFO.DAT in C:\WC\NODE1   - C:\WC\NODE%wcnodeid%
  263.  
  264. Non-PCBoard systems may use the PCB environment variables by
  265. setting them in either AUTOEXEC.BAT or in the batch that runs the
  266. door. 
  267.  
  268. For example:
  269.  
  270. SET PCBDRIVE=C:
  271. SET PCBDIR=\BBSDIR
  272. SET PCBNODE=1
  273.  
  274.  
  275. BYANOSE Manual - Page #6
  276.  
  277.  
  278. REGISTRATION
  279. ------------
  280. BYANOSE cost $12 to register plus $3 postage and handling. You may
  281. download BYANOSE from Up All Night BBS to avoid the postage and
  282. handling charge. You need to fill out the registration form called
  283. "BYANOSE.REG" and mail it in. 
  284.  
  285. EXTRA
  286. -----
  287. BYANOSE comes with a 100 horse file. These hores are all owned by
  288. UAN Horse Farm. Your players can buy these horses after they win
  289. $2000 or more. If a player bets on a horse that is owned by
  290. him/her, they win double. 
  291.  
  292.  
  293. ALL DONE!
  294. ---------
  295. Now you are finished! So, Boot up that Board and check it out! If
  296. you have any problems or have any question, feel free to call Up
  297. All Night BBS and leave a Comment To Sysop. BYANOSE supports Multi-
  298. Node BBS's.  If you have any suggestion you can call me at
  299. (312-646-6616 2400bps) or (312-646-6615 57600bps). 
  300.  
  301. LAST MINUTE NOTE
  302. ----------------
  303. You can call Up All Night BBS anytime for the latest version. We are
  304. running as INSTANT UPGRADE Door On-Line. So, No more waiting by the
  305. mailbox. Just call and get your Registered copy or upgrad today! 
  306.  
  307.  
  308. THANK YOU FOR DOWNLOADING THIS FILE! PLEASE SUPPORT SHAREWARE!
  309.  
  310.