From 62cb4afd42fb1b04c5597bb7358109baa1e347ec Mon Sep 17 00:00:00 2001 From: ZeeMaji <42477864+ZeeMaji@users.noreply.github.com> Date: Thu, 29 May 2025 11:09:48 -0400 Subject: [PATCH] Fix #20095: UCES Cemetery Ridge swapped entrance/exit. (#24532) * Fix UCES Halloween swapped ride huts * Add cemetery ridge to scenario_to_hash * Update changelog.txt * Update data/scenario_patches/scenario_to_hash Co-authored-by: Tulio Leao --------- Co-authored-by: Tulio Leao --- data/scenario_patches/9401f88.parkpatch | 10 ++++++++++ data/scenario_patches/scenario_to_hash | 4 ++++ distribution/changelog.txt | 1 + 3 files changed, 15 insertions(+) create mode 100644 data/scenario_patches/9401f88.parkpatch diff --git a/data/scenario_patches/9401f88.parkpatch b/data/scenario_patches/9401f88.parkpatch new file mode 100644 index 0000000000..87c80befcd --- /dev/null +++ b/data/scenario_patches/9401f88.parkpatch @@ -0,0 +1,10 @@ +{ + "scenario_name": "Cemetery Ridge", + "sha256": "9401f88e1dfdc5f7e6e4759271ac8dea3fc499c2fb21cdbf42567d876a91641a", + "rides": [ + { + "id": 0, + "operation": "swap_entrance_exit" + } + ] +} diff --git a/data/scenario_patches/scenario_to_hash b/data/scenario_patches/scenario_to_hash index 3ffa3ec789..c004cfee25 100644 --- a/data/scenario_patches/scenario_to_hash +++ b/data/scenario_patches/scenario_to_hash @@ -233,3 +233,7 @@ '62268223a1539c92b7494973263457c9e9bf386c1e68eef21d377854f0ac0e38'], 'Wacky Waikiki': ['72cf3d2', '72cf3d220740fd64f7681d3533320598cf6d3b71dff484bc43045e8d9d7a1a4b'], + +// UCES Scenario names to hashes + 'Cemetery Ridge': ['9401f88', + '9401f88e1dfdc5f7e6e4759271ac8dea3fc499c2fb21cdbf42567d876a91641a'], diff --git a/distribution/changelog.txt b/distribution/changelog.txt index 2002fe766d..1cc69e7d55 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -18,6 +18,7 @@ - Fix: [#5269] Font bugs when using the Russian release of RCT2 as the base game. - Fix: [#11071, #22958] The virtual floor does not always draw correctly. - Fix: [#18220] Some custom RCT1 scenarios are detected as competition DLC scenarios. +- Fix: [#20095] UCES Halloween - Cemetery Ridge scenario has mismatched entrance/exit on haunted house. - Fix: [#20158] Custom animated scenery .DATs with frame offsets draw a random sprite at the end of their animation. - Fix: [#22628] Potential crash while rebuilding the scenario index. - Fix: [#23289] Dodgems and Flying Saucer cars can spawn on top of each other when the ride is opened.