mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2026-05-06 07:56:46 -04:00
Fix some scenario path errors
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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,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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user