Fix some scenario path errors

This commit is contained in:
ZeeMaji
2025-10-10 13:13:58 +00:00
committed by GitHub
parent 94bd0bcccd
commit 61932c7f1b
5 changed files with 99 additions and 2 deletions
+20
View File
@@ -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
}
]
}
+20
View File
@@ -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
}
]
}
+28
View File
@@ -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
}
]
}
+28
View File
@@ -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
}
]
}
+1
View File
@@ -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).