AminetAminet
Search:
85481 packages online
About
Recent
Browse
Search
Upload
Setup
Services

game/strat/amittd.lha

Mirror:Random
Showing: i386-aros icongeneric icon
No screenshot available
Short:OpenTTD 1.0.5 for 68k Amiga, OCS/AGA/RTG
Author:Grzegorz Korycki
Uploader:marcopolak07 wp pl
Type:game/strat
Version:1.2.6
Architecture:m68k-amigaos >= 3.0.0
Date:2026-08-15
Requires:68030/50 with RTG or 68040 with AGA, 24 MB Fast RAM
Distribution:NoCD
Download:game/strat/amittd.lha - View contents
Readme:game/strat/amittd.readme
Downloads:447

AmiTTD is a native AmigaOS 3.x port of OpenTTD 1.0.5, an open source
remake of Transport Tycoon Deluxe.

Everything needed to play is in this one archive. No original Transport
Tycoon Deluxe data is required: OpenGFX and OpenSFX are included, and so
is a full soundtrack.

Features:

  - Native video driver, no SDL: AGA 8-bit, OCS/ECS Extra Half-Brite,
    RTG through Picasso96 / CyberGraphX, or a resizable window on the
    Workbench screen. The mode is chosen from the game's own settings.
  - Paula sound driver using audio DMA. AHI is not required.
  - Music either as samples through Paula, or as real MIDI through
    camd.library or straight out of the serial port. The OpenMSX
    soundtrack is included; if you own Transport Tycoon Deluxe you can
    use its original music instead.
  - No FPU required. The floating point it needs is done in software,
    so a bare 68030 or 68040 without a coprocessor is fine.
  - TCP/IP multiplayer, Amiga to Amiga or Amiga to PC, over a real
    stack or an emulated one. Direct IP, or an invite code through the
    OpenTTD game coordinator.
  - Reads modern NewGRF sets (container version 2). A tram set is
    included and enabled by default, which adds trams to the game.

Unpack it anywhere you like and start the program. It locates its own
drawer through PROGDIR:, so it can be launched from a Shell, from a
script or from its icon, whatever the current directory happens to be.

IF YOU HAVE 1.2.0, THE LOADING TIME IS THE REASON TO UPDATE

On a real hard drive 1.2.0 took minutes to start. A user with an
A1200/68060 measured 5:00 from a PFS3 partition and 3:00 from FFS. It
is now 0:37 on both, and 0:15 from a RAM disk.

The cost was never the amount of data, it was the number of disk
requests: the game checksummed 17 MB of base sets on every launch, read
through a 512 byte buffer, and physically re-read data it only meant to
skip. It now reads each file once, straight into memory, when there is
enough Fast RAM to do so - about 20 MB. Below that it says so in
PROGDIR:amiga_load.log and reads from the disk as before, which is
still far quicker than 1.2.0 was.

MUSIC, AND MIDI

The soundtrack in this archive is sampled and plays through Paula, and
that is what you get without changing anything.

If you have a way to play MIDI, Advanced Settings - Amiga - Music will
switch to it. Two sets are offered: OpenMSX, which is included in the
gm drawer, and the original Transport Tycoon Deluxe music, which is not
included and never will be - if you own the game, copy its GM_TT00.GM
to GM_TT21.GM into that same drawer and the track names come out right.

The notes leave the machine either through camd.library, the AmigaOS
MIDI router, or as plain MIDI on the serial port at 31250 baud for an
ordinary MIDI interface. That choice is the setting underneath.
camd.library is not included; it is on Aminet as mus/midi/camd.lha, and
the game will find it in LIBS: or in a libs drawer beside itself.

If the music you picked cannot be played, the game tells you why and
then plays nothing. It does not quietly put a different soundtrack on.

This part has been tested under emulation only. Reports from real
hardware are welcome.

WHAT YOU REALLY NEED TO PLAY IT

The game starts on a 68020, but starting and playing are not the same
thing, and on an 020 it is a miserable experience rather than a slow
one.

For a game that actually plays:

  - with an RTG board, a 68030/50 is enough
  - on AGA, a 68040/33 is the realistic minimum

What separates the two is the chunky to planar conversion. An RTG board
takes the 8 bit chunky buffer the game draws into exactly as it is; AGA
has to have every single frame converted into bitplanes first, and that
conversion is what eats the extra processor.

24 MB of Fast RAM is needed either way. No FPU is needed on any of them.

MULTIPLAYER, INCLUDING GAMES WITH PC PLAYERS

