ExperimentalFeatures:Alpha

From TTWiki
Revision as of 01:53, 1 October 2006 by dmccoy (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Enable experimental features of the patch

Experimental Features

Enable experimental features of the patch

2.6 alpha 0 or later

-=Switch=-

Configuration file: experimentalfeatures on|off|<bits>

Command line: -XF

-=Description=-

This switch enables some features of the patch that are still considered to be under development.

It is a bit switch.  To find out how that works, see Bit Switches, or simply add up the values of the options you want. For the latest TTDPatch version 2.6, you have the options:

||Bit |Value|Name|Meaning

0|1|slowcrossing|Slow down trains before road/rail crossings to avoid collisions

1|2|cooperative|Cooperative play, very limited. Allows players to share track and some facilities.

2|4|mandatorygrm|Require that all .grf files use GRF Resource Management to prevent ID conflicts

3|8|incvehconsist|Build more than 240 trains per company

4|16|signalgui|Enable a gui for changing signal type. Display by ctrl-clicking on a signal.

5|32|newterraingen|Enable new terrain generator

6|64|engineconvert|Enable conversion of engines from normal engines to helper engines||

When cooperative mode is enabled, in addition to being able to share track and stations, any AI player of which another player owns 75% of the shares will become inactive. This allows subsidiary companies that do not modify the track, neither building new track nor removing the old one, nor buying or selling any vehicles or doing anything else. The vehicles continue to operate and make profit (or losses), of course.

Mandatory GRM is mostly useful for graphics authors to test that their files conform to the GRM specifications.  Everyone else should keep it turned off because it will break older pre-GRM files.

Incvehconsist is currently limited to trains, it tries to fill the trainnumber evenly on the new vehicleconsists.

The signal gui is required to access the tracerestrict GUI and and for auto-signalling.

This switch is not enabled by default or by the -a command line switch,  because the features are still under development.

These features were contributed by Oskar Eisemuth, Josef Drexler, Adam Kadlubek, and Lakie.