Openttd Sound



Content Idbase-sounds/4f534658
NameOpenSFX
Project sitehttps://github.com/OpenTTD/OpenSFX
Tags
  • opensfx
  • sound
Authors
Description OpenSFX is a free set of base sounds for OpenTTD.
You can switch base sounds sets via the Game Options dialog in the main menu.
The OpenSFX sounds are licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported license.

Version Upload date MD5 (partial) License Download; 1.0.1: 2021-03-31T13:16:40+00:00: 691adc1e: Custom: Available ingame: 1.0.0: 2021-03-12T15:48:42+00:00: 4f35f107. Chances are, your OpenTTD installation already has sound and music. If it doesn't, we recommend to install OpenSFX and OpenMSX from the in-game content downloader. You need an Internet connection for this. After the download, go to “Game Settings” and select these base sets for sounds and music.

VersionUpload dateMD5 (partial)LicenseDownload
1.0.12021-03-31T13:16:40+00:00691adc1eCustomAvailable ingame
1.0.02021-03-12T15:48:42+00:004f35f107CustomOnly for savegames
0.2.32010-03-31T13:32:27+00:0026112868CustomOnly for savegames
0.2.22010-03-24T18:49:21+00:008f63a6b5CustomOnly for savegames
0.2.12009-12-23T16:47:47+00:004cf824bbCustomOnly for savegames
0.2.02009-12-09T00:37:24+00:00c4289d25CustomOnly for savegames
0.1.02009-11-14T00:41:35+00:0091155215CustomOnly for savegames
0.1.0-alpha22009-08-14T10:18:09+00:00e716af21CustomOnly for savegames
0.1.0-alpha12009-08-11T16:26:17+00:0063109d6eCustomOnly for savegames

OpenTTD is a free re-implementation of the popular DOS game Transport Tycoon Deluxe. You are a transport company owner, and you must manage it over the years in order to make profit.

Installation

Install the openttd package.

If you do not own the original game, openttd-opengfx and openttd-opensfx contains the free graphics & sounds.

Additionally, you may installopenttd-openmsxAUR from the AUR to get the free OpenMSX music pack. Be sure to read through Timidity#Configuration to setup Timidity correctly, in particular, add yourself to the audio group and configure Timidity to use the Freepats SoundFont.

Original Transport Tycoon Deluxe data (optional)

OpenTTD can use the non-free graphics and sound data of the original Windows/DOS version of Transport Tycoon Deluxe.

Note: While you can dump the files from either the DOS or the Windows version of the game, only the Windows version provides the original music.

You can get these files from the game CD-ROM, from an existing install or you get them from the freely available game installation archive available at Abandonia.

To use the original graphics & sound effects, copy the following files to /usr/share/openttd/data/ or ~/.openttd/baseset :

  • Windows : trg1r.grf, trgcr.grf, trghr.grf, trgir.grf, trgtr.grf
  • DOS : TRG1.GRF, TRGC.GRF, TRGH.GRF, TRGI.GRF, TRGT.GRF
  • sample.cat from either version

For the original soundtrack, copy the files from the gm folder of the original TTD game directory to ~/.openttd/gm.

Tutorial

The game can be quite confusing at first. A good tutorial is available on the wiki here.

Openttd no sound

For an in-game tutorial, a game script has been implemented. Just download 'Beginner Tutorial' with the in-game download manager and load the 'Beginner Tutorial' scenario.

Configuration

The OpenTTD main configuration file is located at ~/.openttd/openttd.cfg and is automatically created upon first startup.

Various settings in the configuration file can be edited with buttons on the main menu. Each button is explained below.

Game Options

This window allows you to set options which will be used by default at the start of a new game.

Note: Settings will not be updated for games which have already been started. The options can still be changed in-game.

You can also set the default graphics, sound, and music here.

Difficulty

This window allows you to change the difficulty of the game, and specific options about them. You can either use the difficulty presets by selecting the difficulty buttons at the top of the window, or set custom options.

More information can be found here.

Advanced Settings

In this window, nearly all the other settings in the configuration file can be modified. All the options are grouped in expandable sections. You can also search for the setting to be changed using the search utility.

Game Options: Change Volume - Transport Tycoon Forums

Details about these settings can be found here.

AI/Game Script Settings

This window allows you to customize various options relating to artificial intelligence (bots or CPU players) and Game Scripts.

Game Scripts are a goal-based scripts which can perform many in-game actions to enhance or extend the game.

Detailed information about this window can be found here.

Tips and tricks

Heightmaps

OpenTTD allows using a grayscale image as a heightmap for landscape generation. There's an excellent heightmap generator available at terrain.party, based on real Earth terrain. Alternatively, you can use the botherAUR application, which can download larger areas and contains a number of options for fine-tuning the resulting heightmap (see the README for some notes on usage). You may further use gimp for fine-tuning the heightmap, especially useful are the Levels and Gaussian Blur tools.

Cheats

A cheat menu can be shown in a local game by pressing Ctrl-Alt-C.

Detailed information about cheats are available here.

Troubleshooting

Music is not playing

The soundtrack of the game is made of MIDI files. Therefore, you need a MIDI synthesizer to play them.

The game will automatically try to use TiMidity++ with no additional arguments. If for some reason you need/want to use another synthesizer, OpenTTD provides the 'extmidi' music driver, which allows you to configure a command to be ran to play music.

Warning: When using the extmidi driver, the in-game volume control sliders are disabled and cannot be used to change the volume.
Warning: If the command you want to run is not included in $PATH, you must specify the absolute path.

Edit your openttd.cfg to configure extmidi :

Note: You can also configure extmidi when starting up the game : openttd -m extmidi:cmd=<command>


However, extmidi does not allow additionnal arguments in the command. The solution is to use a wrapper script (for example, ~/.openttd/playmidi) :

Mark it as executable :

Then you can specify the full path to the script as the command to be used with extmidi :

Openttd Soundtrack

See also

FS#5807 : Sound Effect Volume Is Too Low When The ... - OpenTTD

Sound

Openttd Sound Not Working

Retrieved from 'https://wiki.archlinux.org/index.php?title=OpenTTD&oldid=662097'