home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / DOORS / LINKS2.ZIP / GOLF.DOC < prev    next >
Encoding:
Text File  |  1990-08-24  |  12.2 KB  |  314 lines

  1. ╔═════════════════════════════════════════════════════════════════════════════╗
  2. ║                                                                             ║
  3. ║                 Corporate Headquarters BBS (815) 886-3233                   ║
  4. ║                                                                             ║
  5. ║                                                                             ║
  6. ║          T H E   L I N K S   C O U N T R Y   C L U B   G O L F              ║
  7. ║                                    v2.4                                     ║
  8. ║                                                                             ║
  9. ║                    Now with MULTI-BBS Support Wildcat BBS                   ║
  10. ║              and now: PCBoard 14.x, QBBS, RBBS 15.1c (or later)             ║
  11. ║                              WWIV and Spitfire                              ║
  12. ║                                                                             ║
  13. ║                               Copyright 1990                                ║
  14. ║                               by Robert Neal                                ║
  15. ║                            317 Hickory Avenue                               ║
  16. ║                           Romeoville, IL  60441                             ║
  17. ║                                                                             ║
  18. ╚═════════════════════════════════════════════════════════════════════════════╝
  19.  
  20. The Links Country Club Golf (Links) is released as SHAREWARE. You are granted
  21. a limited license to evaluate the program. Try it out, if you continue to use 
  22. it you are required to register the program.
  23.  
  24.  
  25. ============================================================================
  26. To register the program print the file MAILER.TXT and complete the
  27. information requested.
  28.  
  29. In addition you may register your program by sending me a registerd copy of
  30. any door programs you might have written. 
  31. ============================================================================
  32.  
  33.  
  34. The file GOLF.REG contained with this package must not be altered in anyway. 
  35. Doing so will result in the program failing to operate. Once you register 
  36. the program you will be given your own personalized GOLF.REG file which will 
  37. show that the program is registered. BBS name supplied with payment will
  38. be the name 'imprinted' in the GOLF.REG file.
  39.  
  40.  
  41. THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS" WITHOUT
  42. CHARGE AND WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  43. LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  44. PARTICULAR PURPOSE.  IN NO EVENT SHALL ANYONE INVOLVED WITH THE CREATION AND
  45. PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT, SPECIAL, OR CONSEQUENTIAL
  46. DAMAGES, ARISING OUT OF ANY USE THEREOF OR BREACH OF ANY WARRANTY.
  47.  
  48.  
  49.  
  50. CatPatch served as the basis for writing my doors. These routines were
  51. very useful to serve as a starting point for writing my own doors. If 
  52. you are interested in writing your own door program, give these routines
  53. a look.
  54.  
  55.  
  56. This program also requires the file BRUN45.EXE (patched for the DTR
  57. problem). I have included this file in the archived file. If this file
  58. has been deleted along the way, you can pick up this file on most BBS's
  59. and failing that, it's on my board for downloading.
  60.  
  61.  
  62. Links is a golfing simulation game, with either 9 or 18 holes offered for
  63. play. Users golf by making their club selection, woods, irons, wedges and
  64. putter. Yardage is determined by a set standard plus a random variable to 
  65. keep the game interesting.
  66.  
  67.  
  68. FEATURES OF THE LINKS COUTNRY CLUB GOLF
  69. =======================================
  70.  
  71.   -  Easy to install and requires no maintenance.
  72.  
  73.   -  Does not drop carrier, so your BBS software can log off user.
  74.  
  75.   -  Ansi color support.
  76.  
  77.   -  Terminates cleanly through exit code even on runtime error.
  78.  
  79.   -  Maintains the top 5 scores for both 9 and 18 holes.
  80.  
  81.   -  Detects loss of carrier.  Operates fine at 7-E-1.
  82.  
  83.   -  Ignores Control-C from modem.
  84.  
  85.   -  Operates in local mode (either direct from BBS or from command line).
  86.  
  87.   -  Gives warnings and terminates if keyboard is inactive and when time is up.
  88.      (bell is not sounded locally).
  89.  
  90.   -  Sysop function keys to return to the board, chat mode, user stats,
  91.      increase/decrease time, etc.
  92.  
  93.   -  Direct support for Wildcat BBS and now PCBoard 14.x, QBBS and
  94.      RBBS 15.1c (or later), WWIV and Spitfire.
  95.  
  96.   -  Course editor (LINKARCH) added to customize the course layout (new).
  97.      For REGISTERED versions only.
  98.  
  99.   -  Supports HST modems      
  100.  
  101.  
  102. THE CONFIG FILE
  103. ================
  104.  
  105. Make the file GOLF.CFG as follows
  106.  
  107. Corporate Headquarters
  108. Bob 
  109. Neal
  110. C:\DOOR\CALLINFO.BBS
  111. 0
  112. NO
  113.  
  114. Line 1 = BBS name
  115. Line 2 = Sysop First Name
  116. Line 3 = Sysop Last Name
  117. Line 4 = location of your CALLINFO.BBS, PCBOARD.SYS or DORINFOx.DEF file.
  118.          This must be the FULL path and filename.
  119. Line 5 = presently not used, enter a 0 (zero).
  120. Line 6 = If you are using an HST and lock your modems baud rate enter the
  121.          value of the baud you have locked your modem at (ie 19200),
  122.          otherwise leave as NO.
  123.  
  124.  
  125.  
  126. EXECUTING PROGRAM
  127. =================
  128.  
  129. To execute the program, enter the filename followed by the config file
  130. name (ie GOLF GOLF.CFG). If you are running the program from the command
  131. line, you may optionally enter GOLF.EXE LOCAL. The only problem with this is
  132. the default user name sysop is used instead of the username on your board.
  133. This is good for testing the game before putting it on your system, but
  134. you should once play begins execute the program locally from your BBS or
  135. consistantly run the game from the command line when you play.
  136.  
  137. This documentation will not go into the details of how you set-up a door
  138. program on your BBS. It is assumed that you have a working knowledge of
  139. how to complete this task.
  140.  
  141.  
  142. FILES USED
  143. ===========
  144.  
  145. GOLF.EXE  - The program itself
  146. GOLF.DOC  - Documentation for the sysop to run The Links
  147. GOLF.REG  - File which shows who 'owns' (registered) the game
  148.             MUST NOT BE ALTERED
  149. GOLF.CFG  - Configuration file
  150. GOLF.FIL  - Best scores file (top 5)
  151. GOLF.CRS  - Data file of the course. New to version 2.0 is the option to
  152.             alter the course layout by using the program LINKARCH. 
  153.             NON-REGISTERED users may NOT alter the course. The file
  154.             LINKARCH has been included for you to see how easy it is to
  155.             modify the course to your own personal layout. If you are
  156.             using a NON-REGISTERED version DO NOT alter the course, either
  157.             with a text editor or the LINKARCH program. Doing so will 
  158.             result in the game failing to load.
  159.             
  160.  
  161.  
  162. REINITIALIZING THE SCOREBOARD
  163. =============================
  164.  
  165. Every so often you may want to reset the scoreboard (especially when you
  166. have the scoreboard filled with LOW scores that would be difficult or
  167. impossible to better). To reset the scoreboard enter GOLF INIT and the
  168. game will automatically reinitialize the scoreboard. You may also copy 
  169. over the original unmodified scoreboard included in this archive to 
  170. esentially reset the game.
  171.  
  172.         
  173.  
  174.  
  175. THE GAME ITSELF
  176. ===============
  177.  
  178. The game starts by displaying The Links opening screen (please do not
  179. modify this or any other part of the game), and will ask the user if he 
  180. wants to use ANSI colors. While the door info file passes the variable for
  181. if a user has ANSI on or off, this gives those players a chance who may have
  182. ANSI off for normal BBS useage to use ANSI colors while in the door.
  183.  
  184. From here he is asked if he wants to play 9 or 18 holes. If he selects 9
  185. holes he is then asked if he wishes to play the front 9 or back 9. He is
  186. then asked if he wishes to read the instructions on how to play The Links.
  187.  
  188. When prompted for club selection entering QUIT (or 'Q') will terminate
  189. play. Entering HELP (or 'H') will display a listing of available clubs
  190. and approximate distances.
  191.  
  192. After the user has played all 9 or 18 holes his ranking is shown if he
  193. beats one of the top 5 scores. The best score file is then updated and
  194. the program terminates returning to the BBS.
  195.  
  196.  
  197. THE LINKS COURSE EDITOR (LINKARCH.EXE)
  198. ======================================
  199.  
  200. New to version 2.0 is the ability to layout your own personal course.
  201. The file GOLF.CRS contains the information concerning the course layout
  202. and MUST be edited using LINKARCH. Attempts to edit the program with a
  203. text editor will result in the game failing to execute. 
  204.  
  205. The course editor should only be used by REGISTERED users of The Links
  206. Country Club Golf. NON-REGISTERED versions will fail to execute if the
  207. orignal GOLF.CRS file is edited in anyway.
  208.  
  209. The LINKARCH file is contained in this archived file so that previously
  210. registered users have the file available without needing to request it 
  211. and also so that NON-REGISTERED users can see how easy it is to edit
  212. the course, though any changes made will not be saved.
  213.  
  214. When using the course editor you should be certain to keep the par
  215. for the front and back nine the same. As a rule of thumb, distances
  216. less than 250 yards should be a par 3, 250-375 a par 4 and anything over
  217. 375 yards should be set as par 5. 
  218.  
  219.  
  220.  
  221. CONTACT ME FOR SUPPORT
  222. ======================
  223.  
  224. If you encounter any problem you may contact me at Corporate Headquarters
  225. BBS (815) 886-3233. This is a PCPursuitable area through the ILCHI area.
  226. This program has been tested for several months during it's creation on my
  227. BBS and also on another BBS and feel confident that the program will perform
  228. as planned. If you do encounter any bugs (or features as some might call 
  229. them), please inform me of the problem so that future releases can be 
  230. corrected.
  231.  
  232. If you have any suggestions for improvements for this program, please feel
  233. free to let me know. This game has included suggestions from users of my
  234. BBS as well as the beta testing BBS. 
  235.  
  236.  
  237.  
  238. VERSION HISTORY
  239. ===============
  240.  
  241. Version 1.0 (03/23/89)
  242.  
  243. Initial release of The Links. 
  244.  
  245.  
  246.  
  247. Version 1.1 (04/15/89)
  248.  
  249. Scoreboard was being written to one filename and read from another. Fixed
  250. this error to now read and write to the same filename.
  251.  
  252.  
  253. Version 2.0 (11/24/89)
  254.  
  255. Fixed bug with a hole in one shot. In previous versions the user was not
  256. accessed a stroke for that hole, this has now been corrected to access the
  257. one stroke used.
  258.  
  259. Added support for MULTI-BBS usage. Links now has direct support for
  260. PCBoard 14.x, QBBS and Wildcat BBS.
  261.  
  262. Added option to run as STAND ALONE (non-bbs). Type GOLF.EXE NOBBS.
  263.  
  264. Added HELP function. User can now enter HELP when asked for club selection
  265. and a listing of the clubs and approximate yardage is shown.
  266.  
  267. Adjusted the distance of each club slightly, especially the SAND WEDGE.
  268. Found in the previous versions the SAND WEDGE would nearly guarantee that
  269. the player would end up 1 yard from the hole. 
  270.  
  271. Wrote LINKARCH which will allow you to customize your courses. This feature
  272. is ONLY available to REGISTERED users of the program. Attempting to alter
  273. the course for a non-registered version will result in the game failing
  274. to execute.
  275.  
  276.  
  277. Version 2.1 - 2.2 (Added support for other BBS programs, WWIV and Spitfire)
  278.  
  279.  
  280. Version 2.3 (08/13/90)
  281.  
  282. Limited release version for beta testing new routines for high speed HST
  283. modems.
  284.  
  285.  
  286. Version 2.4 (08/21/90)
  287.  
  288. Resolved problem with high speed modems (9600+ baud). Beta testers have
  289. reported that program now operates fine at high speed modes. My thanks
  290. to John of Freddies Funland BBS (305) 384-0970 and John Brahce of Shark's
  291. Mouth BBS (313) 658-1110 for their time spent in getting this problem
  292. worked out.
  293.  
  294. Changed compiler to latest version, v4.5 of Quick Basic. Program now
  295. requires use of patch BRUN45.EXE program. Program is distributed with
  296. this program.
  297.  
  298. Added selection QUIT to listing of available clubs.
  299.  
  300.  
  301.  
  302. DISTRIBUTION SITES:
  303.  
  304.    As always you can find the latest version of Links available for
  305.    downloading from Corporate Headquarters BBS.  Freddies Funland BBS
  306.    has graciously offered to act as a distribution site as well.
  307.  
  308.    Calls for support for The Links Golf should be directed only to
  309.    Corporate Headquarters BBS.
  310.  
  311.    Corporate Headquarters BBS   (815) 886-3233  (3/12/2400)
  312.    Freddies Funland BBS         (305) 384-0970  (3/12/24/96/19200)
  313.  
  314.