diff --git a/Settings-in-config.ini.md b/Settings-in-config.ini.md index c29bfe2..329808a 100644 --- a/Settings-in-config.ini.md +++ b/Settings-in-config.ini.md @@ -36,6 +36,8 @@ |`invert_viewport_drag`|`false`, `true`|`false`|Whether or not to invert mouse dragging of the viewport| |`load_save_sort`|`0` (name, ascending), `1` (name, descending), `2` (date, ascending), `3` (date, descending)|`0`|The sorting order to use in the native load/save dialogs| |`minimize_fullscreen_focus_loss`|`true`, `false`|`true`|Whether or not to minimize the game if focus is lost while in fullscreen mode| +|`day_night_cycle`|`true`, `false`|`false`|Whether or not to cycle between day and night. Doesn't seem to do anything yet.| +|`upper_case_banners`|`true`, `false`|`false`|Whether or not to display banners in uppercase, like in RCT1| ## [interface] |option|legal values|default|description| @@ -43,10 +45,12 @@ |`toolbar_show_finances`|`true`, `false`|`false`|Whether or not to show a separate button for the finance window in the toolbar| |`toolbar_show_research`|`true`, `false`|`true`|Whether or not to show a separate button for the research and development window in the toolbar| |`toolbar_show_cheats`|`true`, `false`|`false`|Whether or not to show a button for the cheat window in the toolbar| +|`toolbar_show_news`|`true`, `false`|`false`|Whether or not to show a button for the recent news window in the toolbar| |`select_by_track_type`|`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_title_sequence`|`"*OPENRCT2"`, `"*RCT2"`, the name of a custom sequence, in quotes|`"*OPENRCT2"`|Controls what color scheme is used for the GUI| +|`object_selection_filter_flags`|varies|`2031`|Stores the flags for the filters in the object selection window| ## [sound] |option|legal values|default|description| @@ -56,6 +60,7 @@ |`ride_music`|`true`, `false`|`true`|Whether or not to play ride music| |`master_volume`|any integer between 0 and 100|`100`|Controls the master volume of the game| |`music_volume`|any integer between 0 and 100|`100`|Controls the volume of music in-game| +|`audio_device`|`""`, the name of a audio device on your computer, in quotes|`""` (Default sound device)|The name of the audio device on your computer that OpenRCT2 will use| ## [cheat] |option|legal values|default|description|