From 15bbd0cac5471213e6f2d87bb4309a5dff7cf20b Mon Sep 17 00:00:00 2001 From: "Ryan D." Date: Wed, 10 Jun 2015 08:24:44 -0400 Subject: [PATCH] Updated Settings in config.ini (markdown) --- Settings-in-config.ini.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Settings-in-config.ini.md b/Settings-in-config.ini.md index a7133de..14a8b11 100644 --- a/Settings-in-config.ini.md +++ b/Settings-in-config.ini.md @@ -14,7 +14,7 @@ |`fullscreen_width`|any positive integer in pixels|native desktop resolution width (e.g. `1920` for 1920x1080)|Controls horizontal size of game in fullscreen mode| |`game_path`|full path to the RCT2 installation|varies|The full path to where the original `rct2.exe` is located. This should never be changed unless you know what you're doing.| |`landscape_smoothing`|`true`, `false`|`true`|Whether or not the transitions between two different land types should be "smoothed"| -|`language`|`en-GB`, `en-US`, `de-DE`, `nl-NL`, `fr-FR`, `hu-HU`, `pl-PL`, `es-ES`, `sv-SE`, `10` (Italian)|`en-US`|Changes what language is used| +|`language`|`en-GB`, `en-US`, `de-DE`, `nl-NL`, `fr-FR`, `hu-HU`, `pl-PL`, `es-ES`, `sv-SE`, `it-IT`|`en-US`|Changes what language is used| |`measurement_format`|`IMPERIAL`, `METRIC`|`IMPERIAL`|Changes what measurement format is used for distances, speed, etc.| |`play_intro`|`true`, `false`|`false`|Whether or not to play the intro movie| |`save_plugin_data`|`true`, `false`|`false`|Whether or not to save custom object data in scenarios and save games. If a player opens a scenario with custom object data that they do not have, and that object is embedded in the scenario file, the game will automatically install it for them.| @@ -38,7 +38,7 @@ |`toolbar_show_cheats`|`true`, `false`|`false`|Whether or not to show a button for the cheat window in the toolbar| |`allow_subtype_switching`|`true`, `false`|`false`|Whether or not to allow switching train type on roller coasters that share the same track type (like in RCT1)| |`console_small_font`|`true`, `false`|`false`|If enabled, the in-game console will use a different font in place of the standard RCT font| -|`current_theme`|`"*RCT2"`, `"*RCT1"`, the name of a custom theme, in quotes|`*RCT2`|Controls what color scheme is used for the GUI| +|`current_theme`|`"*RCT2"`, `"*RCT1"`, the name of a custom theme, in quotes|`"*RCT2"`|Controls what color scheme is used for the GUI| ## [sound] |option|legal values|default|description|