home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / MISSING / CIVMAP21.ZIP / civmap21.txt < prev   
Text File  |  1993-06-21  |  3KB  |  68 lines

  1. Hi !!
  2.  
  3. Here it is, the version 2.1 of my Civilization Map Editor! After version 1.0
  4. have had some bugs and because in this weeks my time is very limited, I want
  5. to ask you to test it a little bit. When you try it, please send me a short 
  6. mail whether it works or not (like: 'civ version 1: it runs' or 'version 5: 
  7. nothing happens' or gladly something more detailed). 
  8.  
  9. How to start it?
  10.  
  11. First you have to change the following bytes in your civ.exe file e.g. by using
  12. the Norton Utilities (don't forget to make a security copy of your file before 
  13. you do it):
  14.  
  15. version 1 + 2(?): E9 54 00 B8 32 00 -> E9 54 00 CD F1 90
  16. version 3 + 4:    02 75 53 B8 32 00 -> 02 75 53 CD F1 90
  17. version 5:        E9 59 00 B8 32 00 -> E9 59 00 CD F1 90
  18.  
  19. all versions: 3B C1 75 BB B8 01 00 -> CD F2 90 90 90 90 90
  20.  
  21. (You can get the version number of the civ.exe file by starting it. When
  22. you are asked for your graphics and sound in the top window you will find a
  23. 474 followed by the version number (e.g. 474.05 for version 5)).
  24. After that you only have to start civ_map2.exe before starting civ.exe (after
  25. that changes you have to do it, because you have insert an int $F1 and $F2
  26. call into the civ.exe file). While playing you can switch on/off the possi-
  27. bility of getting the editor by pressing the print screen key. You get the
  28. editor for a map field, when you right click on that field with your mouse.
  29. For further informations see the .inf file of version 1.
  30.  
  31. What I have changed (version 2.0):
  32.  
  33. - The file is looking for the interesting memory parts for itsself. I hope
  34.   that it will run now without problems
  35. - The changings known -> unknown will work for all civilizations.
  36. - Some other bugs have been fixed
  37. - The small map will be changed automatically when you change the large map.
  38. - There is a possibility to save and load the interesting memory parts to
  39.   disk. If someone doesn't want to change the map field by field with my
  40.   editor, he can change the whole map by editing that file. For further
  41.   informations of the partitions of the saved memory part see the .inf file
  42.   of version 1 (which you can find at wuarchive or which I can send to you)
  43.  
  44. What I have changed (version 2.1):
  45.  
  46. - I have got a mail, that there has been a map, which position in memory
  47.   civ_map2.exe hasn't found correctly. Therefore I have made procedure,
  48.   which searches the map data in memory, more strictly. Now it searches the
  49.   first two rows and not only the first. I hope it still runs.
  50.  
  51. What I have not changed:
  52.  
  53. - When you edit an unknown field the screen will be dark when you leave the
  54.   editor. The reason is that civ.exe makes no screen refresh, when you right
  55.   click with your mouse on an unknown field (I have only insert my routines
  56.   and haven't changed the normal progress of the program). You can easily 
  57.   rebuild the screen by a left click with your mouse.
  58. - When you make the whole map known, you will not find the armies and towns
  59.   of the enemy. The reason is that there is stored elsewhere which armies
  60.   and towns you know (I don't know where).
  61. - When you build new land at the border of a continent or connect two conti-
  62.   nents, this will not be recognized by the world wonders. I know where this
  63.   continent belonging is stored (see .inf file), but it is not very easy to 
  64.   change it. Perhaps someone else want to do that.
  65. - I have heard that there are problems with settler build railroads. I could
  66.   not test it up to now.
  67.  
  68.