home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / JACOB1S.ZIP / SYSOP1.DOC < prev    next >
Encoding:
Text File  |  1995-06-04  |  13.6 KB  |  384 lines

  1. ALL INSTRUCTIONS FOR THE TAGLINE SERIES SHINING STAR SOFTWARE GAMES
  2. ARE THE SAME. THIS ONE FILE IS WRITTEN FOR ALL TAGLINE SERIES GAMES:
  3.  
  4. BEFORE MUDDLEING THROUGH THIS ENTIRE FILE 
  5. (WHICH IS FOR THOSE WHO LIKE TO  MUDDLE) -- 
  6. THOSE WHO DON'T LIKE TO MUDDLE: READ THIS:
  7.  
  8. Create a separate directory for this game.
  9. Unzip the Zip file in that directory.
  10.  
  11. To install -- 
  12.      USE THE INSTALL.BAT
  13. For sample .bat file -- 
  14.      SEE sample.bat
  15.  
  16. This is the sample sample.bat:
  17. @echo off
  18. cd\pb\games\GAMENAME
  19. SSSGAME C:\PB\node1\DORINFO1.DEF 1 SSS.cfg
  20. cd\pb\node1
  21.  
  22. For GAMENAME above, replace with the name of the directory you created
  23. to put this game in.
  24.  
  25. The SSS.CFG file is optional and may be left off if you do
  26. not need or alter the SSS.cfg file. In MOST cases you will
  27. NOT! NOT! NOT! need a .cfg file and won't even need to look at it.
  28.  
  29. To run the Sysop Mode for entering registration key or
  30. for deleting/editing players, make sure the sample dorinfo1.def
  31. file is in the directory and type:
  32.  
  33. SSSGAME sysop
  34.  
  35. MAINTENANCE:
  36. Running reset through the nightly maintenance will reset the player
  37. scores without resetting their names, alias's and the last phrase
  38. # they were on, so they DO NOT have to start over at phrase 1.
  39. Running reset through sysop mode will delete all characters so they
  40. will have to start over, so you should run it through maintenance.
  41.  
  42. To automatically reset the game weekly put this in your nightly
  43. maintenance .bat file, will reset on Sunday of each week:
  44. SSSGAME maint W
  45.  
  46. To automatically reset the game monthly put this in your nightly
  47. maintenance .bat file, will reset first of the month:
  48. SSSGAME maint M
  49.  
  50. To run maintenance without resetting game automatically, put this
  51. in your maintenance .bat file:
  52. SSSGAME maint
  53.  
  54. (Game can be manually reset via sysop mode: SSSGAME sysop)
  55.  
  56. That is short & sweet and should do it. If it doesn't, then start muddleing.
  57.  
  58.  
  59.            Copyright 1995 Nannette Thacker. All rights reserved
  60.                 SHINING STAR SOFTWARE
  61.                 1:291/60
  62.          316/522-7641 ON-LINE CREDIT CARD / CHECK ORDERS & BBS
  63.          316/522-7829 MAILER & BBS
  64.  
  65. Benefits of registering
  66. ───────────────────────
  67.  
  68.    1. All future updates FREE when freqed from BBS's carrying the files.
  69.    2. Author support.
  70.    3. Support the author so she can create MORE games for your enjoyment!
  71.  
  72. Running from Type 7 Shell to DOS
  73. --------------------------------
  74.  
  75. SSS games can be run from your bbs with a type 7 shell to dos. An example
  76. command line within your BBS system config would be:
  77.  
  78. (SSS games support MANY MANY BBS types, but here are two examples:)
  79. (You can rename the sample.bat to anything you want:)
  80.  
  81. Quickbbs:
  82. command.com /c sample.bat or
  83. command.com *C sample.bat
  84.  
  85. Proboard:
  86. *Z sample.bat
  87.  
  88.  
  89. Sample Door Batch File
  90. ──────────────────────
  91.  
  92. @echo off
  93. cd\pb\games\GAMENAME
  94. SSSGAME c:\pb\node1\dorinfo1.def 1 sss.cfg
  95. cd\pb\node1
  96.  
  97. or
  98.  
  99. @echo off
  100. cd\pb\games\GAMENAME
  101. SSSGAME c:\pb\node%1\dorinfo%1.def %1 sss.cfg
  102. cd\pb\node%1
  103.  
  104.  
  105. Call the game Sysop Mode, which provides a User Editor and
  106. Input of the Registration Key by adding the word "sysop" to
  107. the end of the command line. The sample dorinfo1.def file must
  108. be in the directory if you are running from DOS.
  109.  
  110. SSSGAME sysop
  111.  
  112. Local Mode
  113. ──────────
  114.  
  115. The door can be tested in Local Mode if you make sure the sample
  116. dorinfo1.def file is in the game directory. Simply call the game from
  117. DOS within its directory:
  118.  
  119. SSSGAME
  120.  
  121. or you may pass command line parameters if you wish: (not necessary)
  122.  
  123. SSSGAME DORINFO1.DEF 1 sss.cfg
  124.  
  125.  
  126. This will give you a chance to test the door in local mode before
  127. setting it up on your system. You may wish to replace the player
  128. name in the sample DORINFO1.DEF file, with your own name (the name
  129. at the bottom of the file). It is not necessary to replace the BBS
  130. name or the Sysop Name at the top of the file.
  131.  
  132. RESETTING THE GAME
  133. ══════════════════
  134. Go to Sysop Mode and use the "Reset Game" option.
  135. Run sysop mode from dos by typing at the dos prompt:
  136. SSSGAME sysop
  137.  
  138. MULTI-NODE SUPPORT
  139. ══════════════════
  140. SSS Games are true Multi-Node Door Games. They support multiple players. We have
  141. tested them on six nodes successfully, and I'm sure they will support even more.
  142.  
  143. The installation .bat files automatically take care of setting the *.exe
  144. and *.txt files to READ ONLY. This is necessary for multi-user play since
  145. users will get a sharing violation if they try to access those files at
  146. the same time from within the game. As this is an overlaid program,
  147. multi-user requires the above mentioned files be set to READ ONLY. 
  148. If you are familiar with setting up multi-user applications, this will 
  149. not be new to you.
  150.  
  151. SSS games will use the record locking options built into SHARE from MS DOS
  152. 3.30 or later. Or you may use your Network's Sharing capabilities.
  153.  
  154.  
  155. Sysop Mode
  156. ──────────
  157.  
  158. Sysop mode can be accessed by DOS:
  159.  
  160. SSSGAME sysop
  161.  
  162. SYSOP MODE MENU FUNCTIONS:
  163. ──────────────────────────
  164.  
  165. Enter Registration Key
  166. Scores by Agent Name -- YOU MAY NEED TO RESELECT PLAYER WHEN DONE
  167. Scores & Last Date On by Real Name -- MAY NEED TO RESELECT PLAYER
  168. Select Player to Edit by Alias
  169. Delete Player
  170. Reset Game (will delete all players)
  171. Quit Editor
  172. Current Player Alias: MoonDust     Name: Nannette Thacker
  173.  
  174.  
  175. ENTER REGISTRATION KEY
  176. ──────────────────────
  177. After we have received your registration form in REGISTER.DOC, we 
  178. will send you a registration key. You will use this menu item to 
  179. enter the key. Master Card and Visa registrations are also available.
  180.  
  181. SCORES & WHERE LOCATED
  182. ──────────────────────
  183. You can choose to view the scores by the Alias Name or the Player Name.
  184. This will help you to identify what the real name of a player is.
  185. When done viewing the player list, it will set you to the end of the
  186. database and you may need to reselect the player, if you had a player
  187. selected before looking at the list.
  188.  
  189. SELECT PLAYER TO EDIT BY ALIAS
  190. ──────────────────────────────
  191. Once you have viewed the player list, you can select the player you wish
  192. to work with by their alias name. Then you can DELETE them if necessary.
  193.  
  194. DELETE A PLAYER
  195. ───────────────
  196. This will permanently remove a player from the game. S/he can still
  197. come back as a new player and start over. This allows you to
  198. delete players who may have entered an "obscene" alias. 
  199.  
  200. QUIT SYSOP MODE
  201. ───────────────
  202. This exits the Sysop Mode and takes you back to the BBS.
  203.  
  204. CURRENT PLAYER ALIAS:  NAME:
  205. ────────────────────────────
  206. Current Player Alias: MoonDust     Name: Nannette Thacker
  207. This gives the name of the player and his/her alias in case you
  208. are trying to track down a certain player for disciplinary or other
  209. reasons.
  210.  
  211. RESET THE GAME
  212. ──────────────
  213. (Start over):  This will delete all players in the player database
  214. and allow you to reset the game. 
  215.  
  216. BACKUPS
  217. ───────
  218. If you are limited on backup space, but would like to backup the
  219. crucial SSS files, the ones to back up are:
  220. MAINT.DBF
  221. PLAYERS.*
  222.  
  223. The maint database contains your registration key. If you are not
  224. registered, it is not important to back it up.
  225.  
  226. The players database and indexes contain the scores of all the players.
  227.  
  228. SHAREWARE -- TRYING IT OUT
  229. ══════════════════════════
  230. You may run SSS games from DOS to try it out first. Just issue the
  231. following command from dos -- making sure the sample dorinfo1.def 
  232. file is in the directory.
  233.  
  234. SSSGAME
  235.  
  236. When you register, all you will need to do is plug in a number. 
  237. You won't need to install a new EXE. You won't need to download
  238. a key every few weeks. Your key will be valid for new versions. All
  239. upgrades are FREE. *We reserve the right to change keys if we find our
  240. key has been hacked and released to others. In that case we will notify
  241. you of the new key when the new version comes out.
  242.  
  243. Everything is fully tested for many weeks before final release.
  244.  
  245.      ┬┬ ┌┬─┐ ┬ ┌┬──┐ ┌─┬┬─┐ ┌┬──┐ ┬┬─   ┬┬─   ┌┬──┐ ┌─┬┬─┐ ┬┬ ┌┬──┐ ┌┬─┐ ┬
  246.      ││ ││ │ │ └┴─┬┐   ││   │├──┤ ││    ││    │├──┤   ││   ││ ││  │ ││ │ │
  247.      ┴┴ ┴┴ └─┘ └──┴┘   ┴┴   ┴┴  ┴ ┴┴──┘ ┴┴──┘ ┴┴  ┴   ┴┴   ┴┴ └┴──┘ ┴┴ └─┘
  248.          ┬┬──┐ ┬┬──┐ ┌┬──┐ ┌┬──┐ ┬┬──┐ ─┬┬──┐ ┬┬  ┬ ┬┬──┐ ┬┬──┐
  249.          │├──┘ │├─┬┘ ││  │ ││    │├─    ││  │ ││  │ │├─┬┘ │├─
  250.          ┴┴    ┴┴ ┴─ └┴──┘ └┴──┘ ┴┴──┘ ─┴┴──┘ └┴──┘ ┴┴ ┴─ ┴┴──┘
  251. ┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌┌
  252. ┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘┘
  253.  
  254. INSTALLATION PROCEDURE:
  255.  
  256. Sorry this has to be so lengthy, but it seems there are a wide variety
  257. of systems out there that require different installation instructions
  258. so here they are. Just read the header and then read the stuff that
  259. applies to you.
  260.  
  261. For info on the SYSOP MODE: USER EDITOR AND REGISTRATION KEY EXE,
  262. please refer to the appropriate section in this document. 
  263.  
  264. ***********************************************************************
  265. MANUAL INSTALLATIONS FOR OS/2 AND NON-WORKING DOS COMMANDS:
  266. ***********************************************************************
  267. If you are unable to do commands like attrib +r, or you have your choice.com
  268. removed from DOS, you will need to follow the MANUAL INSTALLATION
  269. INSTRUCTIONS following the AUTOMATIC INSTALLATION INSTRUCTIONS below:
  270.  
  271. ***********************************************************************
  272. AUTOMATIC INSTALLATION:
  273. ***********************************************************************
  274. NEW SITES INSTALLATION WITH WORKING DOS COMMANDS:
  275. or
  276. UPGRADE INSTALLATION WITH WORKING DOS COMMANDS:
  277. ***********************************************************************
  278. THIS FILE USES THE GAME: PUNCH LINE as an example, so uses the directory
  279. name PUNCH. Please change the directory name based on the name of the
  280. actual game you are installing:
  281.  
  282. 1. Please create a separate directory. 
  283.   c:\bbs\games\punch\*.*
  284.  
  285. 2. Unzip PUNCH*.zip into your PUNCH directory.
  286.  
  287. 3. Run the INSTALL.BAT file and follow the instructions.
  288.  
  289. 4. Read elsewhere in this file for how to set up a .bat file for this game.
  290.  
  291. ***********************************************************************
  292. MANUAL INSTALLATION INSTRUCTIONS:
  293. ***********************************************************************
  294. New Sites:
  295. ***********************************************************************
  296. Please run install.bat
  297. Please continue from install.bat if test fails.
  298.  
  299. Please set the attributes for all text files to READ ONLY.
  300.  attrib +R *.txt
  301. Please set the attributes for all executable files to READ ONLY.
  302.  attrib +R *.exe 
  303. Please look at sample.bat file for example setup.
  304.  
  305. ***********************************************************************
  306. MANUAL INSTALLATION:
  307. ***********************************************************************
  308. Upgrades:
  309. ***********************************************************************
  310. Please set attributes for all *.txt and *.exe files in directory to 
  311. NOT read only so that new files can copy over old ones.
  312.  
  313. attrib -R *.exe
  314. attrib -R *.txt
  315.  
  316. Please run install.bat and select upgrade.
  317. Please continue from install.bat if test fails.
  318.  
  319. Please set the attributes for all text files to READ ONLY.
  320.  attrib +R *.txt
  321. Please set the attributes for all executable files to READ ONLY.
  322.  attrib +R *.exe
  323.  
  324. Please look at new sample.bat file for example setup.
  325.  
  326. ***********************************************************************
  327. SSS.CFG:
  328. ***********************************************************************
  329. NOTE: THE SSS.CFG FILE IS NOT NECESSARY IN 99% OF ALL CASES.
  330. You have the ability to customize your SSS game if you wish to eliminate
  331. the use of a fossil driver or when you are using an unusual drop file.
  332. The file to alter is the SSS.cfg file. Most BBS systems will have no
  333. need of setting up this file or altering it.
  334.  
  335. ***********************************************************************
  336. INSTALL.BAT
  337. ***********************************************************************
  338. The installation bat file will ask how you wish to install your SSS game.
  339. It will ask if this is an upgrade, or new site.
  340. All you need to do is answer the installation questions.
  341.  
  342. ***********************************************************************
  343. MULTINODE!
  344. ***********************************************************************
  345. IF YOU INSTALL WITH THE INSTALL.BAT, this will be taken care of
  346. automatically:
  347.  
  348. If you are running a multi-node BBS or plan to play the game locally
  349. while someone else is playing it on a node, some of the files must be
  350. set to READ ONLY for multi-use.
  351.  
  352. In order to do this, the install.bat sets the *.txt files and the *.exe
  353. to read only so they can be accessed by all users.
  354.  
  355. ATTRIB *.TXT +R
  356. ATTRIB *.EXE +R
  357.  
  358. If your DOS command for setting attributes is not available, you must
  359. make these changes to the files yourself.
  360.  
  361. IF UPGRADE:
  362. All *.txt and *.exe files must have the attributes set to NOT READ ONLY
  363. before beginning if this is an upgrade. The install.bat will inform you
  364. of this and give you a chance to exit and set the attributes. (The unzip
  365. function will not be able to write over a file that is READ ONLY.)
  366.  
  367. If this is a new site installation and the DOS attrib +R command is not
  368. available, you must set the attributes for all *.txt & *.exe files to
  369. READ ONLY when it is done.
  370.  
  371. CALL YOUR SSS GAME MULTI-NODE THE SAME AS SINGLE NODE:
  372.  
  373. SSSGAME c:\bbs\node1\dorinfo1.def 1 SSS.cfg
  374. SSSGAME c:\bbs\node2\dorinfo2.def 2 SSS.cfg
  375. SSSGAME c:\bbs\node3\dorinfo3.def 3 SSS.cfg
  376.                   ^
  377.                   ^
  378.                 node #
  379.  
  380. Please pass the drop file and path, the node number, and optionally the
  381. name of the configuration file (SSS.cfg or if multi-node and you want
  382. different configurations, SSS.cf1, SSS.cf2, etc. If using same
  383. configuration, they can all use the same config file).
  384.