OpenTTD is an open source simulation game based upon Transport Tycoon Deluxe
Go to file
2006-01-28 11:52:20 +00:00
ai
data
docs (svn r3451) - Fix documentation; PBS bits were missing for bridge 2006-01-27 14:55:43 +00:00
lang
makefiledir (svn r3456) - Feature: [Makefile] Icons can now be installed in a seperate directory. 2006-01-28 10:16:15 +00:00
media
music
openttd.xcode (svn r2606) -Codechange: renamed ai.c to ai_old.c, and ai.h to ai_new.h to make room 2005-07-17 15:34:10 +00:00
os
scenario
scripts (svn r2374) - CodeChange: giving server_ip a value of 'all' will make the server listen on any interface (0.0.0.0); also fix a typo in one of the script example files: s/ports/interfaces 2005-05-28 18:47:05 +00:00
sound
strgen (svn r3459) - CodeChange: add help-output to strgen and also verbose variants of the switches 2006-01-28 11:10:52 +00:00
table (svn r3447) - CodeChange: [ 1360866 ] station_land.h Naming ALL sprites. Also replaced the SPTR_STATUE_GROUND by the more obvious SPR_CONCRETE_GROUND in unmovable_cmd.c. No functional changes except for commenting out PALETTE_RECOLOR_SPRITE in table/sprites.h. (Belugas) 2006-01-26 19:06:16 +00:00
video
aircraft_cmd.c (svn r3402) -Fix: [building/cloning] added a string telling if build failed due to not being able to build a vehicle. Triggered when cloning a retired design 2006-01-18 14:12:26 +00:00
aircraft_gui.c (svn r3367) Unify the 4 distinct CMD_CHANGE_{AIRCRAFT,ROADVEH,SHIP,TRAIN}_SERVICE_INT commands into one CMD_CHANGE_SERVICE_INT command. 2006-01-05 21:35:54 +00:00
airport_gui.c
airport_movement.h
airport.c
airport.h
aystar.c (svn r2701) Insert Id tags into all source files 2005-07-24 14:12:37 +00:00
aystar.h
bridge_gui.c
bridge.h
callback_table.c
callback_table.h
changelog.txt
clear_cmd.c
command.c
command.h
console_cmds.c
console.c
console.h
COPYING
currency.c
currency.h
debug.c (svn r3313) Remove GPMI related changes from trunk 2005-12-18 12:10:46 +00:00
debug.h (svn r3313) Remove GPMI related changes from trunk 2005-12-18 12:10:46 +00:00
dedicated.c (svn r2818) Don't tell the world about a local variable which is only used once 2005-08-06 16:55:05 +00:00
depot.c
depot.h
disaster_cmd.c
dock_gui.c
Doxyfile (svn r2808) -Fix: Removed 'kdevelop' from the doxygen project name (thanks tron) 2005-08-05 08:31:29 +00:00
driver.c
driver.h
dummy_land.c
economy.c
economy.h
endian_check.c (svn r3264) -Codechange: [OSX] OSX targets will now always use the preprocessor to determine endianess 2005-12-06 14:35:10 +00:00
engine_gui.c
engine.c
engine.h
fileio.c
fileio.h
functions.h (svn r3365) Staticise 36 functions 2006-01-05 12:40:50 +00:00
gfx.c
gfx.h
gfxinit.c
gfxinit.h
graph_gui.c
gui.h
hal.h
industry_cmd.c
industry_gui.c
industry.h
intro_gui.c (svn r3339) Remove unnecessary includes 2005-12-24 20:54:31 +00:00
known-bugs.txt
landscape.c
langs.dsp
langs.vcproj
lzoconf.h
macros.h (svn r3322) - Fix: Network window crash when it receives invalid information for example from the integrated nightly, so validate the network-input when it is received 2005-12-20 20:52:05 +00:00
main_gui.c
mainicon.ico
Makefile
map.c
map.h
md5.c
md5.h
mersenne.c
minilzo.c
minilzo.h (svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in comments, excess empty lines, minor other changes 2005-10-22 06:39:32 +00:00
misc_cmd.c
misc_gui.c
misc.c (svn r3409) - Change the server advertisement interval to use the frame counter instead 2006-01-19 17:50:40 +00:00
mixer.c
mixer.h
music_gui.c (svn r3339) Remove unnecessary includes 2005-12-24 20:54:31 +00:00
namegen.c
namegen.h
network_client.c
network_client.h
network_core.h
network_data.c
network_data.h
network_gamelist.c
network_gamelist.h
network_gui.c
network_server.c
network_server.h
network_udp.c
network_udp.h (svn r2962) - const correctness for all Get* functions and most Draw* functions that don't change their pointer parameters 2005-09-18 20:56:44 +00:00
network.c
network.h (svn r3429) - Feature (Followup): Change the gamelist window to accomodate for the new information. 2006-01-25 19:03:50 +00:00
newgrf.c
newgrf.h
news_gui.c
news.h
npf.c (svn r3426) - Fix typo from r3019 -- only affected NPF debugging. 2006-01-24 18:38:06 +00:00
npf.h
oldloader.c
openttd.c
openttd.dsp
openttd.dsw (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files. 2005-06-02 19:30:21 +00:00
openttd.h
openttd.ico
openttd.sln
openttd.tgt
openttd.vcproj
order_cmd.c
order_gui.c
order.h
os2.c
ottdres.rc
pathfind.c (svn r3329) - Doc: Some documentation cleanups. 2005-12-21 13:53:44 +00:00
pathfind.h (svn r3019) -Codechange: Replace explicit shifting/anding/oring with GB and SB 2005-10-05 07:20:26 +00:00
pbs.c
pbs.h
player_gui.c
player.h
players.c
pool.c
pool.h
queue.c (svn r3347) Plug a memory leak (Found by Valgrind using Truelight ... or was it the other way round?) 2005-12-27 20:44:42 +00:00
queue.h
rail_cmd.c
rail_gui.c
rail.c
rail.h
railtypes.h
readme.txt
resource.h (svn r2701) Insert Id tags into all source files 2005-07-24 14:12:37 +00:00
road_cmd.c
road_gui.c (svn r3298) Remove unused and write-only variables 2005-12-14 06:28:48 +00:00
roadveh_cmd.c
roadveh_gui.c
saveload.c (svn r3403) -Codechange: [multiheaded engines] the references between the front and rear engines are no longer saved 2006-01-18 15:05:01 +00:00
saveload.h (svn r3396) - Autoreplace changes: 2006-01-12 15:52:18 +00:00
screenshot.c (svn r3339) Remove unnecessary includes 2005-12-24 20:54:31 +00:00
screenshot.h (svn r2962) - const correctness for all Get* functions and most Draw* functions that don't change their pointer parameters 2005-09-18 20:56:44 +00:00
sdl.c
sdl.h
settings_gui.c
settings.c (svn r3313) Remove GPMI related changes from trunk 2005-12-18 12:10:46 +00:00
settings.h
ship_cmd.c
ship_gui.c
signs.c
signs.h (svn r3337) Remove an unused variable and add 2 times static 2005-12-24 20:51:21 +00:00
smallmap_gui.c
sound.c (svn r3131) Enable panning of audio relative to screen position. 2005-11-04 10:02:50 +00:00
sound.h
sprite.c
sprite.h
spritecache.c (svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in comments, excess empty lines, minor other changes 2005-10-22 06:39:32 +00:00
spritecache.h
station_cmd.c (svn r3372) - Fix: update signal states when building or removing rail station blocks 2006-01-06 17:45:43 +00:00
station_gui.c
station_newgrf.c
station_newgrf.h
station.h
StdAfx.c
stdafx.h
string.c
string.h
strings.c
strings.h
subsidy_gui.c
svnup.sh
terraform_gui.c
texteff.c
thread.c
thread.h
tile.c (svn r3078) Some more stuff, which piled up: 2005-10-23 13:04:44 +00:00
tile.h
town_cmd.c (svn r3445) - Fix: [ 1415379 ] Enhance documentation of lift destination 2006-01-26 18:36:14 +00:00
town_gui.c
town.h
train_cmd.c
train_gui.c
train.h
tree_cmd.c (svn r3446) - Fix: incorrect validating of tree-planting command which can allow a buffer-overflow (Tron) 2006-01-26 18:45:04 +00:00
tunnelbridge_cmd.c
unix.c (svn r3281) -Feature: [OSX] added native cocoa sound and video drivers (egladil) 2005-12-10 11:16:45 +00:00
unmovable_cmd.c
variables.h (svn r3224) -Add: Allow the NewAI to work in Multiplayer Games (switchable via patch 2005-11-21 14:28:31 +00:00
vehicle_gui.c
vehicle_gui.h (svn r3081) -Codechange: [autoreplace] complete rewrite of autoreplace 2005-10-24 19:40:48 +00:00
vehicle.c
vehicle.h
viewport.c
viewport.h (svn r3365) Staticise 36 functions 2006-01-05 12:40:50 +00:00
water_cmd.c (svn r3282) - Codechange: Replace tests against CMD_ERROR with CmdFailed() 2005-12-10 12:05:39 +00:00
waypoint.c
waypoint.h
widget.c
win32.c
win32.h
win64.asm
window.c
window.h

OpenTTD README
Last updated:    2005-09-09
Release version: 0.4.1
------------------------------------------------------------------------


Table of Contents:
------------------
1.0) About
2.0) Contacting
 * 2.1 Reporting Bugs
3.0) Supported Platforms
4.0) Running OpenTTD
5.0) OpenTTD features
6.0) Configuration File
7.0) Compiling
8.0) Translating
 * 8.1 Guidelines
 * 8.2 Translation
 * 8.3 Previewing
