From a69f4f5d0f528ecb87ca470596b7212a022525a0 Mon Sep 17 00:00:00 2001 From: Michael Steenbeek <1478678+Gymnasiast@users.noreply.github.com> Date: Sun, 4 May 2025 14:34:55 +0200 Subject: [PATCH] Close #24319: Autodetect Steam RCT Classic on Windows --- distribution/changelog.txt | 1 + src/openrct2/platform/Platform.Win32.cpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/distribution/changelog.txt b/distribution/changelog.txt index e90596e8fc..7d33c5142c 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -8,6 +8,7 @@ - Improved: [#23982] The scenario objective window has been merged into the scenario options window. - Improved: [#24233] RCT Classic+ from Apple Arcade can now be used as the source game, and is detected automatically. - Improved: [#24260] Better performance on parks that have a lot of Guests and Entertainers. +- Improved: [#24319] RCT Classic installs via Steam are now detected automatically on Windows. - Change: [#23803] Lightning strikes and thunder now happen at the same frequency independently of the game speed. - Change: [#23857] Replace display options tab with custom sprites. - Change: [#24069] [Plugin] Plugins are now available in the scenario editor and track designer. diff --git a/src/openrct2/platform/Platform.Win32.cpp b/src/openrct2/platform/Platform.Win32.cpp index 2aa24c5c5f..44dfd33ea9 100644 --- a/src/openrct2/platform/Platform.Win32.cpp +++ b/src/openrct2/platform/Platform.Win32.cpp @@ -914,6 +914,8 @@ namespace OpenRCT2::Platform R"(C:\Program Files (x86)\Infogrames\RollerCoaster Tycoon 2)", R"(C:\Program Files\Infogrames Interactive\RollerCoaster Tycoon 2)", R"(C:\Program Files (x86)\Infogrames Interactive\RollerCoaster Tycoon 2)", + R"(C:\Program Files\Steam\steamapps\common\RollerCoaster Tycoon Classic)", + R"(C:\Program Files (x86)\Steam\steamapps\common\RollerCoaster Tycoon Classic)", }; }