home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 011.STRCHT.DOC < prev    next >
Text File  |  1993-08-12  |  2KB  |  46 lines

  1.                         Stronghold Money Maximizer v1.1
  2.                                   by Raistlin
  3.  
  4.    Stronghold is a cool game, but in the beginning, you cannot have very much
  5. money.  Your total Gold available is determined by your rank and the number
  6. of vaults you have.  This money maximizer would help you to get more money,
  7. but the money resets to your maximum when a structure is complete.  A good
  8. way of using this program would be to [Pause] the game, then save it.
  9. Maximize your money, the go back into the game and upgrade/build your
  10. structures.  Notice while in [Pause], your characters do not move toward their
  11. destination squares, and the building stops.  After you've done your thing,
  12. you can resume game.
  13.  
  14.    You can do this as many times as you like, but do build many vaults when
  15. you have the money.  Later on, when you have more vaults, you won't need to
  16. use this maximizer so much.
  17.  
  18.    The command line is as follows:
  19.  
  20.           STRCHT save.[???] [Name]
  21.  
  22.           [???]   is the extension of your saved game
  23.           [Name]  is the name of the Baron/Baroness whose money you wish
  24.                   to adjust.  You must enter at least the first 3 characters
  25.                   of the name.  Be sure you use UNIQUE names. The name is also
  26.                   case sensitive, so type EXACTLY as you did in the game.
  27.  
  28.  
  29. Technical Information
  30. ---------------------
  31.    Since the saved game keeps growing bigger, the location of the money for
  32. each Baron changes accordingly.  This maximizer will do a search (slow) for
  33. the matching characters, up to a point.  Originally, I made it to handle
  34. saved games to a certain size, but now it should be able to handle saved
  35. games of any size.  Of course the larger the saved game, the longer it is
  36. going to take to search (in 1024-byte chunks - easier to allocate memory
  37. for than, say 64K chunks).  Enjoy.
  38.  
  39.    Because the program reads in 1K chunks, sometimes it will not find
  40. your particular Baron/Baroness.  One chunk might have read the first few
  41. characters of the name and missed the rest.  And the next chunk contains the
  42. rest, but not the whole.  The program will abort with ERRORLEVEL 3 if this
  43. happens.  The best thing to do is probably to occupy more land or build more
  44. structures to grow your saved game enough so next time, STRCHT will be able to
  45. find your Baron.
  46.