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/. Unzip it in some safe
safe sandbox...

1, ttdprotd.bin

  These are the compiled patches themselves, thus sorta the most important part
of ttdpatch. It is rather trivial to get. Just edit ttdpatch's Makefile and
change CPP=gcc-2 to CPP=gcc (leave the rest of line inact). Then simply do make
ttdprotd.bin and wait until nasm will go thru the 450kb of asm sources.  And
that's it. Copy ttdprotd.bin to loadtycoon tree, overwriting the old one. Note
that you can do this under linux, you don't need any borland compilers or
watcom compilers or patched nasms. Just the normal stock gcc and nasm.