9.0) Troubleshooting
X.X) Credits


1.0) About:
---- ------
OpenTTD is a clone of Transport Tycoon Deluxe, a popular game originally
written by Chris Sawyer.  It attempts to mimic the original game as closely
as possible while extending it with new features.

OpenTTD is licensed under the GNU General Public License version 2.0. For
more information, see the file 'COPYING'.

2.0) Contacting:
---- ----------
The easiest way to contact the OpenTTD team is by submitting bug reports or
posting comments in our forums. You can also chat with us on IRC (#openttd
on irc.freenode.net).

The OpenTTD homepage is http://www.openttd.org/.

You can also find the OpenTTD forums at
http://www.tt-forums.net/index.php?c=20


2.1) Reporting Bugs:
---- ---------------
To report a bug, please create a SourceForge account and follow the bugs
link from our homepage. Please make sure the bug is reproducible and
still occurs in the latest daily build or the current SVN version. Also
please look through the existing bug reports briefly to see whether the bug
is not already known.

The SourceForge project page URL is: http://sourceforge.net/projects/openttd/
Click on "Bugs" to see the bug tracker.

Please include the following information in your bug report:
        - OpenTTD version (PLEASE test the latest SVN/daily build)
        - Bug details, including instructions how to reproduce it
        - Platform and compiler (Win32, Linux, FreeBSD, ...)
        - Attach a saved game or a screenshot if possible
        - If this bug only occurred recently please note the last
          version without the bug and the first version including
          the bug. That way we can fix it quicker by looking at the
          changes made.


