home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / AB105.ZIP / SYSOP.DOC < prev    next >
Text File  |  1994-06-01  |  10KB  |  284 lines

  1. *****************************************
  2. * ARROWBRIDGE V1.05 SYSOP DOCUMENTATION *
  3. *****************************************
  4.  
  5. PREFACE
  6. =======
  7.  
  8. Welcome to the land of Arrowbridge.  This game is has evolved over
  9. seven years due to a passion that I have for mediaeval culture and lands
  10. of fantasy.  The game has been designed so as to allow the player to
  11. deviate from his/her normal life and enter a new world, one of
  12. excitement and mystique.
  13.  
  14. INTRODUCTION
  15. ============
  16.  
  17. This version has been thoroughly tested on Remote Access V1.11 & V2.00 but
  18. should work on any BBS that creates a DORINFOx.DEF file!  Another important 
  19. fact is that Arrowbridge will use a Fossil driver if it is resident
  20. in memory.
  21.  
  22. A FOSSIL driver is required if you are using baud rates in excess of 9600 
  23. baud or if you have your system running at a locked baud rate.  Arrowbridge
  24. should function with most fossils including X00 and BNU.
  25.  
  26. Arrowbridge can also be played on a multi-node basis!  Make sure that
  27. SHARE.EXE is resident if you intend to run several copies of Arrowbridge
  28. at once - failure to do this could result in file degradation.
  29.  
  30.  
  31. INSTALLATION
  32. ============
  33.  
  34. Installing Arrowbridge is very simple.  
  35.  
  36. 1.  De-compress the file into a directory that is to contain all of 
  37.     the Arrowbridge files.  
  38.  
  39. 2.  Create a door exit (Type 7) in your BBS menu.
  40.  
  41.     eg. Command Line :
  42.  
  43.     *C /C C:\RA\ABRIDGE.BAT *M *N
  44.  
  45. 3.  Create a batch file to copy the DORINFOx.DEF file to the arrowbridge
  46.     directory and to run ABRIDGE.
  47.  
  48.     eg. Sample batch program for Remote Access (%1 = node number)
  49.  
  50.     COPY DORINFO1.DEF C:\RA\ABRIDGE\DORINFO%1.DEF
  51.     CD \RA\ABRIDGE
  52.     ABRIDGE.EXE /NODE%1
  53.     CD \RA
  54.  
  55.     Note: Arrowbridge will look for RBBS compatible DORINFOx.DEF drop files
  56.     (where x=Node number).  Systems that only produce DORINFO1.DEF files must
  57.     rename the file according to the current Line of the BBS as shown in the
  58.     batch file above.
  59.  
  60. 4.  Run ABTOOLS SETUP.  Note the following definitions:
  61.  
  62.     Arrowbridge directory - The location of the Arrowbridge files.
  63.  
  64.     Inbound file directory - The location of the Front End mailer inbound
  65.     file directory (Inter-BBS operation only)
  66.  
  67.     Outbound mail directory - The location of the Front End mailer netmail
  68.     directory, ie. the location of the .MSG packets (Inter-BBS operation only)
  69.  
  70.     Number of Lines on BBS - The number of lines that will have access to
  71.     Arrowbridge (must be defined for multi-node operation). 
  72.  
  73.     League Tag - A 2 character league ID for Inter-BBS operation.  It can
  74.     consist of any number or letter of the alphabet.
  75.  
  76. 5.  Change into the Arrowbridge directory that you have created and run
  77.  
  78.     ABTOOLS CREATE
  79.  
  80.     This will create all of the files necessary for Arrowbridge to
  81.     run successfully.
  82.  
  83. 6.  You are ready to play!
  84.  
  85.  
  86. INTER-BBS PLAY
  87. ==============
  88.  
  89. Arrowbridge can now be run on an Inter-BBS basis.  At the moment, the
  90. following functions are supported :
  91.  
  92. * A top 100 Inter-BBS player list featuring the top players based
  93.   on their experience.
  94.  
  95. * Send assassins to other systems to terminate other players
  96.  
  97. * Send a Destructor to another system.  This Destructor is a level 15
  98.   assassin which will attack all players on the destination BBS until
  99.   it is destroyed.
  100.  
  101. In order start an Inter-BBS network, you must create a NODES.ABR file
  102. which will contain all of the network information for each BBS.
  103.  
  104. Note: This version of Arrowbridge will only function with Frontdoor &
  105. Binkley compatible front end mailers.
  106.  
  107. Here is an example of a NODES.ABR file:
  108.  
  109. 1
  110. Arrow Entertainment System
  111. 3:714/411
  112.  
  113. 2
  114. Ground Zero
  115. 3:714/913
  116.  
  117. 3
  118. Hunter Connection BBS
  119. 3:622/403
  120.  
  121. etc.
  122.  
  123. Note that there is a blank line after every system entry, a maximum of
  124. 99 systems may be included and no point systems may be entered in the
  125. nodelist.
  126.  
  127. Ensure that the name of your system in the NODES.ABR file directly matches
  128. that contained in the ARROW.CFG file.  This IS case sensitive!
  129.  
  130. Secondly, you must assign a League Tag, ie. a 2 character ID for your
  131. Arrowbridge league so that systems may run multiple leagues without
  132. contention.  All systems in your league must have the same Tag entered in 
  133. the ABTOOLS SETUP routine.
  134.  
  135.  
  136. ROUTING FILES
  137. =============
  138.  
  139. Outbound files may be routed via other systems by creating a ROUTE.ABR
  140. file.  The file can contain the following statements:
  141.  
  142. ROUTE * via [BBSNUM]
  143.  
  144. This command will route ALL outbound files via the BBS [BBSNUM].  This 
  145. command should be used typically in the first entry of the route file as
  146. it will override ALL previous entries.
  147.  
  148. ROUTE BBS#1 via BBS#2
  149.  
  150. This command will route files for BBS#1 via BBS#2.  Once again, this command
  151. will override all previous routing entries for BBS#1.
  152.  
  153. A sample file, ROUTE.SAM is available for further explanation.
  154.  
  155.  
  156. COMMAND LINE SWITCHES
  157. =====================
  158.  
  159. "ABRIDGE.EXE"
  160.  
  161. /LOCAL       - Play Arrowbridge locally (Node 0)
  162.  
  163. /LOCKED=19200     - Lock the baud rate at 300, 1200, 2400, 9600, 19200 & 38400.
  164.           This function should be used if your modem uses a locked
  165.                   baud rate.  If you wish to lock the rate at higher values
  166.           then lock the rate at 38400 using the /locked=38400 switch
  167.                   and the fossil SHOULD automatically adjust this to the rate 
  168.                   at which it itself is locked.
  169.  
  170. /NODEx        - Used for multi-node operation.  "x" denotes the Line number
  171.           of the BBS.  The default value for remote operation is "1".
  172.  
  173.  
  174. "ABTOOLS.EXE"
  175.  
  176. CREATE   - Create/re-start Arrowbridge
  177.  
  178. EDIT     - Delete players and Edit Names
  179.  
  180. INBOUND     - Processes inbound network files
  181.  
  182. OUTBOUND - Processes outbound network files.  New outbound files are
  183.            created once every 2 days (soon to be configurable).
  184.  
  185. SETUP     - Change game setup & create ARROW.CFG file
  186.  
  187.  
  188. SYSOP OPTIONS
  189. =============
  190.  
  191. ALT-C    - CHAT Mode
  192.  
  193. Chat with users while online.  ESC will abort the chat mode.
  194.  
  195. ALT-F10    - Summon Zombre Bryan
  196.  
  197. During gameplay, the sysop has the ability to summon Zombre Bryan by
  198. pressing ALT-F10.  This will result in Zombre appearing in the next
  199. combat round and will most likely lead to the demise of the user
  200. online at the time.  Note: Zombre will also appear randomly during
  201. the game!
  202.  
  203.  
  204. REGISTER
  205. ========
  206.  
  207. This game is distributed as Shareware.  The game is totally playable
  208. in its unregistered state, and feel free to use it for an unlimited period,
  209. but a few functions have been disabled:
  210.  
  211. * Players will not be able to start their second mission for advancement
  212.   to level 10
  213.  
  214. * Riders and Knights will not be purchasable.
  215.  
  216. * The shipyards are always closed
  217.  
  218. Registration is inexpensive and will encourage me to add more functions
  219. to the game.  Your registration code will function with all V1.xx versions
  220. of Arrowbridge and a small upgrade fee will be charged for future major
  221. version releases.
  222.  
  223. Fill in the registration form (REGISTER.DOC) and send it to the address
  224. shown or crash mail it with an attached message to Arrow Entertainment
  225. System (FIDO 3:714/411).  Note: A signature is not necessary for crash 
  226. mailed rego forms when paying by credit card.
  227.  
  228. After the registration form is received, you will receive a registration 
  229. number via netmail (within Australia) or by post.  This will be dispatched
  230. within 24 hours of receipt!  Simply add this number using ABTOOLS SETUP.
  231. Your BBS name should be then displayed in the Arrowbridge title screen.
  232.  
  233.  
  234. BUGS & SUGGESTIONS
  235. ==================
  236.  
  237. An Arrowbridge echo area is available from my BBS (Arrow Entertainment
  238. System) and many other systems which will report all future releases 
  239. of Arrowbridge, give plenty of hints and tips and allow you to let me 
  240. know of bugs that you encounter.  Any suggestions that you may have for 
  241. the game would also be appreciated as the game functions are only limited
  242. by our imagination.
  243.  
  244. The BBS details are listed below.  Happy Arrowbridging !(??)
  245.  
  246.                                                          Mark Sinclair
  247.  
  248. ------------------------------------------------------------------------------
  249. ARROW ENTERTAINMENT SYSTEM
  250.  
  251. All rates up to V32!
  252.  
  253. Phone Australia (02) 949-3095 [INTL +61-2-949-3095]
  254.  
  255. Fidonet     3:714/411
  256. Coastlink   9:800/100
  257. Gamenet     36:3006/3
  258. Gamelink    90:1100/100
  259.  
  260. Echo Area : ARROWBRIDGE (Fidonet)
  261.  
  262. File Request the latest public version of Arrowbridge (24 hours a day)
  263.  
  264. Filename : "ABRIDGE"
  265. ------------------------------------------------------------------------------
  266. Beta Test Team:
  267.  
  268. Thanks for all of your support and patience!
  269.  
  270. SYSOP                 SYSTEM                  DIST  FIDO ADDRESS LOCATION
  271.  
  272. Gordon Christie       Millenium BBS            *    3:620/265    Australia
  273. Matthew Clements      Empire BBS               *    3:632/530    Australia
  274. Denis Coleman         999 Planes of Hell            3:633/253    Australia
  275. Robert Fairlie-C      The RPG & Comics Network      3:711/930    Australia
  276. Gary Scafe            Real Deceptions          *    3:640/815    Australia
  277. Robbie Steele         Enterprise IV            *    3:770/190    New Zealand
  278. Andrew Stephen        Byteline BBS             *    3:690/245    Australia
  279. Tony Terbizan         Hunter Connection BBS    *    3:622/403    Australia
  280. Paul Zagoridis        NetRunners                    3:712/537    Australia
  281. ------------------------------------------------------------------------------
  282. * Distrubition sites have the latest version of Arrowbridge available
  283.   for file request using the magic filename "ABRIDGE"
  284.