home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / easyun.zip / ANCWAR.TXT < prev    next >
Text File  |  1986-12-03  |  2KB  |  71 lines

  1.           Unprotecting Broderbund's Ancient Art of War
  2.  
  3.  
  4. To unprotect the Ancient Art of War:
  5.  
  6.      1.   Make a copy of the original distribution diskette using
  7.           the DISKCOPY command.  Put your original away, and work
  8.           on the copy.  Steps 2 to 6 assume that a disk containing
  9.           DEBUG.COM is in drive A:, and your working WAR disk is
  10.           in drive B:
  11.  
  12.      2.   From the A> prompt, type:
  13.  
  14.                RENAME B:WAR.EXE WAR.SAV
  15.  
  16.           Followed by, of course, hitting the Return key.
  17.  
  18.      3.   Now, start up DEBUG with:
  19.  
  20.                DEBUG B:WAR.SAV
  21.  
  22.      4.   From the '-' DEBUG prompt, enter:
  23.  
  24.                E8BD8
  25.  
  26.      5.   DEBUG will display:
  27.  
  28.                xxxx:8BD8 CD-
  29.  
  30.           The 'xxxx' will vary for your system, but if everything
  31.           from the colon (:) onward doesn't look the same, DON'T
  32.           continue - either you have another version, or something
  33.           is wrong.
  34.  
  35.           Enter 'F8', and hit the space bar.  DEBUG will display:
  36.  
  37.                13-
  38.  
  39.           Enter '90', and hit the space bar.  DEBUG will display:
  40.  
  41.                73-
  42.  
  43.           Enter 'EB', and hit the space bar, and then Return.
  44.  
  45.      6.   Now, from the '-' DEBUG prompt, enter 'W', and hit the
  46.           Return key.  This will write the file back to disk.
  47.  
  48.      7.   Enter 'Q' to leave DEBUG, and from the A> prompt, enter:
  49.  
  50.                RENAME B:WAR.SAV WAR.EXE
  51.  
  52.           and hit the Return key.
  53.  
  54.  
  55.      Your working copy of WAR will now run, and can, itself, be
  56. backed up using the DOS DISKCOPY or COPY commands.
  57.  
  58.      Note:  if you use WAR on a fixed disk, you will not be able
  59. to save a game in progress, due to a small bug - WAR tests the
  60. default disk for the presence of a file named "M", instead of the
  61. selected data disk, the intent being to prevent saving a game on
  62. the same disk as that file.  To disable this test, after
  63. completing step 5, patch the following location:
  64.  
  65.           xxxx:3B1D  0B-
  66.  
  67. replace the '0B' with '31'.  This will allow you to save a game
  68. on a floppy disk in the A: drive;  Note, however, that this
  69. removes a small margin of safety (if you save a new campain and
  70. a game to the same disk, the game reloader will get confused).
  71.