3.0) Supported Platforms:
---- --------------------
OpenTTD has been ported to several platforms and operating systems. It shouldn't
be very difficult to port it to a new platform. The currently working platforms
are:

	BeOS     - SDL
	FreeBSD  - SDL
	Linux    - SDL
	Mac OS X - SDL
	MorphOS  - SDL
	OS/2     - SDL
	Windows  - Win32 GDI (faster) or SDL


4.0) Running OpenTTD:
---- ----------------

Before you run OpenTTD, you need to put the game's datafiles into the data/
subdirectory. You need the following files from the original version
of TTD as OpenTTD makes use of the original TTD artwork.

List of the required files:
sample.cat
trg1r.grf
trgcr.grf
trghr.grf
trgir.grf
trgtr.grf

(Alternatively you can use the TTD GRF files from the DOS version: TRG1.GRF,
TRGC.GRF, TRGH.GRF, TRGI.GRF, TRGT.GRF. A few minor graphical glitches with
the DOS graphics remain. E.g. the autorail button in the rail toolbar doesn't
look as nice as with the Windows graphics.)

If you want music you need to copy the gm/ folder from Windows TTD into your
OpenTTD folder, not your data folder.

You can change the data path (which contains savegames as well) in
Makefile.config by setting DATA_DIR_PREFIX and USE_HOMEDIR.