You are not limited to playing against other Amigas. A Windows build is
made from these same sources, and it is network compatible with this
one in both directions: an Amiga can join a Windows server, and a
Windows machine can join a server hosted on an Amiga.

That is useful in two ways. You can play a game with someone sitting at
a PC, and you can leave a Windows machine hosting the game around the
clock while the Amigas simply join it.

The Windows archive is on the project's releases page:

  https://github.com/angree/openttd_amiga_68k/releases

Take the Windows build from the same series as this one. Multiplayer
compares the major and minor version, so every 1.2.x plays with every
other 1.2.x, and a different series is refused outright rather than
joining and going wrong later.

Joining a game needs nothing special. Hosting one needs TCP port 3979
reachable from wherever the other players are.

Plain OpenTTD cannot join, whatever its version: the protocol, the
command table and the savegame format have all diverged from mainline.

DISK SPACE, AND HOW TO GET MOST OF IT BACK

Unpacked, the whole thing takes about 153 MB, of which 124 MB is the
soundtrack. If you are short on disk, or you simply do not want the
music, delete the music drawer or any of the sets inside it. Nothing
breaks: the driver scans those drawers when it starts, so an empty or
missing one just means silence, and the game runs exactly as before.

The music drawer holds four sets, each of which can go on its own:

  music/Title  the menu theme
  music/Nowe   the standard in game set
  music/Extra  an extension of the standard set, played alongside it
  music/Stare  a second set, played when the Old Style playlist is
               selected in the game's music window

The gm drawer holds the MIDI soundtrack instead, and is under a
megabyte; it costs nothing to keep even if you have no MIDI hardware.

Your own music works the same way: drop WAV files into any of these
drawers. They must be 22 kHz, mono, Microsoft ADPCM, which is what the
Paula driver plays back through audio DMA without a software mixer.

The music supplied here was generated with AI. It is not a recording of
the original Transport Tycoon Deluxe soundtrack and it is not sampled
from any commercial release.

CONTACT

If you need anything - a bug to report, a machine it will not run on, a
NewGRF set that is refused, a question about hosting a server - use the
project page on GitHub rather than mail. Issues raised there are seen,
and other people can read the answer afterwards:

  https://github.com/angree/openttd_amiga_68k

LICENCE AND SOURCES

This is free software under the GNU General Public License version 2.
See COPYING inside the archive for the full licence text. The complete
corresponding source code, including the patch set against the original
OpenTTD 1.0.5 tree, is available at:

  https://github.com/angree/openttd_amiga_68k

OpenTTD itself is the work of the OpenTTD team; this package is a port
of their version 1.0.5 to 68k Amiga hardware. The graphics and sound
effects are OpenGFX and OpenSFX by the OpenTTD graphics and sound
teams, both free to redistribute; their licences are in the docs drawer.

The included tram set is a modified version of PolTrams by Sojita,
Voyager One and McZapkie, also GPL version 2. The script that produces
the modified set from the original is in the repository named above.


