home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 October / PCO_10.ISO / filesbbs / fbball.arj / SYSOP.DOC < prev    next >
Encoding:
Text File  |  1996-09-10  |  15.9 KB  |  360 lines

  1.                         Franchise Basketball v1.xx
  2.                              by Scott Snella
  3.                     Internet: aq239@detroit.freenet.org
  4.                               bg229@scn.org
  5.                   
  6.                             January 24, 1996
  7.                   ...to Bruski... one man's best friend...
  8.  
  9.                            SYSOP DOCUMENTATION
  10.  
  11. Table of Contents:
  12.         [1] Warranty
  13.         [2] Agreement
  14.         [3] Problems, Comments and Questions
  15.         [4] Installation and Requirements
  16.                 [4.1] Franchise Basketball Quick Setup
  17.                 [4.2] Using a Configuration File
  18.                 [4.3] Multi-Node Setup
  19.                 [4.4] Nightly Maintenance
  20.                 [4.5] Upgrading from v1.10b and v1.11b
  21.         [5] Command Line Parameters
  22.         [6] Special Keys
  23.         [7] Additional Utilities
  24.         [8] Thanks
  25.  
  26. [1] Warranty:
  27.  
  28. No warranty of this product is given, either explicit or implied.  I do
  29. not promise that this program will either run, or anything else.  While
  30. I have made an effort to test it on several systems, and configurations,
  31. it is impossible to test all possibilities.  If you do have trouble with
  32. the use of this product I would like to hear about it.  Please feel free
  33. to Email me at the above Internet address.
  34.  
  35. [2] Agreement:
  36.  
  37. Please feel free to distribute this shareware version of Franchise
  38. Basketball.  It may be included in, but not limited to the following
  39. means of distribution, CD ROM's, BBS downloads, floppy disk distribution.
  40. A small fee may be charged by the distributor for the price of disks or CD
  41. ROM manufacture.
  42.  
  43. The official distribution site list in the file DISTRO.DOC is a list of sites
  44. where the latest version of Franchise Basketball should be available.  If
  45. for some reason one of the sites is no longer a member, has gone down,
  46. or for some other reason does not have the software, you may get a copy from
  47. one of the others.  This list (DISTRO.DOC) is not a list of the only boards
  48. allowed to carry the software, again please feel free to upload this package
  49. in it's unregistered form to as many systems as you'd like.
  50.  
  51. I give you the right to run one Franchise Basketball game on your BBS or
  52. LAN, and only one game, with the unregistered version.  You may continue to
  53. run only one game at a time for an reasonable period of up to 4 months.  I 
  54. have disabled several functions for the unregistered version, and view that 
  55. as an incentive to register the game for $20.  You may not, run more than
  56. one unregistered copy of the game.
  57.  
  58. [3] Problems, Comments and Questions:
  59.  
  60. If you have any questions, comments, problems, or notice any bugs in the
  61. program, please contact me immediately either at FIDO: 1:332/129, or VIA
  62. the Internet email at aq239@detroit.freenet.org.  I will attempt to answer 
  63. the question, fix the problem or add suggestions to later versions of the 
  64. software.
  65.  
  66. Remember, the latest versions of Franchise Basketball may be obtained from
  67. all distribution sites in the DISTRO.DOC, at Mos Eisley 413-684-4266, or 
  68. by Internet FTP at the following locations:
  69.  
  70.         ftp.uniserve.com /pub/bbs_doors/FBB###.ZIP
  71.         ftp.xmission.com /pub/other/ra/online/FBB###.ZIP
  72.         ftp.cts.com      /pub/dferber/doors/FBB###.ZIP
  73.  
  74.         ### = the current version of the software.
  75.  
  76. [4] Installation and Requirements:
  77.  
  78. For quick and easy setup, I have included two short .DOC files with this
  79. distribution archive.  SETUP.DOC and LANSETUP.DOC are the two setup 
  80. instruction files.  SETUP.DOC details the setup procedure for a BBS system,
  81. while LANSETUP.DOC is a setup file regarding Local Area Network and stand 
  82. alone PC play.  These files are smaller and easier to print and read than
  83. the information below.
  84.  
  85. If you have a non-standard modem and IRQ setting (and are not running a 
  86. fossil driver), are operating a multi-node BBS, or wish additional
  87. configuration or the door, please read "Using a Configuration file" below.
  88.  
  89. Franchise Basketball uses ANSI screen codes to create a friendly user
  90. interface, and therefore must be run on a BBS using ANSI terminal emulation.
  91. For stand alone PC's and Networks, the graphics and screen codes should
  92. work fine without any additional programs in memory.
  93.  
  94.   [4-1] Franchise Basketball Quick Setup
  95.  
  96.       - Unzip Franchise Basketball Archive to its own directory.
  97.       
  98.       - Change to the directory containing Franchise Basketball (FBB) and 
  99.         type FINIT.  This will run the initialization program.  Answer YES to
  100.         the question, "Do you wish to create a league".  Answer all of
  101.         the questions.  Then Quit the FINIT program
  102.       
  103.       - Now you have to create a batch file to run the game from the BBS.
  104.         FBB supports many major BBS drop files, and all you have to do is copy
  105.         your drop file to the FBB directory before running the program.
  106.         The main EXE file is called FBASKET.EXE.  Here is a sample batch 
  107.         file.  (If you are running a multi-node system, non-standard PORT's
  108.         or IRQ's, or want additional configuration of the door, refer to
  109.         section 4-2, "Using A Configuration File".)
  110.  
  111.         @ECHO OFF
  112.         COPY C:\BBS\DORINFO1.DEF C:\FBB\DORINFO1.DEF
  113.         C:
  114.         CD\FBB
  115.         FBASKET
  116.         DEL DORINFO1.DEF
  117.         CD\BBS
  118.         EXIT
  119.  
  120.         A LAN or Stand alone PC would use the "l" option to run in local     
  121.         mode.
  122.  
  123.       - Finally, you must run the program called MAINT.EXE once per day (or
  124.         if you wish the season to move faster, more than once).  Running
  125.         MAINT.EXE will create the schedule, or play games if the league
  126.         is full, otherwise it will wait until all teams have been filled.
  127.         Just put the MAINT.EXE program in your nightly events, this plays
  128.         games and creates many of the data files FBB needs.  Until the
  129.         season actually begins play, several of the options (especially
  130.         in the Gazette Sports Page) will not seem to work.
  131.  
  132.   [4-2] Using a Configuration File
  133.  
  134.         *** This section is an alternative to Quick Setup ***
  135.         
  136.         Included with your FBB###.ZIP archive is a file called FBASKET.CFG.
  137.         This is a sample configuration file (with instructions for each
  138.         selection included).  You may choose to use the configuration file
  139.         system by simply running FBB with the configuration file as a
  140.         command line parameter...
  141.  
  142.         FBASKET FBASKET.CFG         
  143.         or
  144.         FBASKET C:\FBB\FBASKET.CFG
  145.  
  146.         *WARNING*
  147.         Franchise Basketball generates a file called FBB.CFG, you may NOT 
  148.         use this as a name for your config file, any other .CFG extension is
  149.         fine.
  150.  
  151.         This configuration setup will be useful for multi-node systems,
  152.         non-standard settings without a fossil driver, and additional
  153.         custom BBS configurations.
  154.  
  155.         There are several options which may be configured within the file,
  156.         including the NODE, COM PORT, IRQ and PATH to drop file.  For
  157.         other options, descriptions, and syntax please view the FBASKET.CFG 
  158.         file included with the distribution archive.  
  159.        
  160.   [4.3] Multi-Node Setup
  161.  
  162.         *** This section only applies to sysops with more than one node ***
  163.         
  164.         Franchise Basketball does support multiple nodes.  Multi-node
  165.         operation, however, requires the use of the .CFG file system.
  166.         As a multi-node BBS, your system will most likely create drop-
  167.         files in an individual directory for whichever node is in
  168.         operation.  (ie. C:\BBS\NODE1\DOOR.SYS)
  169.  
  170.         You must define an individual .CFG file for each node. ( ie.        
  171.         FBASKET1.CFG, FBASKET2.CFG, etc. ).  When you call your batch  
  172.         file to run the door, send it one parameter, the node number...
  173.         C:\BBS\DOORS\FBB.BAT %N (%N being your node number).
  174.  
  175.         Then in the batch file, run FBASKET.EXE with the line...
  176.  
  177.                 FBASKET.EXE FBASKET%1.CFG
  178.  
  179.         %1 is the first parameter sent to the batch file.
  180.  
  181.   [4.4] Nightly Maintenance
  182.  
  183.         The MAINT.EXE file must be run at least once per day (depending
  184.         on how many games you want to play in one day... once is
  185.         recommended).  This event must be exclusive.  No one may be in 
  186.         the door when MAINT.EXE is run, because it updates and edits
  187.         ALL datafiles, and creates many files as well.
  188.  
  189.   [4.5] Upgrading from Franchise Basketball 1.10 and 1.11 Wide Betas
  190.  
  191.         Upgrading is simple, especially if you have an unregistered
  192.         version.  For unregistered users, simply unzip this archive and
  193.         overwrite all Franchise Basketball files currently in your FBB
  194.         directory.
  195.  
  196.         Registered users must unzip all files (replacing previous version
  197.         files) then execute FINIT.EXE.  From the menu, there is a new
  198.         option, Remove all trades.  Since the trade datafiles have been
  199.         revamped, you must delete all current trade offers before using
  200.         the trade system.
  201.  
  202.         After doing either of these, you should be able to access all
  203.         options (depending on registration) normally.
  204.  
  205. Franchise Basketball should work fine with most major drop files, including
  206. DORINFOX.DEF, DOOR.SYS, CHAIN.TXT*, SFDOORS.DAT and CALLINFO.BBS.  All
  207. you 
  208. have to do is copy the drop file from the location where your BBS creates 
  209. it, to the FBB directory, the program will do the rest, then you can 
  210. optionally delete it when finished.  The game has been tested with the 
  211. following systems and configurations:
  212.  
  213. BBS's:
  214.      Wildcat! 4.01 (running under Windows 3.1)
  215.      Renegade 10-05 (running under DOS 6.22)
  216.      Remote Access
  217.      TriBBS (using DOOR.SYS drop file)
  218.  
  219. Local Mode:
  220.      486 DX/2-66 8 Meg of RAM (DOS 6.22, LANtastic Network)
  221.      486 DX-33 4 Meg of RAM (DOS 6.22)
  222.      286 (Monochrome Monitor)
  223.  
  224. * CHAIN.TXT, the WWIV drop file, sends users real names, as opposed to their
  225.   aliases (at least in Renegade 10-05).  This does not effect gameplay if
  226.   CHAIN.TXT is used as the drop file from the beginning, however will cause
  227.   users to be unrecognized if it is switched to in mid-season (if aliases
  228.   are in use) or different nodes of your BBS use different drop files.
  229.  
  230. If your drop file is not supported, you may define a drop file by using the
  231. configuration file option.  (See FBASKET.CFG for more info)
  232.  
  233. Franchise Basketball uses external fossil drivers by default.  The program
  234. should read any non-standard ports or IRQ's from the fossil driver without
  235. having to worry about anything.
  236.  
  237. [5] Command Line Parameters:
  238.  
  239. There are two command line parameters:
  240.  
  241.         [1]  l or L  Runs FBB in local mode.
  242.         [2]  The name of a .CFG file to use.
  243.  
  244. You can invoke local mode by typing "FBASKET L", make sure there are no 
  245. slashes, dashes or anything else before the "L".
  246.  
  247. Remember that you MUST run FINIT.EXE first!  The game will not operate 
  248. without initializing all datafiles first.
  249.  
  250. [6] Special Keys:
  251.  
  252. UP/DOWN Arrow - Increase/Decrease time user has left in door.
  253.  
  254. Alt-C - Chat mode
  255.  
  256. Alt-J - DOS Shell
  257.  
  258. Alt-H - Hang Up on User
  259.  
  260. Alt-K - Suspend input from the online users keyboard
  261.  
  262. Alt-N - Reserves the system for the sysop next (RA 1.00 and Apex ONLY)
  263.  
  264. Alt-D - Drop user back to BBS without hanging up
  265.  
  266. F1-F6 - Various status line toggles
  267.  
  268. F9 - Sysop help
  269.  
  270. F10 - Turn off status line
  271.  
  272. [7] Additional Utilities:
  273.  
  274. FBB creates two score files, FBBSCORE.ANS and FBBSCORE.ASC.  Both        
  275. contain last evenings game scores.  The first is in ANSI format
  276. and the second, ASCII format.  Both are located in the FBB
  277. directory and can be copied, moved or displayed from that location
  278. to users during login.  If not all of the teams are filled, the
  279. score file acts as an ad for users to join.
  280.  
  281. You may want to make the file INSTR.DOC available for download.  It
  282. is a brief text file explaining the game, and detailing some 
  283. strategies for playing.
  284.     
  285. On many BBS systems, it can be difficult to get 12-24 users to play door
  286. games.  Especially within a 2-3 week period after you set up Franchise
  287. Basketball.  For this reason, I have added a special option in the FINIT
  288. program.  The option, choice "E", allows you as system
  289. operator (or someone with access to the FINIT program) to create computer
  290. controlled owners.  You can either create the remainder of the league 
  291. (option E) with randomly generated names and players.  After you fill the 
  292. remainder of the league, new users will not draft their teams, but will 
  293. take over a previously generated computer team, until there are no more 
  294. computer teams.  At which time registered users can start another league.
  295. This option is beneficial, not only to fill the league, but also allow
  296. users with less Basketball knowledge to easily start playing.
  297.  
  298. In addition, the autofill option may be enabled when you setup the league.
  299. By doing this, the game will automatically fill the rest of the teams after
  300. a specified number of days pass.
  301.  
  302. The FINIT program offers registered users several other options.
  303. While filling the remaining teams is NOT a registered version option, adding
  304. team nicknames and city names for random team generation and player first and
  305. last names to their respective databases are all registered options.  In
  306. addition, the perpetual league reset is a registered option.
  307.  
  308. With the perpetual league option, upon completion of one season (and the
  309. crowning of a champion through the playoffs) another season is automatically
  310. started.  All team owners remain, and most of the players as well.  The only
  311. exception would be players that retire.  Users are then forced to replace
  312. those players that have ended their careers and pick up new players from
  313. the free agent (or draft pool).  Unfortunately to maintain the team in the
  314. off season costs money, and the users stadium will revert back to a gym, but
  315. players skills can increase and decrease in the off season.
  316.  
  317. For registered users, if for some reason a trade is unsuccessful,
  318. and some or all of the players on either team are still marked as offered
  319. in a trade, there is an option in the FINIT.EXE module that allows you to 
  320. cancel all trades.  This will delete all current trades, and free all players
  321. from those trades.  You should only use this option when such an error
  322. occurs.
  323.  
  324. Finally, registered users are able to add city, team nicknames, player first
  325. and last names, and colleges to the respective database files.  In addition,
  326. I have included options to delete those datafiles if you'd care to start
  327. from scratch.  It does not matter if there are duplicate names in the
  328. database.  All it will do is cause that name to be used twice as often.  As
  329. a matter of fact, it may be more realistic to have duplicate names in some
  330. databases to reflect the true distribution.  (for example there are more
  331. Smith's than Snella's in the world, so there could be more Smith entries
  332. in the database).
  333.  
  334. [8] Thanks:
  335.      
  336. I'd like to thank the following system operators for their help testing 
  337. Franchise Basketball.  If you are running a system that is not mentioned
  338. in this document, and have tested Franchise Basketball on that system,
  339. please E-mail me and I will add your configuration, and system name to 
  340. this text file as an official tester.  Only the first E-mail for a
  341. specific system will be added to the list.  If you would like to be an
  342. official SnellaSoft distribution Site, however, there is an included text
  343. file listing all distribution sites and the procedures for applying to be
  344. a site called DISTO.DOC, please read it for more information.
  345.  
  346.      Thanks for alpha/beta testing goes to:
  347.           
  348.           Dave Ferber           The Castle of       619-488-7784 Node 1   
  349.                                   Deception         619-488-7785 Node 2
  350.           George Christian      Belgareth's Tower   301-753-8436    
  351.  
  352. Coming in '96:
  353.      Franchise Football
  354.      Additional Franchise Basketball Utilities
  355.  
  356. Thank you for choosing Franchise Basketball...
  357.  
  358. Franchise Basketball (C) 1995-96 SnellaSoft
  359.  
  360.