5.0) OpenTTD features:
---- -----------------

OpenTTD has a lot of features going beyond the original TTD emulation.
Unfortunately, there is currently no comprehensive list of features, but there
is a basic features list on the web, and some optional features can be
controlled through the Configure Patches dialog. We also implement some
features known from TTDPatch (http://www.ttdpatch.net/).

Several important non-standard controls:

* Use Ctrl to place semaphore signals
* Ctrl-D toggles double mode in the Windows version
* Ingame console. More information at
  http://wiki.openttd.org/index.php/OpenTTDDevBlackBook


6.0) Configuration File:
---- -------------------
The configuration file for OpenTTD (openttd.cfg) is in a simple Windows-like
.INI format. It's mostly undocumented. Almost all settings can be changed
ingame by using the 'Configure Patches' window.


7.0) Compiling:
---- ----------
Windows:
  You need Microsoft Visual Studio 6 or .NET. Open the project file
  and it should build automatically. In case you want to build with SDL support
  you need to add WITH_SDL to the project settings.
  PNG (WITH_PNG) and ZLIB (WITH_ZLIB) support is enabled by default. For these
  to work you need their development files. For best results, download the
  openttd-useful.zip file from SourceForge under the Files tab. Put the header
  files into your compiler's include/ directory and the library (.lib) files
  into the lib/ directory.
  For more help with VS6 see docs/Readme_Windows_MSVC6.0.txt.

  You can also build it using the Makefile with MSYS/MinGW or Cygwin/MinGW.
  Please read the Makefile for more information.

Unix:
  OpenTTD can be built with GNU "make". On non-GNU systems it's called "gmake".
  Note that you need SDL-devel 1.2.5 (or higher) to compile OpenTTD.
  (see also docs/Readme_Mandrake_Linux.txt)

MacOS:
  Use "make".

BeOS:
  Use "make".

FreeBSD:
  You need the port devel/sdl12 for a non-dedicated build.
  graphics/png is optional for screenshots in the PNG format.
  Use "gmake".

MorphOS:
  Use "make". Note that you need the MorphOS SDK and the
  powersdl.library SDK.

OS/2:
  Open Watcom C/C++ 1.3 or later is required to build the OS/2 version. See the
  docs/Readme_OS2.txt file for more information.


8.0) Translating:
---- -------------------
See http://www.openttd.org/translating.php for up-to-date information.

The use of the online Translator service, located at
http://translator.openttd.org/, is highly encouraged. For a username/password
combo you should contact the development team, either by mail, IRC or the
forums. The system is straightforward to use, and if you have any problems,
read the online help located there.

If for some reason the website is down for a longer period of time, the
information below might be of help.

8.1) Guidelines:
---- -------------------
Here are some translation guidelines which you should follow closely.

    * Please contact the development team before begining the translation
      process! This avoids double work, as someone else may have already
      started translating to the same language.
    * Translators must use the charater set ISO 8859-15.
      Otherwise, some characters will not display correctly in the game.
    * Currently it is not possible to translate into character sets other than
      Latin.

