This material was exported from the Codebook 4:
http://www.codebook.pp.se/

Civilization : Hacks

Give yourself extra cash:
 
 (patch for all versions to 1.1.2)
 
 1. Your available funds are stored in Intel notation (LSB MSB) around 
     address 120 in hex format. Note down your current funds, convert 
     it to hex, then reverse the byte-pairs from $xxxx yyyy to $yyyy xxxx.
  2. Open the Civ game file with a disk editor and search for the string 
      you have just created ($yyyy xxxx)
  3. Replace the found bytes with a new value in the same LSB MSB format
  4. Save your work

Make buying an improvement give you $32,000:

  (patch for all versions to 1.1.2)
 
 * CODE 14, offset 4E48
    change 6E00 B6FA
        to 363C 7D00
  * CODE 14, offset 4E6E
    change 9750
        to 3083

Get $32,000 whenever you sell anything:
 
 (patch for all versions to 1.1.2)
 
 * CODE 14, offset5340
    change 700A C1D0
        to 303C 7D00
  * CODE 14, offset 5352
    change D150
        to 3080

Buy anything produced in your city without losing any money:
 
 (patch for all versions to 1.1.2)

  * CODE 14, offset 4E00
    change 6E12
        to 4E71
  * CODE 14, offset 4E48
    change 6E00 B6FA
        to 4E71 4E71
  * CODE 14, offset 4E6E
    change 9750
        to 4E71
  * CODE 14, offset 62F6
    change 9150
        to 4E71

Stop losing money at each turn due to low taxes:
 
 (patch for all versions to 1.1.2)

  * CODE 13, offset 18B8
    change 6E00 0088
        to 4E71 4E71
  * CODE 13, offset 18DA
    change 9150
        to 4E71

Patch the map display so you can see what's under the black:
  
(patch for all versions to 1.1.2)

  * CODE 3, offset 3B28
    change 6712
        to 4E71

Prevent Global Warming:
 
 (patch for all versions to 1.1.2)

  * CODE 7, offset 5544
    change 6624
        to 6024

Prevent you losing any offensive battles:

  (patch for all versions to 1.1.2)

  * CODE 7, offset 03DA
    change 672A
        to 602A
  * CODE 7, offset 040C
    change 662C
        to 4E71
  * CODE 7, offset 0456
    change 6C06
        to 4E71
  * CODE 7, offset 0590
    change 6E18
        to 4E71

Prevent loss of troops & settlers from food shortages:

  (patch for all versions to 1.1.2)
 
 1. side effect of this patch is that your cities don't grow
  2. CODE 14, offset 37E8 change 6600 0080 to 6000 04AE
  3. CODE 14, offset 06FE change 6600 to 6000

Allow all items to travel on water:

  (patch for all versions to 1.1.2)

  * CODE 11, offset 2118
    change 6600
        to 6000

Allow boats to travel on land:
  
(patch for all versions to 1.1.2)
  
* CODE 11, offset 271E
    change 664A
        to 604A

All technology takes one turn:
  
(patch for all versions to 1.1.2)
 
 1. side effect: affects enemy technology as well!
  2. CODE 14, offset 602C change 6C28 to 4E71
  3. CODE 14, offset 6046 change 670E to 4E71

Airplanes can't run out of fuel:

  (patch for all versions to 1.1.2)
 
 * CODE 11, offset 3F74
    change 6C14
        to 6014

Allow you to build cities on water:
 
 (patch for all versions to 1.1.2)

  * CODE 11, offset 1978
    change 6700 00DE
        to 6000 0096

Allow your troops to attack from water:

  (patch for all versions to 1.1.2)
 
 * CODE 11, offset 21FE
    change 662A
        to 602A

