home *** CD-ROM | disk | FTP | other *** search
/ Secret Service 54a / SSERVCD_54A.bin / UTILS / PATCHES / ACPTCH11.ZIP / README.11 < prev   
Text File  |  1997-10-15  |  12KB  |  263 lines

  1.  
  2. This patch file will patch Advanced Civilization Version 1.00 or 1.01 to
  3. Version 1.1.
  4.  
  5. The version number appears on the introductory banner when the game starts and
  6. at the bottom of the main options screen.
  7.  
  8.  
  9. Copy all the files contained in this archive to your AVALON directory.  If you
  10. changed the name of the directory during the INSTALL from the default put the
  11. files in that directory.
  12.  
  13. type:
  14.  
  15.         patch ht100_11
  16.  
  17.  
  18. If the patch process is successful...
  19.  
  20.     . Copy the file ACPTCH11.EXE to a spare diskette and put it in the game
  21.       box. This way in the future if for some reason you re-install the game,
  22.       you'll have the patch readily available.
  23.  
  24.     . Now you can delete the files:
  25.         acptch11.exe
  26.         patch.exe
  27.         ht100_11.rtp
  28.         readme.11 (if desired)
  29.  
  30.  
  31.  
  32. Note on saved games files: The format for saved games has not changed,
  33. therefore any saved games you currently have will still work.
  34.  
  35. Note on PBEM games in progress: Although the format for the exchanged files
  36. has not changed, many of the bugs, now fixed, propagate themselves through
  37. the exchanged files.  Therefore, if you are not experiencing any difficulties
  38. in you present game, odds are that you can continue but there is no guarantee
  39. of a successful completion.  The only way to be sure of a clean game is to
  40. start a new one.
  41.  
  42.  
  43. Additional notes for PBEM games
  44. -------------------------------
  45.  
  46. During the testing for 1.1, the game automatically created zip archives of the
  47. .hst files at host consolidation time.  The decision has been made to leave
  48. in this facility. The PREP????.ZIP files allow you to replay from any
  49. particular point in time by restoring the .hst files and then you can preform
  50. the host consolidation again.  This might be useful if some file corruption
  51. occurs during any file exchange.  Starting a new PBEM game deletes all old
  52. PREP????.ZIP files in the AVALON directory.
  53.  
  54. This archive requires that you have the pkzip program somewhere on your path
  55. list. If you don't have pkzip, the archiving should be skipped.
  56.  
  57. If you prefer not to clutter your directory with the PREP files, include in
  58. your command line the /nz switch.  I.e:
  59.  
  60.         advcivil /nz
  61.  
  62. This only applies to the host of a PBEM game.
  63.  
  64.  
  65. PBEM filenames
  66. --------------
  67. The format of filenames is critical to the operation of the PBEM game.
  68. Because of this, the true filename is stored as part of the file and it is
  69. restored when the game executes.  Thus you could rename ITAL0512.hst to
  70. TOM.txt and the game would change TOM.txt back to ITAL0512.hst.  This means
  71. that if you want to keep copies of the files, you don't have to worry about
  72. what you call them.  However, if for some reason you already had a ITAL0512.hst
  73. and a TOM.txt, the game would want to rename TOM.txt to ITAL0512.hst and it
  74. would fail with the message "To correct the above problem - refer to the
  75. manual." and of course there is no such reference in the manual. You'll then
  76. be dumped to DOS.
  77.  
  78. This inability to deal with duplicate names is why this feature was never
  79. mentioned in Versions 1.0 or 1.01. Now I'm documenting it with the warning
  80. that duplicate names are not handled.
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87. Revision History
  88.  
  89.  
  90. 1.1
  91. ---
  92.  
  93. 1) The version of Fastgraph used is now 4.04 vs 4.03 for V1.01.  A few
  94.    additional video cards should be supported now.
  95.  
  96. 2) >>>The human player can see what the computer players have really in
  97.    >>>hand(their goods), during some phases (for example, when the game stops
  98.    >>>after a nation's moves), just in clicking the GOODS button. Since the
  99.    >>>game is based on commercial strategies and bluff, the interest of the
  100.    >>>game is very reduced. This is like a cheat mode.
  101.  
  102.      This is only possible if 2 or more humans are playing.  I've added a
  103.      requester popup so that you now have to pick a nation to look at.  The
  104.      computer players are never on the list.  Yes, you can look at all the
  105.      human players cards but in hot-seat play, voluntary restraint on the
  106.      part of players is required.
  107.  
  108. 3) >>>I played Babylonia. I was struck as secondary victim Epidemic. I had 4
  109.    >>>cities, three of them built on 2 token capacity areas, one built on a 1
  110.    >>>token capacity area. I had 10 tokens, each in a separate area. Medicine
  111.    >>>reduces my losses from 10 to five.  But I couldn't get a "finished"
  112.    >>>button, because I could only reduce 2 cities due to the rules (it is not
  113.    >>>allowed to eliminate all tokens in an area due to an epidemic). But with
  114.    >>>reducing 2 cities, I got a "-1" in the field that show the number of
  115.    >>>tokens (units) I have to take off the board. With this "-1" I could not
  116.    >>>end my turn. So I had to leave the game.
  117.  
  118.      Oops! This occurred because there were no spare tokens in the non-city
  119.      territories. I've added code that will look for the correct target number,
  120.      -1 in this case.
  121.  
  122. 4) Discovered an attempt to move more tokens from a territory then occupied
  123.    by.  Fixed.
  124.  
  125. 5) Ran across another way that the Grain used to reduce famine effects was not
  126.    being reset properly.  Fixed.
  127.  
  128. 6) Exceeded valid moves in XXXXX.  This error message is generic in nature
  129.    and will be seen when the game tries to move more tokens from a territory
  130.    then are available. One case that generated this message was caused by
  131.    the code that consolidated single token moves into one multiple token move.
  132.    Under what I hope are rare conditions, the alternate AI conjectures that
  133.    the game makes left the memory in a condition where the consolidator got
  134.    confused and collected a token or 2 more than it should have.  This
  135.    condition has been fixed.
  136.  
  137. 7) Under some conditions, the AI in choosing the First faction in Civil War
  138.    could think that there were not enough tokens to pick from when there
  139.    really were.  The release version of the game did not flag this as an error
  140.    but rather short changed the player. It is now fixed.
  141.  
  142. 8) Computer AI handling of Military losses in Civil War was hosed.  It is now
  143.    fixed.
  144.  
  145. 9) During the Ship Maintenance AI phase, if a nation could not support all of
  146.    it's ships due to lack of treasury, the game was restoring certain variables
  147.    at inappropriate times and in general botched it's attempt to figure things
  148.    out.  Occasionally a token error would be generated.  This is now fixed.
  149.  
  150. 10)If you attempted to Start A New Game from within a running game more than a
  151.    certain number of times, how many depends on the amount of memory your
  152.    machine has, the game would crash.  This is now fixed.
  153.  
  154. 11)Fixed another "Exceeded valid moves in XXXXX" caused by the overpopulation
  155.    reduction code.
  156.  
  157. 12)Ran across an internal AI flag concerning roadbuilding that was not getting
  158.    set immediately after a Restore Game.  Effect - AI was unaware of anyone
  159.    having roadbuilding for one round.  FIXED.
  160.  
  161. 13)Scoring bug - The Final Standings score did not properly reflect that the
  162.    winner had moved onto the Finished marker on the AST chart. FIXED.
  163.  
  164. 14)If the AI had 2 ships in one territory, it might want to ship all of the
  165.    tokens out on the first ship then it would ship out again all the tokens on
  166.    the second ship resulting in a Token Error.  FIXED.
  167.  
  168. 1.1 PBEM Fixes
  169. --------------
  170.  
  171. 1) PBEM Ship Movement bug FIXED.  Caused by player moving a ship with 1 MP
  172.    left, thus having no MP's left after moving, into a territory with ships
  173.    that have MP's left. When the player pressed the NEXT SHIP button to move
  174.    the ships with MPs left, the ship change was not recorded and the PBEM
  175.    playback code attempted to move the first ship causing the movement error.
  176.  
  177. 2) Re: Phantom Italy Civ buys.  If you started a PBEM game immediately
  178.    executing advcivil.bat, this cannot happen.  However it might be possible
  179.    for this to occur if you started a PBEM game after stopping a game in
  180.    progress at the point where a nation had bought some civ tools.  The
  181.    variable AcquiredCnt was not reset at the start of a new game and this
  182.    scenario is the only one that I can think of to explain how the variable
  183.    could have non-zero data in it.  I now reset AcquiredCnt at the start of
  184.    any game.
  185.  
  186. 3) If someone bought a trade good, the treasury never was updated to reflect
  187.    this. FIXED.
  188.  
  189. 4) If some, not all, nations acquired Civ Tools, the stopping point to send
  190.    files was different for acquire vs non-acquire nations.  This could cause
  191.    all sorts of problems.  FIXED.
  192.  
  193. 5) PBEM Tax Revolt problem.  If a nation with coinage could avoid a tax revolt
  194.    by lowering its tax rate, the other nations would assume that it did not
  195.    and a tax revolt was reported to them.  This would result in the gray
  196.    screen of death - City Token Error.  This is now FIXED.
  197.  
  198. 6) On the Tool Acquisition Wrapup screen, calamities might show up on the
  199.    Goods Used side.  A temp variable wasn't being cleared before use.  The
  200.    effect is actually benign.  FIXED.
  201.  
  202. 7) If trading was possible(everyone had enough goods) AND no one decided to
  203.    make any offers AND the previous round trading did occur, the game would
  204.    put up a fictitious Trade Wrapup screen. FIXED.
  205.  
  206.  
  207.  
  208. 1.01
  209. ----
  210.  
  211. 1)  Win 95 & building cities resulted in negative tokens.  Surprisingly this
  212.     bug only manifested itself when the game is run in a DOS box under Win 95
  213.     or Win 3.1.
  214.  
  215. 2)  If the game detected that you had moved all of your tokens and ships,
  216.     the code would tell you to press the FINISHED button.  If you had
  217.     tokens on board ships at that time, they would vanish from the game.
  218.     This bug has been fixed.  You will no longer get the direction to
  219.     press FINISHED until all ships are also empty.
  220.  
  221. 3)  The cost of Roadbuilding was erroneously coded as 160 instead of 140.
  222.     (I'll blame this one on a misprint on the back cover of the original
  223.     Advanced Civilization manual).
  224.  
  225. 4)  If the beneficiary of a civil war could not completely takeover all
  226.     of the tokens of the remaining faction, the game could lockup.  This
  227.     is now fixed.
  228.  
  229. 5)  Grain cards used for Famine relief were not being properly released
  230.     for use in the next round.
  231.  
  232. 6)  A spinner has been added to the Barbarian Ravaging and Plundering
  233.     Committee display to reassure folks that the game hasn't locked up.
  234.  
  235. 7)  Fixed a bug when ships were not maintained.  Under certain circumstances
  236.     a Ship Error could be generated.
  237.  
  238. 8)  Reported bug with link to/from North Aquitania was erroneous.  The problem
  239.     is that the hot spot for North Aquitania is on the small side.  I have
  240.     modified the map so that the hot spots for all the dual coasted territories
  241.     are delineated by light gray dotted lines.
  242.  
  243. 9)  During a Computer buy of Tools, if there were more credits available then
  244.     were needed to buy a tool, the excess credits would be improperly used
  245.     to buy other tools.  This is now fixed.
  246.  
  247. 10) During Civil War, if the second faction was wiped out by military losses,
  248.     the game still required you to take additional losses and you were
  249.     essentially hung at that point.  This has been fixed.
  250.  
  251. 11) On the Monotheism Conversion screen, the nation buttons would only
  252.     momentarily show other nations inventory.  This has been fixed.
  253.  
  254. 12) The appearance of the Barbarian Ravaging and Plundering Committee would
  255.     cause future calamity sounds to loop. Fixed.
  256.  
  257. 13) During conflict resolution, if 2 or more humans are playing, the GOODS
  258.     button will now be disabled.  In this phase of the game it is impossible
  259.     to know whose goods should be displayed.
  260.  
  261. 14) Under certain conditions, during Famine, Epidemic or Flood, the AI might
  262.     decide to reduce more cities than it has available to reduce. Fixed.
  263.