8.2) Translation:
---- -------------------
So, now that you've notified the development team about your intention to
translate (You did, right? Of course you did.) you can pick up english.txt
(found in the SVN repository under /lang) and translate.

You must change the first two lines of the file appropriately:

##name English-Name-Of-Language
##ownname Native-Name-Of-Language

Note: Do not alter the following parts of the file:

    * String identifiers (the first word on each line)
    * Parts of the strings which are in curly braces (such as {STRING})
    * Lines beginning with ## (such as ##id), other than the first two lines of
      the file

8.3) Previewing:
---- -------------------
In order to view the translation in the game, you need to compile your language
file with the strgen utility, which is now bundled with the game.

strgen is a command-line utility. It takes the language filename as parameter.
Example:

strgen lang/german.txt

This results in compiling german.txt and produces another file named german.lng.
Any missing strings are replaced with the English strings. Note that it looks
for english.txt in the lang subdirectory, which is where your language file
should also be.

That's all! You should now be able to select the language in the game options.

9.0) Troubleshooting
---- ---------------

To see all startup options available to you, start OpenTTD with the
"./openttd -h" option. This might help you tweak some of the settings.

If the game is acting strange and you feel adventorous you can try the
"-d [[<name>]=[<level>]" flag, where the higher levels will give you more
debugging output. The "name" variable can help you to display only some type of
debugging messages. This is mostly undocumented so best is to look in the
source code file debug.c for the various debugging types. For more information
look at http://wiki.openttd.org/index.php/Command_line.

The most frequent problem is missing data files. Don't forget to put all GRF
files from TTD into your data/ folder including sample.cat!

Under Windows 98 and lower it is impossible to use a dedicated server; it will
fail to start. Perhaps this is for the better because those OS's are not known
for their stability.

X.X) Credits:
---- --------
The OpenTTD team (in alphabetical order):
  Bjarni Corfitzen (Bjarni)      - Mac OS X port, coder
  Victor Fischer (Celestar)      - Programming everywhere you need him to
  Tam<61>s Farag<61> (Darkvater)       - Lead programmer
  Kerekes Miham (MiHaMiX)        - Maintainer of translator service, and host of nightlies
  Owen Rudge (orudge)            - Contributor, forum host, master server host, OS/2 port
  Peter Nelson (peter1138)       - NewGRF support wizard, OpenTTD addict
  Christoph Mallon (Tron)        - Programmer, code correctness police
  Patric Stout (TrueLight)       - Programmer, network guru, SVN-repository and website host

Retired Developers:
  Dominik Scherer (dominik81)    - Lead programmer, GUI expert (0.3.0 - 0.3.6)
  Ludvig Strigeus (ludde)        - OpenTTD author, main coder (0.1 - 0.3.3)
  Serge Paquet (vurlix)          - Assistant project manager, coder (0.1 - 0.3.3)

Thanks to:
  Josef Drexler - For his great work on TTDPatch.
  Marcin Grzegorczyk - For his TTDPatch work and documentation of TTD internals and graphics (signals and track foundations)
  Matthijs Kooijman (blathijs) - For his many patches, suggestions and major work on maprewrite
  Petr Baudis (pasky) - Many patches, newgrf support, etc.
  Simon Sasburg (HackyKid) - For the many bugfixes he has blessed us with (and future PBS)
  Stefan Mei<65>ner (sign_de) - For his work on the console
  Mike Ragsdale - OpenTTD installer
  Cian Duffy (MYOB) - BeOS port / manual writing
  Christian Rosentreter (tokaiz) - MorphOS / AmigaOS port
  Michael Blunck - For revolutionizing TTD with awesome graphics
  George - Canal graphics
  All Translators - For their support to make OpenTTD a truly international game
  Bug Reporters - Thanks for all bug reports
  Chris Sawyer - For an amazing game!