Contents of game/strat/amittd.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]                    0       0 ****** -lhd- 0000 Aug 14 12:07 openttd-amiga-68k/
[generic]                 6996   18092  38.7% -lh5- a33a Jul 20 06:16 openttd-amiga-68k/COPYING
[generic]                    0       0 ****** -lhd- 0000 Aug  1 13:39 openttd-amiga-68k/data/
[generic]                 1138    2129  53.5% -lh5- 82af Jul 20 06:15 openttd-amiga-68k/data/no_sound.obs
[generic]              1939511 2554429  75.9% -lh5- a54d Jul 20 06:15 openttd-amiga-68k/data/ogfx1_base.grf
[generic]               222677  281266  79.2% -lh5- 4abb Jul 20 06:15 openttd-amiga-68k/data/ogfxc_arctic.grf
[generic]               606069  973408  62.3% -lh5- a76e Jul 20 06:15 openttd-amiga-68k/data/ogfxe_extra.grf
[generic]               364305  461281  79.0% -lh5- b29a Jul 20 06:15 openttd-amiga-68k/data/ogfxh_tropical.grf
[generic]               205296  252074  81.4% -lh5- 0fe4 Jul 20 06:15 openttd-amiga-68k/data/ogfxi_logos.grf
[generic]               398832  600953  66.4% -lh5- 2379 Jul 20 06:15 openttd-amiga-68k/data/ogfxt_toyland.grf
[generic]                 3229    9007  35.8% -lh5- 8216 Jul 20 06:15 openttd-amiga-68k/data/opengfx.obg
[generic]              11318585 13128144  86.2% -lh5- 3c41 Jul 20 06:15 openttd-amiga-68k/data/opensfx.cat
[generic]                 3382    9356  36.1% -lh5- b862 Jul 20 06:15 openttd-amiga-68k/data/opensfx.obs
[generic]               201955  476333  42.4% -lh5- d667 Jul 20 06:15 openttd-amiga-68k/data/openttdd.grf
[generic]               203467  476536  42.7% -lh5- d324 Jul 20 06:15 openttd-amiga-68k/data/openttdw.grf
[generic]                95142   95911  99.2% -lh5- 7aba Jul 20 06:15 openttd-amiga-68k/data/opntitle.dat
[generic]                52202  136845  38.1% -lh5- 49cc Aug  1 13:39 openttd-amiga-68k/data/poltrams.grf
[generic]                    0       0 ****** -lhd- 0000 Jul 20 06:16 openttd-amiga-68k/docs/
[generic]                 6996   18092  38.7% -lh5- a33a Jul 20 06:16 openttd-amiga-68k/docs/opengfx-license.txt
[generic]                 4483   12491  35.9% -lh5- fd1e Jul 20 06:16 openttd-amiga-68k/docs/opensfx-license.txt
[generic]                    0       0 ****** -lhd- 0000 Aug 14 10:35 openttd-amiga-68k/gm/
[generic]                 2746   10978  25.0% -lh5- fc40 Aug 14 10:35 openttd-amiga-68k/gm/5432gone_redfarn.mid
[generic]                 8665   30674  28.2% -lh5- dab0 Aug 14 10:35 openttd-amiga-68k/gm/be_sharp_bw_redfarn.mid
[generic]                 7569   37834  20.0% -lh5- c002 Aug 14 10:35 openttd-amiga-68k/gm/big_man_boogie_redfarn.mid
[generic]                 6775   26515  25.6% -lh5- 1f1b Aug 14 10:35 openttd-amiga-68k/gm/boogi_marabi_redfarn.mid
[generic]                 3575   27377  13.1% -lh5- a5d8 Aug 14 10:35 openttd-amiga-68k/gm/busy_schedule.mid
[generic]                 4734   14726  32.1% -lh5- d8b7 Aug 14 10:35 openttd-amiga-68k/gm/careless_perc_redfarn.mid
[generic]                 1681   14769  11.4% -lh5- 1881 Aug 14 10:35 openttd-amiga-68k/gm/chemistry_lab.mid
[generic]                  920   13241   6.9% -lh5- b6ec Aug 14 10:35 openttd-amiga-68k/gm/chuggachugga.mid
[generic]                 4587   17082  26.9% -lh5- 0620 Aug 14 10:35 openttd-amiga-68k/gm/city_blues_redfarn.mid
[generic]                 1199    8654  13.9% -lh5- c4cd Aug 14 10:35 openttd-amiga-68k/gm/coconut_run2.mid
[generic]                 1433   19309   7.4% -lh5- e349 Aug 14 10:35 openttd-amiga-68k/gm/flying_scotsman.mid
[generic]                 1076   18390   5.9% -lh5- c960 Aug 14 10:35 openttd-amiga-68k/gm/harp_harmony.mid
[generic]                 6193   40575  15.3% -lh5- 842d Aug 14 10:35 openttd-amiga-68k/gm/linns_basket.mid
[generic]                 2916   22102  13.2% -lh5- fb64 Aug 14 10:35 openttd-amiga-68k/gm/midnight_snow_run.mid
[generic]                 1321   21260   6.2% -lh5- 7499 Aug 14 10:35 openttd-amiga-68k/gm/mighty_giant_run.mid
[generic]                 3073   30007  10.2% -lh5- 7831 Aug 14 10:35 openttd-amiga-68k/gm/modern_motion.mid
[generic]                 4921   21870  22.5% -lh5- 90ca Aug 14 10:35 openttd-amiga-68k/gm/moo_redfarn.mid
[generic]                 5586   20206  27.6% -lh5- 2aff Aug 14 10:35 openttd-amiga-68k/gm/mosey_along_redfarn.mid
[generic]                 1264    2496  50.6% -lh5- 0c84 Jul 21 18:53 openttd-amiga-68k/gm/no_music.obm
[generic]                 6915   30174  22.9% -lh5- b2fa Aug 14 10:35 openttd-amiga-68k/gm/no_work_song_redfarn.mid
[generic]                 1441    3227  44.7% -lh5- 2db9 Aug 14 10:35 openttd-amiga-68k/gm/openmsx-changelog.txt
[generic]                 6996   18092  38.7% -lh5- a33a Aug 14 10:35 openttd-amiga-68k/gm/openmsx-license.txt
[generic]                 3394    8545  39.7% -lh5- 9f27 Aug 14 10:35 openttd-amiga-68k/gm/openmsx-readme.txt
[generic]                 4543   11620  39.1% -lh5- 61bf Aug 14 10:35 openttd-amiga-68k/gm/openmsx.obm
[generic]                 2175    5209  41.8% -lh5- 80f0 Jul 21 18:53 openttd-amiga-68k/gm/orig_win.obm
[generic]                 5748   40070  14.3% -lh5- c0ad Aug 14 10:35 openttd-amiga-68k/gm/relax_song.mid
[generic]                 1689   39889   4.2% -lh5- f3b7 Aug 14 10:35 openttd-amiga-68k/gm/run_for_your_life.mid
[generic]                 5512   18803  29.3% -lh5- 1e76 Aug 14 10:35 openttd-amiga-68k/gm/say_what_redfarn.mid
[generic]                 4665   15232  30.6% -lh5- f8a4 Aug 14 10:35 openttd-amiga-68k/gm/slow_neasy_redfarn.mid
[generic]                 2896   29888   9.7% -lh5- db77 Aug 14 10:35 openttd-amiga-68k/gm/the_fast_route.mid
[generic]                 4596   24845  18.5% -lh5- 0cef Aug 14 10:35 openttd-amiga-68k/gm/the_hobo_redfarn.mid
[generic]                  791    7890  10.0% -lh5- 110d Aug 14 10:35 openttd-amiga-68k/gm/train_filled_with_cash.mid
[generic]                  726   15560   4.7% -lh5- dbd3 Aug 14 10:35 openttd-amiga-68k/gm/ttsong_iii_imuh3.mid
[generic]                  807   20207   4.0% -lh5- 51d1 Aug 14 10:35 openttd-amiga-68k/gm/ttsong_iv_imuh3.mid
[generic]                17505   46447  37.7% -lh5- 359b Aug 14 10:35 openttd-amiga-68k/gm/tttheme2.mid
[generic]                  833    9717   8.6% -lh5- a261 Aug 14 10:35 openttd-amiga-68k/gm/ultimate_run.mid
[generic]                 1006   13381   7.5% -lh5- e859 Aug 14 10:35 openttd-amiga-68k/gm/wood_whistles.mid
[generic]                    0       0 ****** -lhd- 0000 Jul 20 06:16 openttd-amiga-68k/lang/
[generic]                35299   93395  37.8% -lh5- af73 Aug 14 11:57 openttd-amiga-68k/lang/afrikaans.lng
[generic]                37538  131403  28.6% -lh5- f2ba Aug 14 11:57 openttd-amiga-68k/lang/arabic_egypt.lng
[generic]                48159  181041  26.6% -lh5- 1d46 Aug 14 11:57 openttd-amiga-68k/lang/belarusian.lng
[generic]                36206  104384  34.7% -lh5- fc44 Aug 14 11:57 openttd-amiga-68k/lang/brazilian_portuguese.lng
[generic]                44942  166407  27.0% -lh5- ab4c Aug 14 11:57 openttd-amiga-68k/lang/bulgarian.lng
[generic]                37228  107244  34.7% -lh5- 034d Aug 14 11:57 openttd-amiga-68k/lang/catalan.lng
[generic]                38069  105853  36.0% -lh5- 1483 Aug 14 11:57 openttd-amiga-68k/lang/croatian.lng
[generic]                38758  103379  37.5% -lh5- f5a4 Aug 14 11:57 openttd-amiga-68k/lang/czech.lng
[generic]                35360   95988  36.8% -lh5- 04c1 Aug 14 11:57 openttd-amiga-68k/lang/danish.lng
[generic]                36035  100429  35.9% -lh5- 0582 Aug 14 11:57 openttd-amiga-68k/lang/dutch.lng
[generic]                33452   91672  36.5% -lh5- 66c3 Aug 14 11:57 openttd-amiga-68k/lang/english.lng
[generic]                33433   91560  36.5% -lh5- ce02 Aug 14 11:57 openttd-amiga-68k/lang/english_US.lng
[generic]                34975   94677  36.9% -lh5- ce7a Aug 14 11:57 openttd-amiga-68k/lang/esperanto.lng
[generic]                36047   94347  38.2% -lh5- 059f Aug 14 11:57 openttd-amiga-68k/lang/estonian.lng
[generic]                36274   98867  36.7% -lh5- ae4e Aug 14 11:57 openttd-amiga-68k/lang/finnish.lng
[generic]                37017  110203  33.6% -lh5- 3b23 Aug 14 11:57 openttd-amiga-68k/lang/french.lng
[generic]                37241  106754  34.9% -lh5- 63d6 Aug 14 11:57 openttd-amiga-68k/lang/galician.lng
[generic]                37373  104236  35.9% -lh5- 52da Aug 14 11:57 openttd-amiga-68k/lang/german.lng
[generic]                50312  193559  26.0% -lh5- 0462 Aug 14 11:57 openttd-amiga-68k/lang/greek.lng
[generic]                37718  130060  29.0% -lh5- dbbb Aug 14 11:57 openttd-amiga-68k/lang/hebrew.lng
[generic]                39129  111695  35.0% -lh5- 8f2d Aug 14 11:57 openttd-amiga-68k/lang/hungarian.lng
[generic]                36689   99090  37.0% -lh5- bc3d Aug 14 11:57 openttd-amiga-68k/lang/icelandic.lng
[generic]                35085  100096  35.1% -lh5- 1690 Aug 14 11:57 openttd-amiga-68k/lang/indonesian.lng
[generic]                38922  116723  33.3% -lh5- 64c0 Aug 14 11:57 openttd-amiga-68k/lang/irish.lng
[generic]                36470  108299  33.7% -lh5- 4b8e Aug 14 11:57 openttd-amiga-68k/lang/italian.lng
[generic]                37497  113393  33.1% -lh5- 6fb4 Aug 14 11:57 openttd-amiga-68k/lang/japanese.lng
[generic]                37494  112727  33.3% -lh5- 12fb Aug 14 11:57 openttd-amiga-68k/lang/korean.lng
[generic]                39163  103581  37.8% -lh5- db8f Aug 14 11:57 openttd-amiga-68k/lang/latvian.lng
[generic]                39857  106471  37.4% -lh5- eeae Aug 14 11:57 openttd-amiga-68k/lang/lithuanian.lng
[generic]                36428   97982  37.2% -lh5- 529c Aug 14 11:57 openttd-amiga-68k/lang/luxembourgish.lng
[generic]                35053  102745  34.1% -lh5- 36d6 Aug 14 11:57 openttd-amiga-68k/lang/malay.lng
[generic]                34657   96072  36.1% -lh5- 91ab Aug 14 11:57 openttd-amiga-68k/lang/norwegian_bokmal.lng
[generic]                34928   95198  36.7% -lh5- d9e9 Aug 14 11:57 openttd-amiga-68k/lang/norwegian_nynorsk.lng
[generic]                39713  110370  36.0% -lh5- 2436 Aug 14 11:57 openttd-amiga-68k/lang/polish.lng
[generic]                36735  108908  33.7% -lh5- 17fb Aug 14 11:57 openttd-amiga-68k/lang/portuguese.lng
[generic]                38264  107893  35.5% -lh5- 745f Aug 14 11:57 openttd-amiga-68k/lang/romanian.lng
[generic]                45510  171507  26.5% -lh5- 775c Aug 14 11:57 openttd-amiga-68k/lang/russian.lng
[generic]                38389  105495  36.4% -lh5- 26af Aug 14 11:57 openttd-amiga-68k/lang/serbian.lng
[generic]                33765   87386  38.6% -lh5- 06d2 Aug 14 11:57 openttd-amiga-68k/lang/simplified_chinese.lng
[generic]                38223   98218  38.9% -lh5- e7d3 Aug 14 11:57 openttd-amiga-68k/lang/slovak.lng
[generic]                36223   97933  37.0% -lh5- 9cb2 Aug 14 11:57 openttd-amiga-68k/lang/slovenian.lng
[generic]                36545  107606  34.0% -lh5- 30d5 Aug 14 11:57 openttd-amiga-68k/lang/spanish.lng
[generic]                35400   96546  36.7% -lh5- 0090 Aug 14 11:57 openttd-amiga-68k/lang/swedish.lng
[generic]                33241   85596  38.8% -lh5- 7304 Aug 14 11:57 openttd-amiga-68k/lang/traditional_chinese.lng
[generic]                35416   93592  37.8% -lh5- 56c1 Aug 14 11:57 openttd-amiga-68k/lang/turkish.lng
[generic]                43667  165508  26.4% -lh5- 866b Aug 14 11:57 openttd-amiga-68k/lang/ukrainian.lng
[generic]                37406  116238  32.2% -lh5- 44e9 Aug 14 11:57 openttd-amiga-68k/lang/vietnamese.lng
[generic]                36677   97782  37.5% -lh5- ebb2 Aug 14 11:57 openttd-amiga-68k/lang/welsh.lng
[generic]                    0       0 ****** -lhd- 0000 Aug 14 12:08 openttd-amiga-68k/music/
[generic]                    0       0 ****** -lhd- 0000 Aug 14 12:08 openttd-amiga-68k/music/Extra/
[generic]              1861247 2056286  90.5% -lh5- 95c3 Aug 14 12:07 openttd-amiga-68k/music/Extra/All Aboard the Overrun.wav
[generic]              2184343 2388060  91.5% -lh5- a5ce Aug 14 12:08 openttd-amiga-68k/music/Extra/Ballast and Bravado.wav
[generic]              1784056 1953886  91.3% -lh5- 362e Aug 14 12:07 openttd-amiga-68k/music/Extra/Bankrupt by Bridge.wav
[generic]              1754057 1924190  91.2% -lh5- 1a25 Aug 14 12:07 openttd-amiga-68k/music/Extra/Boardroom on Wheels.wav
[generic]              1833538 2037854  90.0% -lh5- 68fd Aug 14 12:07 openttd-amiga-68k/music/Extra/Bonds Bricks and Boilers.wav
[generic]              1583556 1757278  90.1% -lh5- 6e23 Aug 14 12:07 openttd-amiga-68k/music/Extra/Cargo of Excuses.wav
[generic]              2141778 2345054  91.3% -lh5- 0ecf Aug 14 12:07 openttd-amiga-68k/music/Extra/Coal Car Confidential.wav
[generic]              1657235 1809502  91.6% -lh5- c02c Aug 14 12:07 openttd-amiga-68k/music/Extra/Completely Sidetracked.wav
[generic]              1458771 1596510  91.4% -lh5- bbda Aug 14 12:07 openttd-amiga-68k/music/Extra/Coupling Up.wav
[generic]              1742701 1923166  90.6% -lh5- 2e4e Aug 14 12:07 openttd-amiga-68k/music/Extra/Deficit by Design.wav
[generic]              1866311 2042974  91.4% -lh5- a506 Aug 14 12:07 openttd-amiga-68k/music/Extra/Empty Wagon Serenade.wav
[generic]              1337742 1465438  91.3% -lh5- 8fbb Aug 14 12:07 openttd-amiga-68k/music/Extra/Freight of God.wav
[generic]               906370  992350  91.3% -lh5- 576a Aug 14 12:07 openttd-amiga-68k/music/Extra/Full Steam No Plan.wav
[generic]              1702743 1856606  91.7% -lh5- f445 Aug 14 12:07 openttd-amiga-68k/music/Extra/Gravy Train Departure.wav
[generic]              1939748 2139230  90.7% -lh5- 9b2f Aug 14 12:07 openttd-amiga-68k/music/Extra/Grease and Gravy.wav
[generic]              1264158 1380446  91.6% -lh5- a534 Aug 14 12:07 openttd-amiga-68k/music/Extra/Late Again Naturally.wav
[generic]              1557698 1705054  91.4% -lh5- 31dc Aug 14 12:08 openttd-amiga-68k/music/Extra/Load Bearing Nonsense.wav
[generic]              1672654 1876062  89.2% -lh5- b1a8 Aug 14 12:08 openttd-amiga-68k/music/Extra/Mind the Overdraft.wav
[generic]              1088131 1186910  91.7% -lh5- 87d5 Aug 14 12:08 openttd-amiga-68k/music/Extra/Nationalise This.wav
[generic]              2569230 2814046  91.3% -lh5- 7be0 Aug 14 12:08 openttd-amiga-68k/music/Extra/Off the Rails Again.wav
[generic]              2246224 2454622  91.5% -lh5- 57b6 Aug 14 12:08 openttd-amiga-68k/music/Extra/Overdraft Express.wav
[generic]              1975679 2165854  91.2% -lh5- 3709 Aug 14 12:08 openttd-amiga-68k/music/Extra/Platform Nine and a Half.wav
[generic]              1639047 2055262  79.7% -lh5- 04ab Aug 14 12:08 openttd-amiga-68k/music/Extra/Points Well Taken.wav
[generic]              1032820 1131614  91.3% -lh5- 907d Aug 14 12:08 openttd-amiga-68k/music/Extra/Quarterly Report Blues.wav
[generic]              1640816 1791070  91.6% -lh5- 8064 Aug 14 12:08 openttd-amiga-68k/music/Extra/Rolling Stock Options.wav
[generic]              1688584 1861726  90.7% -lh5- c359 Aug 14 12:08 openttd-amiga-68k/music/Extra/Route 1 Regrets.wav
[generic]              2118936 2319454  91.4% -lh5- 83be Aug 14 12:08 openttd-amiga-68k/music/Extra/Rush Hour Optimism.wav
[generic]              2065088 2280542  90.6% -lh5- 9b4b Aug 14 12:08 openttd-amiga-68k/music/Extra/Second Class Sunshine.wav
[generic]              1887312 2069598  91.2% -lh5- 8a44 Aug 14 12:08 openttd-amiga-68k/music/Extra/Shareholders on the Roof.wav
[generic]              1802600 1976414  91.2% -lh5- bf9e Aug 14 12:08 openttd-amiga-68k/music/Extra/Signal Failure Blues.wav
[generic]              1898196 2070622  91.7% -lh5- 2e3e Aug 14 12:08 openttd-amiga-68k/music/Extra/Tender Loving Overtime.wav
[generic]              2212947 2425950  91.2% -lh5- a898 Aug 14 12:08 openttd-amiga-68k/music/Extra/Terminal Velocity Tea Break.wav
[generic]              2125408 2332766  91.1% -lh5- e21f Aug 14 12:08 openttd-amiga-68k/music/Extra/Terminus Eventually.wav
[generic]              1892481 2105438  89.9% -lh5- 406d Aug 14 12:08 openttd-amiga-68k/music/Extra/The Long Way Round.wav
[generic]              1843752 2032734  90.7% -lh5- f14c Aug 14 12:08 openttd-amiga-68k/music/Extra/The Milk Run.wav
[generic]              1917815 2119774  90.5% -lh5- 0832 Aug 14 12:08 openttd-amiga-68k/music/Extra/The Punctuality Myth.wav
[generic]              1632747 2149470  76.0% -lh5- e082 Aug 14 12:08 openttd-amiga-68k/music/Extra/The Slow Boat Company.wav
[generic]              1714573 1869918  91.7% -lh5- 7cef Aug 14 12:08 openttd-amiga-68k/music/Extra/Timetable What Timetable.wav
[generic]              1333469 1463390  91.1% -lh5- 2eea Aug 14 12:08 openttd-amiga-68k/music/Extra/Track Record.wav
[generic]              1984941 2174046  91.3% -lh5- 1e34 Aug 14 12:08 openttd-amiga-68k/music/Extra/Twelve Carriages of Trouble.wav
[generic]              1730318 1909854  90.6% -lh5- e670 Aug 14 12:08 openttd-amiga-68k/music/Extra/Whistle While You Wait.wav
[generic]                    0       0 ****** -lhd- 0000 Aug 14 12:07 openttd-amiga-68k/music/Nowe/
[generic]              1871200 2054204  91.1% -lh5- 1eb8 Aug 14 12:07 openttd-amiga-68k/music/Nowe/Coast and Roll.wav
[generic]              1526166 1673276  91.2% -lh5- 9f1f Aug 14 12:07 openttd-amiga-68k/music/Nowe/Cruising Gear Two.wav
[generic]              1911441 2096188  91.2% -lh5- 5ce7 Aug 14 12:07 openttd-amiga-68k/music/Nowe/Downtown Traffic Funk.wav
[generic]              1402541 1579068  88.8% -lh5- ae03 Aug 14 12:07 openttd-amiga-68k/music/Nowe/Fast Lane Fever.wav
[generic]              2253295 2484284  90.7% -lh5- bdd4 Aug 14 12:07 openttd-amiga-68k/music/Nowe/Grand Terminal Anthem.wav
[generic]              1914020 2136124  89.6% -lh5- 424e Aug 14 12:07 openttd-amiga-68k/music/Nowe/Highway Cruise Overdrive.wav
[generic]              1959923 2149436  91.2% -lh5- e773 Aug 14 12:07 openttd-amiga-68k/music/Nowe/Idle Engine Chill.wav
[generic]              1124395 1251388  89.9% -lh5- dd9c Aug 14 12:07 openttd-amiga-68k/music/Nowe/Neon Crosswalk Strut.wav
[generic]              1599102 1805372  88.6% -lh5- 457c Aug 14 12:07 openttd-amiga-68k/music/Nowe/Open Road Cruise.wav
[generic]               752825  824380  91.3% -lh5- f3e5 Aug 14 12:07 openttd-amiga-68k/music/Nowe/Rush Hour Swagger.wav
[generic]              1414621 1813564  78.0% -lh5- ff80 Aug 14 12:07 openttd-amiga-68k/music/Nowe/Skyline Express Beat.wav
[generic]              1580856 1811516  87.3% -lh5- c524 Aug 14 12:07 openttd-amiga-68k/music/Nowe/Smooth Motorway Glide.wav
[generic]              2167989 2374716  91.3% -lh5- 9302 Aug 14 12:07 openttd-amiga-68k/music/Nowe/Sunday Driver Groove.wav
[generic]              1045465 1197116  87.3% -lh5- 30c1 Aug 14 12:07 openttd-amiga-68k/music/Nowe/Turbo Lane Boogie.wav
[generic]              1609261 1764412  91.2% -lh5- bcdb Aug 14 12:07 openttd-amiga-68k/music/Nowe/Tycoon Skyline Theme.wav
[generic]                    0       0 ****** -lhd- 0000 Aug 14 12:08 openttd-amiga-68k/music/Stare/
[generic]              1064344 1180766  90.1% -lh5- 3630 Aug 14 12:08 openttd-amiga-68k/music/Stare/Bonnet and Boiler.wav
[generic]              1349893 1516604  89.0% -lh5- f883 Aug 14 12:08 openttd-amiga-68k/music/Stare/Depot Lantern Waltz.wav
[generic]               549008  606302  90.6% -lh5- 4cf1 Aug 14 12:08 openttd-amiga-68k/music/Stare/Grandfather's Siding.wav
[generic]               521296  614460  84.8% -lh5- e999 Aug 14 12:08 openttd-amiga-68k/music/Stare/Midnight Coal Shuffle.wav
[generic]              1248697 1538142  81.2% -lh5- f839 Aug 14 12:08 openttd-amiga-68k/music/Stare/Old Boiler's Lament.wav
[generic]              1175785 1288252  91.3% -lh5- 650e Aug 14 12:08 openttd-amiga-68k/music/Stare/Old Sawmill Rag.wav
[generic]              1443288 1588318  90.9% -lh5- 21d4 Aug 14 12:08 openttd-amiga-68k/music/Stare/Penny Farthing Freight.wav
[generic]              1507469 1646652  91.5% -lh5- ba00 Aug 14 12:08 openttd-amiga-68k/music/Stare/Rusty Rail Blues.wav
[generic]              1378236 1514556  91.0% -lh5- bbd1 Aug 14 12:08 openttd-amiga-68k/music/Stare/Slow Freight Serenade.wav
[generic]               811118  954462  85.0% -lh5- ce8c Aug 14 12:08 openttd-amiga-68k/music/Stare/Steam and Sixpence.wav
[generic]              1457614 1624124  89.7% -lh5- a86d Aug 14 12:08 openttd-amiga-68k/music/Stare/Steam Valley Stomp.wav
[generic]              1482180 1645662  90.1% -lh5- efd1 Aug 14 12:08 openttd-amiga-68k/music/Stare/The Coal Merchant's Jig.wav
[generic]              1188897 1431646  83.0% -lh5- 1b7d Aug 14 12:08 openttd-amiga-68k/music/Stare/The Signalman's Pocket Watch.wav
[generic]               486837  596062  81.7% -lh5- b8e1 Aug 14 12:08 openttd-amiga-68k/music/Stare/The Ticket Clerk's Reverie.wav
[generic]              1205700 1425502  84.6% -lh5- eb50 Aug 14 12:08 openttd-amiga-68k/music/Stare/Uncle Ledger's Waltz.wav
[generic]               760911  940092  80.9% -lh5- 2297 Aug 14 12:08 openttd-amiga-68k/music/Stare/Vintage Metro Groove.wav
[generic]                    0       0 ****** -lhd- 0000 Aug 14 12:07 openttd-amiga-68k/music/Title/
[generic]              1614372 1764446  91.5% -lh5- 0985 Aug 14 12:07 openttd-amiga-68k/music/Title/AmigaTTD Theme.wav
[generic]              2956975 5716332  51.7% -lh5- 000a Aug 14 12:00 openttd-amiga-68k/openttd
[generic]                 2842    8192  34.7% -lh5- f6f2 Aug 14 11:45 openttd-amiga-68k/openttd.cfg
[generic]                 3643    7581  48.1% -lh5- f857 Jul 22 13:38 openttd-amiga-68k/openttd.info
[generic]                 5940   13123  45.3% -lh5- d73a Aug 14 10:35 openttd-amiga-68k/README.txt
[generic]                25836   41676  62.0% -lh5- 7bc7 Aug 14 10:35 openttd-amiga-68k/splash.dat
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total       190 files 136248520 160272332  85.0%            Aug 15 23:56
Page generated in 0.02 seconds
Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>