Disassembling tycoon.img
~~~~~~~~~~~~~~~~~~~~~~~~

??? Daniel needs to fill this!


TTDPatch integration
~~~~~~~~~~~~~~~~~~~~

0, Sources

  First, you need to get yourself ttdpatch sources - that shouldn't be too
difficult, just look at http://ttdpatch.net/src/. However, you need (at least
by the time of writing this) some modifications to make it work with loadtycoon.
So get one from http://pasky.ji.cz/~pasky/dev/ttd/.

  You will need to have the patch sources extracted in directory ../ttdpatch
relatively to loadtycoon/.

1, Patch build

  Ideally, you should get away by just "make lin". It will mangle stuff for a
while and then it will generate libttdpatch.a and ttdprotl.bin.

2, Patch installation

  cd ../loadtycoon
  make instpatch

  Should do ;-).
