LoadTycoon-0.4

This is special native linux loader for Transport Tycoon Deluxe by Chris
Sawyer. Yes, it is native, you will have TTD running in linux natively on your
framebuffer! (You need to run this on console and the console has to be
framebuffer one. If you use vesafb, it needs to be 640x480, other fbs should be
able to change resolution dynamically.) It does not need any emulator like
dosemu or wine.

Okay it is not so simple to get this working. It is still a little hackish so
take care to exactly follow these steps. Write on the mail addys below in case
of problems.

0) You need framebuffer running and gcc and nasm installed. The loader makes
use of the GGI library so you need that one as well.

1) Take your tycoon tree (the directory containing tycoon.exe, tycoon.ovl,
trg1.grf and so on), and copy it to the tycoon/ subdirectory in this directory.

2) Run "tclsh files_upper.tcl" in the tycoon/ subdirectory.

3) Run make in the root loadtycoon/ directory (where this README file is).

4) su -c 'chown root loadtycoon && chmod u+s loadtycoon'. Note that this may
open a serious security hole in your system! Alternatively, you can always run
loadtycoon as root or restrict the execution rights to the trusted users only
(that is, you :-).

5) ./loadtycoon

This should do it :-).

All credits for the actual work go to Danil Mantione
<daniel@deadlock.et.tudelft.nl>.

This file was written and few build improvements by Petr Baudis <pasky@ucw.cz>.
