home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the DOOM Programming Gurus / Tricks_of_the_Doom_Programming_Gurus.iso / bonus / utils / dm2save / pack1.prg / D2SAVE.DOC < prev    next >
Encoding:
Text File  |  1995-03-11  |  4.4 KB  |  100 lines

  1.                ***************************************
  2.                *           Doom II Save 1.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 II or Did you wish
  11. it was easier to keep track of which saved game goes with which wad?  Well
  12. Now there's Doom II Save, a batch file that gives you 600 possible saved
  13. games.
  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. D2SAVE.DOC   - This File
  22. PACKING.LST  - A list of all files that should be included
  23. INSTALL.EXE  - A program to install Doom2Save
  24. INST.EXE     - A file used during installation
  25. INSTALL.INI  - A file used during installation
  26. PACK1.PRG    - Another resource file used during installation
  27.                         
  28.  
  29. How to Install:
  30.  
  31. 1. UnZip to D2SAV171.ZIP file into a directory
  32. 2. Type install after you change to the directory.
  33. 3. You MUST install Doom2Save into the X:/DOOM/GAMES directory where X is
  34.    the drive DOOM in installed on.
  35. 4. If you want to save the current saved Doom Games select the set you
  36.    want and find the line in the D2SAVE.BAT file that has :xx where
  37.    xx is the saved game set you want, to save you games to.  Then add a
  38.    REM in front of the next DEL *.DSG line.  Run Doom Save selecting the
  39.    saved game set you just selected.  Then remove the REM that you added
  40.    to the DEL *.DSG line.
  41.                          
  42. Note: Doom II Save just deletes the Saved games in the C:\DOOM2 directory
  43. and as a result, any saved games saved while running not Doom Save may
  44. be lost.  I recommend using only Doom Save to play Saved games with Doom.
  45.  
  46. How to Use:
  47. To start Doom change to the C:\DOOM2\GAMES directory and start Doom Save
  48. by typing D2SAVE followed by the program you use to start Doom, in
  49. the C:\DOOM2 directory.  Then select the Set of saved games you want to
  50. use. There are 100 sets (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 \DOOM2\GAMES directory.
  57.  
  58. If you have Doom II installed in a directory such as: C:\GAMES\DOOM2 you must
  59. use SUBST to use Doom II Save that comes with Dos 6.x.  Refer to you DOS manual
  60. on how to use SUBST or type SUBST /? at any prompt.
  61.  
  62. Notes:
  63. This Batch file is Freeware, please distribute freely!  But include all
  64. the files on the Packing list, and distribute as D2SAVxxx.ZIP (or
  65. D2SAVxxx.LHA, D2SAVxxx.ARJ, or D2SAVxxx.ARC) where xxx is the Version
  66. number.
  67.  
  68. I tried to compile D2SAVE.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 D2SAVE.BAT correctly let me know.
  71.  
  72. Feel free to Modify Doom II 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:\DOOM2\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. When you select the saved game set you are actually using 2 choice
  90. commands, one for the tens digit and one for the ones digit.
  91.  
  92. Version History:
  93. V1.0 Written By: Nicholas Barnard.  Based on DoomSave 2.0 for Doom.
  94. Released to public.
  95. V1.5 Revised By: Nicholas Barnard.  Based on DoomSave 2.5 for Doom.
  96. Released to public.
  97. V1.7 Revised By: Nicholas Barnard.  Based on DoomSave 2.7 for Doom.  Removed
  98. the need for Bebe, and changed the install program.
  99. V1.71 Revised By: Nicholas Barnard.  A Small bug fix in the install program.
  100.