diff --git a/data/scenario_patches/1286934.parkpatch b/data/scenario_patches/1286934.parkpatch index afa47848e8..c2a9db2dce 100644 --- a/data/scenario_patches/1286934.parkpatch +++ b/data/scenario_patches/1286934.parkpatch @@ -7,5 +7,25 @@ [ 9, 74 ] ] } - } + }, + "paths": [ + { + "railings": "rct2.footpath_railings.concrete", + "surface": "rct1aa.footpath_surface.queue_red", + "coordinates": [ + [ 19, 58, 26 ], + [ 20, 58, 26 ], + [ 21, 58, 26 ], + [ 22, 58, 26 ], + [ 23, 58, 26 ], + [ 23, 57, 26 ], + [ 23, 56, 26 ], + [ 22, 56, 26 ], + [ 21, 56, 26 ], + [ 21, 57, 26 ], + [ 20, 57, 26 ] + ], + "queue": true + } + ] } diff --git a/data/scenario_patches/72b0ef7.parkpatch b/data/scenario_patches/72b0ef7.parkpatch index 746657cfcf..adb3109e4d 100644 --- a/data/scenario_patches/72b0ef7.parkpatch +++ b/data/scenario_patches/72b0ef7.parkpatch @@ -7,5 +7,25 @@ [ 9, 74 ] ] } - } + }, + "paths": [ + { + "railings": "rct2.footpath_railings.concrete", + "surface": "rct2.footpath_surface.queue_yellow", + "coordinates": [ + [ 19, 58, 26 ], + [ 20, 58, 26 ], + [ 21, 58, 26 ], + [ 22, 58, 26 ], + [ 23, 58, 26 ], + [ 23, 57, 26 ], + [ 23, 56, 26 ], + [ 22, 56, 26 ], + [ 21, 56, 26 ], + [ 21, 57, 26 ], + [ 20, 57, 26 ] + ], + "queue": true + } + ] } diff --git a/data/scenario_patches/8965a5c.parkpatch b/data/scenario_patches/8965a5c.parkpatch index b0b30027c8..9d46c447ea 100644 --- a/data/scenario_patches/8965a5c.parkpatch +++ b/data/scenario_patches/8965a5c.parkpatch @@ -17,5 +17,33 @@ [ 126, 73 ] ] } + ], + "paths": [ + { + "railings": "rct2.footpath_railings.concrete_green", + "surface": "rct2.footpath_surface.queue_green", + "coordinates": [ [ 51, 58, 16 ] ], + "queue": true + }, + { + "railings": "rct2.footpath_railings.concrete_green", + "surface": "rct2.footpath_surface.queue_green", + "coordinates": [ [ 51, 59, 14 ] ], + "slope_direction": 3, + "queue": true + }, + { + "railings": "rct2.footpath_railings.concrete_green", + "surface": "rct2.footpath_surface.tarmac_green", + "coordinates": [ [ 50, 58, 16 ] ], + "queue": false + }, + { + "railings": "rct2.footpath_railings.concrete_green", + "surface": "rct2.footpath_surface.tarmac_green", + "coordinates": [ [ 50, 59, 14 ] ], + "slope_direction": 3, + "queue": false + } ] } diff --git a/data/scenario_patches/d055327.parkpatch b/data/scenario_patches/d055327.parkpatch index dac91ddcba..eb180606fa 100644 --- a/data/scenario_patches/d055327.parkpatch +++ b/data/scenario_patches/d055327.parkpatch @@ -17,5 +17,33 @@ [ 126, 73 ] ] } + ], + "paths": [ + { + "railings": "rct2.footpath_railings.concrete_green", + "surface": "rct2.footpath_surface.queue_green", + "coordinates": [ [ 51, 58, 16 ] ], + "queue": true + }, + { + "railings": "rct2.footpath_railings.concrete_green", + "surface": "rct2.footpath_surface.queue_green", + "coordinates": [ [ 51, 59, 14 ] ], + "slope_direction": 3, + "queue": true + }, + { + "railings": "rct2.footpath_railings.concrete_green", + "surface": "rct2.footpath_surface.tarmac_green", + "coordinates": [ [ 50, 58, 16 ] ], + "queue": false + }, + { + "railings": "rct2.footpath_railings.concrete_green", + "surface": "rct2.footpath_surface.tarmac_green", + "coordinates": [ [ 50, 59, 14 ] ], + "slope_direction": 3, + "queue": false + } ] } diff --git a/distribution/changelog.txt b/distribution/changelog.txt index 4944a3e3d1..55bb0971aa 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -1,6 +1,7 @@ 0.4.28 (in development) ------------------------------------------------------------------------ - Change: [#25089] Peep actions and animations that cause them to stop moving no longer trigger when they are on a level crossing. +- Fix: [#22779, #25330] Incorrect queue paths in Nevermore Park and Six Flags Holland scenarios (bug in the original scenarios). - Fix: [#25299] The Mine Train Coaster left large helix draws incorrect sprites at certain angles (original bug). - Fix: [#25328] Spiral Slide in Blackpool Pleasure Beach has its entrance and exit the wrong way round (bug in the original scenario).