diff --git a/Settings-in-config.ini.md b/Settings-in-config.ini.md index 0790d2b..5ceee8c 100644 --- a/Settings-in-config.ini.md +++ b/Settings-in-config.ini.md @@ -42,6 +42,12 @@ |`allow_loading_with_incorrect_checksum`|`true`, `false`|`false`|Whether or not to allow OpenRCT2 to load files that have incorrect checksum values. Required for opening files from RCT2 Mini Game| |`steam_overlay_pause`|`true`, `false`|`true`|Whether or not to pause the game if OpenRCT2 detects Steam's overlay open| |`window_scale`|any positive number, in 0.25 increments|`1.00`|The amount to scale the game by. Most useful when playing in extreme resolutions.| +|`show_fps`|`true`, `false`|`false`|Whether or not the show the FPS in-game| +|`trap_cursor`|`true`, `false`|`false`|Whether or not to keep the cursor in the window| +|`auto_open_shops`|`true`, `false`|`false`|Whether or not to automatically open shops and stalls| +|`scenario_select_mode`|`0` (difficulty level), `1` (source game)|`1`|Determines whether to sort scenarios into tabs by their difficulty (RCT2 behavior) or their source game (RCT1 behavior)| +|`scenario_unlocking_behavior`|`true`, `false`|`true`|Whether or not to enable scenario unlocking (RCT1 behavior)| +|`scenario_hide_mega_park`|`true`, `false`|`true`|Whether or not to hide Mega Park| ## [interface] |option|legal values|default|description| @@ -95,10 +101,31 @@ |`default_port`|any integer between 1 and 65535|`11753`|The port to use for multiplayer servers| |`stay_connected`|`true`, `false`|`false`|Whether or not to stay connected to a multiplayer server, even if an error/desync occurs| |`advertise`|`true`, `false`|`false`|Whether or not to broadcast the server status on the local network (?)| -|`maxplayers`|any integer greater than 1|`16`|The maximum number of clients that can connect| +|`maxplayers`|any positive integer greater than or equal to 1|`16`|The maximum number of clients that can connect| |`server_name`|any string, in double quotes|`"Server"`|The name of the server| |`server_description`|any string, in double quotes|`""`|The description of the server| |`master_server_url`|any string, in double quotes|`""`|The address of the master server| |`provider_name`|any string, in double quotes|`""`|The name of the server operator (?)| |`provider_email`|any string, in double quotes|`""`|The email of the server operator (?)| -|`provider_website`|any string, in double quotes|`""`|The website address of the server operator (?)| \ No newline at end of file +|`provider_website`|any string, in double quotes|`""`|The website address of the server operator (?)| + +##[notifications] +|option|legal values|default|description| +|------|------------|-------|-----------| +|`park_award`|`true`, `false`|`true`|Whether or not to show notifications for park awards| +|`park_marketing_campaign_finished`|`true`, `false`|`true`|Whether or not to show notifications for finished park campaign| +|`park_warnings`|`true`, `false`|`true`|Whether or not to show notifications for warnings about the park| +|`park_rating_warnings`|`true`, `false`|`true`|Whether or not to show notifications for warnings about the park rating| +|`ride_broken_down`|`true`, `false`|`true`|Whether or not to show notifications for ride breakdowns| +|`ride_crashed`|`true`, `false`|`true`|Whether or not to show notifications for ride crashes| +|`ride_warnings`|`true`, `false`|`true`|Whether or not to show notifications for warnings about rides| +|`ride_researched`|`true`, `false`|`true`|Whether or not to show notifications for researched rides and attractions| +|`guest_warnings`|`true`, `false`|`true`|Whether or not to show notifications for warnings about guests| +|`guest_lost`|`true`, `false`|`false`|Whether or not to show notifications for lost or stuck guests (RCT1 behavior)| +|`guest_entered_left_park`|`true`, `false`|`true`|Whether or not to show notifications for watched guests entering or leaving the park| +|`guest_queuing_for_ride`|`true`, `false`|`true`|Whether or not to show notifications for watched guests entering a ride's queue| +|`guest_on_ride`|`true`, `false`|`true`|Whether or not to show notifications for watched guests getting on a ride| +|`guest_left_ride`|`true`, `false`|`true`|Whether or not to show notifications for watched guests leaving a ride| +|`guest_bought_item`|`true`, `false`|`true`|Whether or not to show notifications for watched guests buying an item| +|`guest_used_facility`|`true`, `false`|`true`|Whether or not to show notifications for watched guests using facilities| +|`guest_died`|`true`, `false`|`true`|Whether or not to show notifications for dead guests| \ No newline at end of file