home *** CD-ROM | disk | FTP | other *** search
/ Boldly Go Collection / version40.iso / TS / 14A / BOBUTILS.ZIP / BOBUTILS.DOC next >
Encoding:
Text File  |  1992-02-14  |  5.9 KB  |  131 lines

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