home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / bbs / wresv111 / setup.doc < prev    next >
Text File  |  1992-07-24  |  15KB  |  330 lines

  1. DNA Wrestling! V1.11 RELEASE DATE 7/25/92
  2.                                 By
  3. Adam Jatkowski and David Rudda Jr.
  4. The IRON MAIDEN BBS (717) 333-4564
  5.  
  6. A game for BBS EXPRESS! ST
  7.  
  8. If you have V1.04 of DNA WRESTLING and already have it set up correctly, refer to part 3 of the doc that explains how to set up the new version.
  9.  
  10. Also, part 4 of the doc tells how to go from V1.10 to V1.11
  11.  
  12. The WRESV111.LZH should contain the following files:
  13.  
  14. GAMES.LZH      WRESTLIN.LZH   SETUP.DOC     DIRECTOR.TXT
  15.  
  16. The GAMES.LZH should include:
  17.  
  18. ILLEGAL.COM    WRESTLIN.COM   YOU_WIN.COM    HAHA.COM
  19. SURPRISE.COM   YOU_LOSE.COM   MAIN.COM       MAIN1.COM 
  20. EDIT.COM       START.COM      CHANGEUS.COM
  21.  
  22. The WRESTLIN.LZH should include:
  23.  
  24. DATEFILE.DAT   USERFILE.DAT   NEWSFILE.DAT   WRESTLIN.INS
  25. PLAYERS.TXT    CDIV1.SAT      CDIV1.LST      CDIV2.LST
  26. CDIV2.SAT      CDIV3.SAT      CDIV3.LST      CDIV4.LST
  27. CDIV4.SAT      CDIV5.SAT      CDIV5.LST      CDIV6.SAT
  28. CDIV6.LST      CHDIV1.SAT     CHDIV1.LST     CHDIV2.SAT
  29. CHDIV2.LST     CHDIV3.SAT     CHDIV3.LST     CHDIV4.SAT
  30. CHDIV4.LST     CHDIV5.SAT     CHDIV5.LST     CHDIV6.SAT
  31. CHDIV6.LST
  32.  
  33. If all of these files are not included in the package then the game will 
  34. not work. Call THE IRON MAIDEN BBS at (717) 333-4564 for the complete 
  35. package.
  36.  
  37. Setting up DNA Wrestling:
  38.  
  39. 1. The quick setup.
  40. Make a directory called D:\EXPRESS\GAMES\
  41. Put all files in GAMES.LZH in this directory
  42. Make a directory called D:\EXPRESS\WRESTLIN\
  43. Put all files in WRESTLIN.LZH in this directory
  44. Place DIRECTOR.TXT on the root of C:\ or D:\
  45. Change the call log option in the DIRECTOR.TXT file to N
  46. Make sure the number of users option in the DIRECTOR.TXT is all right
  47. In DIRECTOR.TXT make sure game menu path is alright.
  48. Execute START.COM to start the game. (Put it in the game menu.)
  49.  
  50. (You can set it up to your own paths, but this is the quick way. Certain 
  51. options that you can set are not applied. Look further in the document to 
  52. get things set up to your liking. If you are having trouble with the 
  53. DIRECTOR.TXT, be sure to read the part on how to set it up.)
  54.  
  55.  
  56. 2. The Better Way
  57.  
  58. Place the following files in one directory: You can also use the preset
  59. directory 'D:/EXPRESS/GAMES/'
  60.  
  61. (The files in the GAMES.LZH!)
  62. ALL *.COM files
  63.  
  64. Next place the rest of the file in another directory. You can also use
  65. the preset directory 'D:/EXPRESS/WRESTLIN/'
  66.  
  67. (The files in the WRESTLIN.LZH!)
  68. ALL *.SAT
  69. ALL *.LST
  70. USERFILE.DAT
  71. DATEFILE.DAT
  72. NEWSFILE.DAT
  73. PLAYERS.TXT
  74. WRESTLIN.INS
  75.  
  76. Last place the DIRECTOR.TXT on the root of C:\ or D:\ or the current
  77. directory. (The program will first look for DIRECTOR.TXT on c:\ and then
  78. d:\ and then the current directory. This is needed so no CHANGE_DIRECTORY
  79. statements are used in the game. This gets rid of the error that appear in
  80. the call log when someone logs off illegally during the game because the
  81. default directory was not the correct one. The current directory is the directory last set with a CHANGE_DIRECTORY command. Remember this game does not change the directory.)
  82.  
  83. Next you want to change the DIRECTOR.TXT file. It looks like the
  84. following between the two star lines
  85.  
  86. ********************************************************************
  87. Game path for COM files
  88. d:\express\games\
  89. Game path for all other files (including user, news, computer users, ect.)
  90. d:\express\wrestlin\
  91. Game path when the game aborts (include a file!!!!!!!!)
  92. d:\express\menus_80\games.hlp
  93. Highest of the user numbers (Does not have to be exact.)
  94. 100
  95. Number of days the user has until he/she is deleted
  96. 20
  97. Active CALL LOG record ( Y or N )
  98. Y
  99. Call log path and file
  100. d:\express\call_log.dat
  101.  
  102. ********************************************************************
  103.  
  104. You will want to change the first two directory options to suit your
  105. setup. The second directory is where all of the user characters will go,
  106. so leave some space in the drive for there. The third directory path and
  107. filename is where the game should go once the user quits it. It is usually
  108. a GAME MENU that you create or something similar.
  109.  
  110. To change the path, all you do is DELETE the current path and put in your 
  111. own. You must keep all information on the second line of each question. 
  112. For example if you wanted to change the first directory to C:\PROGRAM\ you 
  113. would do the following.
  114.  
  115. First you would have:
  116.  
  117. ********************************************************************
  118. Game path for COM files
  119. d:\express\games\
  120. Game path for all other files (including user, news, computer users, ect.)
  121. d:\express\wrestlin\
  122. Game path when the game aborts (include a file!!!!!!!!)
  123. d:\express\menus_80\games.hlp
  124. Highest of the user numbers (Does not have to be exact.)
  125. 100
  126. Number of days the user has until he/she is deleted
  127. 20
  128. Active CALL LOG record ( Y or N )
  129. Y
  130. Call log path and file
  131. d:\express\call_log.dat
  132.  
  133. ********************************************************************
  134.  
  135. When you changed it, it would look like this.
  136.  
  137. ********************************************************************
  138. Game path for COM files
  139. c:\program\
  140. Game path for all other files (including user, news, computer users, ect.)
  141. d:\express\wrestlin\
  142. Game path when the game aborts (include a file!!!!!!!!)
  143. d:\express\menus_80\games.hlp
  144. Highest of the user numbers (Does not have to be exact.)
  145. 100
  146. Number of days the user has until he/she is deleted
  147. 20
  148. Active CALL LOG record ( Y or N )
  149. Y
  150. Call log path and file
  151. d:\express\call_log.dat
  152.  
  153. ********************************************************************
  154.  
  155. Remember the stars are only used to separate the way the file looks from 
  156. the rest of the document.
  157.  
  158. The fourth option concerning the number of users, is a little different.
  159. You see that number tells the program from 1 to what number to go up to
  160. in searching for the users that play and so on. The program saves the
  161. character files according to their number. This will probably be changed
  162. according to your system. If you have a user with the highest number 60,
  163. it may be a good idea to put 200 for it. Of course, the higher the number
  164. the slower it will take for setups that occur at the beginning of every
  165. day and when a character is deleted. If your not sure how many users you
  166. have or it is not constant, put a number of about 1000, unless you have
  167. more.
  168.  
  169. The fifth option is how many days a user has if he/she does not play.
  170. After that number of days, that person is deleted.
  171.  
  172. The sixth option is answered Y or N, and is whether or not you want the
  173. program to add the message that a user entered and exitted the game and
  174. at what time.
  175.  
  176. The seventh option needs only to be used if the sixth option was answered
  177. as Y. It is the path and file where the game puts the infomation of when
  178. people entered and exitted the game.
  179.  
  180. The samples that are listed, don't have to be used, but changed as you
  181. want them. DO NOT CHANGE THE NUMBER OF LINES OR THE LOCATION OF EACH ITEM
  182. OF INFORMATION. The way it is listed is how the information is read.
  183.  
  184. As stated before, to start the game after the everything is set, is to run the START.COM. The game will now run and you don't have to bother with
  185. anything else. If some one wins the game, you must RESET the game. But, that is the only thing you need to do.
  186.  
  187. 3. Changing from V1.04 to V1.11
  188.  
  189. Copy the COM files in GAMES.LZH file into the directory that you set.
  190.  
  191. Delete MY.SCR
  192.  
  193. Copy the WRESTLIN.INS in the WRESTLIN.LZH file into your directory that you set.
  194.  
  195. Place the either DIRECTOR.TXT on the root of C:\ or D:\ or the current
  196. directory. (The program will first look for DIRECTOR.TXT on c:\ and then
  197. d:\ and then the current directory. This is needed so no CHANGE_DIRECTORY
  198. statements are used in the game. This gets rid of the error that appear in
  199. the call log when someone logs off illegally during the game because the
  200. default directory was not the correct one. The current directory is the directory last set with a CHANGE_DIRECTORY command. Remember this game does not change the directory.)There is only minor changes from the new
  201. DIRECTOR.TXT to the old one. You can use either one. All that is changed is
  202. the part about MY.SCR and the DIRECTOR.TXT information above each path. There is no other difference so either one will work.
  203.  
  204. Run the CHANGEUS.COM file to change the user files from V1.04 to V1.11
  205. (Additional lines were added to make the changes possible in each user
  206. file.)
  207.  
  208. To begin the game EXECUTE the START.COM file instead of MY.SCR.
  209.  
  210. When I say to put files in their appropriate directories as for the first and third part of the steps, I mean the paths found in the DIRECTOR.TXT, that you set previsously. They will still work.
  211.  
  212. 4. Going from V1.10 to V1.11
  213.  
  214.    There are only minor changes here. All you need to do is replace all of
  215. your .COM files with the new ones in the GAMES.LZH. The version change fixes some minor bugs.
  216.  
  217.  
  218. 5. The changes from V1.04 to V1.11
  219.  
  220.    Now, when I person logs off, there is no chance of getting the error in the call log that the SYSFILE.DAT is not found. There is no place in the game that the directory is changed. If that error does occur when someone logs off, I would check the game menu, and other associated files for the responsible CHANGE DIRECTORY command.
  221.  
  222.    When I person logs off during a match, the user will be penalized the next time he enters the game. The "ILLEGAL LOGOFF POLICE" will make that match count as a loss, and take 1000 dollars away. That should discourage illegal logoff during matches. In the previous version, there was no such feature and I noticed it was a habit of users to log off during the game.
  223.  
  224.    In the CHANGE PREFERENCE menu during a match, you will notice that there is a new option. Besides deciding whether the menus should be long or short, there is the option to set whether you have to press a key after every computer move. If it is set to NO, then you will only have to press a key when the computer's turn is over, not after every move. Every move of the computer will still be printed to the screen. If it is set to YES then it will print like it normally did.
  225.  
  226.     You can also see that there is an improved setup and less setup work.
  227.  
  228.     There are other slight changes that were fixed. They include MINOR errors in printing, and the like.
  229.  
  230.     Also, if you noticed in the 1.04 version documentation, I mistakenly left out the fact that you had to change the path for the last line of MY.SCR. That was the line that executed WRESTLIN.COM with the included path. You were supposed to change that path. Sorry for an trouble with that.
  231.  
  232.     All in all, I would like to thank everyone that has given me advice and told me of problems found in the game. Your help was appreciated!
  233.  
  234. 6. Explaining what the game does, and trouble shooting
  235.  
  236. At the beginning of each day, it will find all of the users, delete any
  237. old users, find all of the users again if anyone is deleted, set up the
  238. news for the next day, and set up the players ranks. Anytime a user is
  239. deleted or added, a similar process is executed.
  240.  
  241. From the main menu, there is a SYSOP menu option. From the SYSOP menu
  242. you can reset the game, or delete a character. Resetting the game will
  243. delete all users and all will reset all needed files. Deleting a
  244. character will delete a user. Entering a nonexistant user to be deleted
  245. from the selection of users will cause the process to be aborted. ONLY
  246. USERS WITH COMMAND_LEVEL (32) CAN ACCESS THE SYSOP MENU.
  247.  
  248. The .LST and .SAT files are the computer wrestlers' data files. The
  249.  
  250. USER[number].DAT file is the information for each user according to their
  251. number. The NEWSFILE.DAT contains the news. The DATEFILE.DAT contains the
  252. date. The USERFILE.DAT contains the list of users. Each are updated and
  253. changed by the program each day and require no maintenance.
  254.  
  255. If at any time, the user has exceeded his time limit, the game will kick
  256. the user out of the game, and go directly to the BBS.
  257.  
  258. If a user sits at a prompt too long, the BBS will kick the user offline.
  259.  
  260. If you have problems setting up do the following things:
  261.  
  262. 1. Make sure every file is in its proper directory
  263.  
  264. 2. Make sure there is free space in the directory of the *.SAT, *.LST,
  265. and the other files.
  266.  
  267. 3. Check to make sure you modified the DIRECTOR.TXT to your liking.
  268.  
  269. 4. Execute the START.COM file to get the game running. Use no other file!
  270.  
  271. 5. Change the DATEFILE.DAT to a value other than the correct date.
  272.  
  273. 6. Make sure you have all the files
  274.  
  275. 7. If changing from V1.04 to V1.11, make sure you ran CHANGEUS.COM, and that it worked. That file adds three more lines of information to each user file.
  276.  
  277. Anytime a user logs off illegally while the game is saving files. The
  278. next time a user goes in the game, it will do daily maintenance so their
  279. is protection from screwing up the game by illegally logging off.
  280.  
  281. Once the game is running, and you get errors check those 4 rules again.
  282. One thing that may be helpful to know. If you want to engage daily
  283. maintenace because you did something, just change the first line of the
  284. DATEFILE.DAT to anything but the currect date. Just putting "n" will be
  285. enough.
  286.  
  287. When the computer is figuring out how many days a user hasn't played,
  288. it goes by that each month has 30 days and that there are 12 months. This
  289. can cause a margin of error of about 2 days more (February) to 2 day less
  290. that the user was inactive. This is only minor though.
  291.  
  292. There are only 2 other minor things that you may want to consider:
  293.  
  294. 1. If you has a user over the number 9,999, the 10,000+ user will not be
  295. able to play and will give the program an error. I figured that most
  296. BBS's would have less than that.
  297.  
  298. 2. The program may reset itself in the year 2000, or you might need to
  299. reset it by deleting all the user files and changing the DATEFILE.DAT
  300. to a null value. I figured, the year 2000 is a long way off............
  301.  
  302. If anyone has any questions, problems, suggestions, compliments, you can
  303. get input by calling.....
  304.  
  305.       The Iron Maiden BBS (717) 333-4564
  306.       (The home of DNA Wrestling!!)
  307.  
  308.          Send E-MAIL to James or Eddie.
  309.  
  310. If you think the program is worth $5 or more please send a donation to...
  311.  
  312.          Adam Jatkowski
  313.          C/O The Iron Maiden BBS
  314.          RR 3 Box 82 Bodle Road
  315.          Wyoming, PA  18644
  316.  
  317. Make all checks payable to Adam Jatkowski and please state your BBS,
  318. BBS phone number, name, and handle. Any suggestions, comments,
  319. complaints, compliments, ect. are also appreciated.
  320.  
  321.  
  322. ALL SUPPORT IS APPRECIATED!!!!!!!
  323.  
  324.                             Thank you for your time,
  325.                                     David Rudda Jr.
  326.  
  327. This is PD and may be freely distributed. Instructions for the game is
  328. found in file WRESTLIN.INS
  329.  
  330.