home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 946.BOBUTILS.DOC < prev    next >
Text File  |  1992-02-13  |  6KB  |  131 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                              BobUtils Documentation
  7.  
  8.           After massive frustration playing THEIR FINEST HOUR: The
  9.           Battle of Britain, I began developing these utilities to
  10.           help my pilots stay alive and get ahead. Hope they will
  11.           serve you as well. I've also include a few experienced
  12.           pilots to fly your wing on tough missions, and a couple of
  13.           missions I designed as examples. The following explanations
  14.           should cover the use of all the included files.
  15.  
  16.           COPYROST.BAT - Automatically copies entire roster of pilots
  17.           and Top Scores to alternate drive and directory for backup.
  18.           You may have to edit this to suit your system & purposes.
  19.  
  20.           COPYBRIT.BAT - Copies multiple British Airmen to save drive
  21.           and directory. You may have to edit this to suit your system
  22.           & purposes. USE: COPYBRIT Name1 Name2 Name3 . . . etc. NOTE:
  23.           Do not use file extensions here, use pilot name only.
  24.           EXAMPLE: COPYBRIT TESSLER TOWNSEND FISKE
  25.  
  26.           COPYGERM.BAT - Copies multiple German Airmen to save drive
  27.           and directory. You may have to edit this to suit your system
  28.           & purposes. USE: COPYGERM Ext Name1 Name2 Name3 . . . etc.
  29.           NOTE: Here you must use the file extension as the first
  30.           parameter.
  31.           EXAMPLE: COPYGERM 109 KOENIG GALLAND SCHMIDT
  32.                    COPYGERM 110 BRAEDEN MULLER
  33.                    COPYGERM J87 REINHART RUMEY WOLFF
  34.                    COPYGERM BMB OUTZMANN RAEDER
  35.  
  36.           RESTROST.BAT - Automatically restores entire roster of
  37.           pilots and Top Scores from backup drive and directory.
  38.           You may have to edit this to suit your system & purposes.
  39.  
  40.           RESTTOP.BAT - Restores Top Score file from backup drive and
  41.           directory. You may have to edit this to suit your system &
  42.           purposes. Uses Top Score file name as parameter.
  43.           EXAMPLE: RESTTOP PRAF
  44.  
  45.           RESTINDV.BAT - Restores single pilot from backup drive and
  46.           directory. You may have to edit this to suit your system &
  47.           purposes. Uses pilot name and type as parameters.
  48.           EXAMPLE: RESTINDV TESSLER RAF
  49.  
  50.           RESTORE.BAT - This is the reason all of this got done. All
  51.           of the rest of the .BAT, .SCR, .DAT, and .TXT files, and the
  52.           .COM file work with this to help you resurrect your pilots
  53.           that have been KIA, Grounded, or Captured. It also will
  54.           allow you to alter their status if you want to intentionally
  55.           ground a pilot so you won't use him accidentally. If you
  56.           want, you can also mark him off as captured although I can't
  57.           figure why anyone would want to do this purposefully. By
  58.           poking around in the pilot data files I discovered that the
  59.           second byte of the file holds the status of a pilot, i.e.,
  60.           00 if the pilot is ACTIVE, 01 if GROUNDED, 02 if CAPTURED,
  61.           and 03 if KIA. RESTORE.BAT builds a DEBUG script file that
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.           changes that byte on the fly. The only minor drawback is
  72.           that the Top Score file for that pilot & type will end up
  73.           temporarily out of sync score-wise. Once your pilot has been
  74.           flown and has scored some points the game program will self
  75.           correct this difference. If you have NORTON UTILITIES and
  76.           know how to use the DISK EDITOR(DE) it is easy to correct
  77.           this on your own. To use RESTORE.BAT you need to supply the
  78.           entire filename of the pilot to be modified and a two byte
  79.           code signifying the status you want to appear in the file.
  80.           EXAMPLE: RESTORE TESSLER.RAF 00 - to restore to ACTIVE
  81.                       "       "     "  01 - to force GROUNDED
  82.                       "       "     "  02 - to force CAPTURED
  83.  
  84.           That's all there is to it. It does the rest by itself. Since
  85.           I currently find myself in the odious position of being
  86.           forced to learn *UGH* Assembler I am going to try to write a
  87.           full scale editor for the BOB and SWOTL pilot files. At
  88.           least learning *UGH* Assembler may then have been
  89.           worthwhile. If I am succesful I will post same on the BBS's
  90.           I use and hope they will filter out. If these utilities are
  91.           useful to you a small donation of $5.00 to continue to stir
  92.           my creativity would be greatly appreciated. If anyone knows
  93.           of an editor for BOB or SWOTL I would love to know where to
  94.           find it. I have heard they are out there amongst the
  95.           freeware and shareware, but have not yet found them.
  96.           Donations and/or questions and/or contact to:
  97.  
  98.                              Marc Tessler
  99.                              408 W. Pontiac Dr. #7
  100.                              Phoenix, AZ 85027
  101.                              602-870-1951
  102.  
  103.           P.S.- I have also included an experienced pilot of each type
  104.           to use as wingman in tough missions. Also, I've thrown in a
  105.           few simple missions I designed as examples. The cakewalk
  106.           mission ONEONONE.FLT can be used to get a pilot going, or to
  107.           let the kids play if you let them near your computer. If one
  108.           of the experienced pilots gets bounced and ends up KIA you
  109.           can just restore them from the backup copies I've provided.
  110.           EXAMPLE: COPY NAME.BAK NAME.??? (Where ??? is .RAF, .109,
  111.                    .J87, .BMB)
  112.  
  113.           To install these files to your BOB directory just "copy *.*"
  114.           to \BOB1940. Good Luck and happy flying, Ace!
  115.  
  116.           P.S.S.- Anyone out there want to play KNIGHTS OF THE SKY by
  117.           modem? If so, you can contact me at the above phone number.
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.           All Files & Documentation copyright (c)1992 Marc A. Tessler
  126.  
  127.  
  128.  
  129.  
  130.  
  131.