home *** CD-ROM | disk | FTP | other *** search
/ MegaDoom Add-On 3 / MEGADOOM3.iso / other / dmsav2 / pack1.prg / DOOMSAVE.DOC < prev    next >
Text File  |  1995-03-11  |  5KB  |  115 lines

  1.                   ***************************************
  2.                   *             Doom Save 2.71          *
  3.                   *           ******************        *
  4.                   *         By: Nicholas Barnard        *
  5.                   *           Prodigy: BVUA23C          *
  6.                   *  Internet: ah646@dayton.wright.edu  *
  7.                   ***************************************
  8. Introduction:
  9.  
  10. Ever wish you could have more than 6 saved games for Doom or Did you wish it
  11. was easier to keep track of which saved game goes with which wad?  Well Now
  12. there's Doom Save, a batch file that gives you 600 possible saved games, and
  13. provides support for Doom Control Center.
  14.  
  15. What you need:
  16. Find and Replace v1.0 (Included)  Find and Replace is Copyrighted (C) 1993
  17. XCopy (Included with most current versions of DOS)
  18.  
  19. Packing List:
  20.  
  21. DOOMSAVE.DOC - This File
  22. INSTALL.EXE  - The Installer
  23. PACKING.LST  - A list of all files that should be included
  24. INSTALL.INI  - A file used during the install Process
  25. INST.EXE     - A file used during the install Process
  26. PACK1.PRG    - Another Resource file used during the install Process
  27.                                         
  28. How to Install:
  29.  
  30. 1. UnZip to DMSAV271.ZIP file into a directory
  31. 2. Type INSTALL after you change to the directory.
  32. 3. You MUST install DoomSave into the X:/DOOM/GAMES directory where X is
  33.    the drive DOOM in installed on.
  34. 4. If you want to save the current saved Doom Games select the set you
  35.    want and find the line in the DOOMSAVE.BAT and/or file that has :xx
  36.    where xx is the saved game set you want, to save you games to.  Then
  37.    add a REM in front of the next DEL *.DSG line.  Run Doom Save selecting
  38.    the saved game set you just selected.  Then remove the REM that you
  39.    added to the DEL *.DSG line.
  40.                          
  41. Note: Doom Save just deletes the Saved games in the C:\DOOM directory
  42. and as a result, any saved games saved while running not Doom Save may
  43. be lost.  I recommend using only Doom Save to play Saved games with Doom.
  44.  
  45. How to Use:
  46. To start Doom change to the C:\DOOM\GAMES directory and start Doom Save
  47. by typing DOOMSAVE or DMSAVDCC to use the DCC compatiable version
  48. followed by the program you use to start Doom, in the C:\DOOM directory.
  49. Then select the Set of saved games you want to use. There are 100 sets
  50. (00-99) available.
  51. Note: That you must type all numbers in 2 digits (i.e. 01 instead of 1)
  52. Note: You cannot use the Backspace (Delete Key) See technical Info for
  53. More information.
  54.  
  55. If you would like another menu to come up instead of the one that currently
  56. comes up just save the menu in the file MENU.MEN in the \DOOM\GAMES directory.
  57.  
  58. Notes:
  59. This Batch file is Freeware, please distribute freely!  But include all
  60. the files on the Packing list, and distribute as DMSAVxxx.ZIP (or
  61. DMSAVxxx.LHA, DMSAVxxx.ARJ, or DMSAVxxx.ARC) where xxx is the Version
  62. number.
  63.  
  64. If you have Doom installed in a directory such as: C:\GAMES\DOOM you must
  65. either use SUBST that comes with Dos 6.x.  Refer to you DOS manual on how
  66. to use this or type SUBST at any prompt.
  67.  
  68. I tried to compile DOOMSAVE.BAT into a COM file but it seemed too large
  69. for all of the compilers I tried.  If you find a compiler that will
  70. compile DOOMSAVE.BAT correctly let me know.
  71.  
  72. Feel free to Modify Doom Save and Distribute.  But, You must distribute
  73. it as Freeware and provide a list of changes, update the version number,
  74. and your name.  Also please forward a list of changes (bugs fixes) to me.
  75.  
  76. BBS's may add their Ad's to this file.  But, I must ask that each BBS
  77. only have 1 ad a piece.  It annoys me to find BBS's that have more than
  78. 1 ad.
  79.  
  80. Technical Info:
  81. Don't worry if you don't understand this. Its not necessary to.
  82.  
  83. All this batch file does is copy the Saved Games made by Doom, to the
  84. C:\DOOM\GAMES directory.  But, it renames the files.  The format is on
  85. the next line:
  86. DOOMS##*.DSG
  87. Where ## is the set Number and * is the saved game number.
  88.  
  89. The Doom Control Center SGAME.DCC file is saved as
  90. DOOMS##C.DCC
  91. Where ## is the set Number.
  92.  
  93. (Note you must use the DMSAVDCC.BAT file to have the SGAME.DCC file Saved.)
  94. When you select the saved game set you are actually using 2 choice
  95. commands, one for the tens digit and one for the ones digit, this is why
  96. the Delete key doesn't work correctly.
  97.  
  98. Version History:
  99. V1.0 Written By: Nicholas Barnard.  Not released to the public. Some
  100. bugs were found, and fixed in Version 1.1.
  101.  
  102. V1.1 Revised By: Nicholas Barnard.  Fixed select bug and added a line to
  103. delete saved games in the Doom directory.  Released to public.
  104.  
  105. V2.0 Revised By: Nicholas Barnard.  Added support for Doom Control Center.
  106. Removed the need for the DOOMSTRT.BAT file.  Released to public.
  107.  
  108. V2.5 Revised By: Nicholas Barnard.  Added an install Program and Fixed a
  109. visual output bug.  Also added support for a different menu.
  110.  
  111. V2.7 Revised By: Nicholas Barnard.  Changed the install Program and Removed
  112. the need for Bebe.
  113.  
  114. V2.71 Revised By: Nicholas Barnard.  A bug in the install program was fixed.
  115.