Add missing land rights for Mystic Mountain and Urban Park

This commit is contained in:
Tulio Leao 2024-09-01 07:51:46 -03:00
parent eb499f7e55
commit 49c830b9df
5 changed files with 16 additions and 4 deletions

View file

@ -9,7 +9,10 @@
[ 52, 15 ], [ 53, 15 ], [ 54, 15 ], [ 55, 15 ], [ 52, 15 ], [ 53, 15 ], [ 54, 15 ], [ 55, 15 ],
[ 52, 16 ], [ 53, 16 ], [ 54, 16 ], [ 55, 16 ], [ 52, 16 ], [ 53, 16 ], [ 54, 16 ], [ 55, 16 ],
[ 52, 17 ], [ 52, 18 ], [ 52, 19 ], [ 52, 17 ], [ 52, 18 ], [ 52, 19 ],
[ 64, 77 ], [ 61, 66 ], [ 61, 67 ], [ 39, 20 ] [ 64, 77 ], [ 61, 66 ], [ 61, 67 ], [ 39, 20 ],
[ 59, 62 ], [ 59, 63 ], [ 59, 64 ], [ 59, 65 ],
[ 60, 62 ], [ 60, 63 ], [ 60, 64 ], [ 60, 65 ],
[ 61, 62 ], [ 61, 63 ], [ 61, 64 ], [ 61, 65 ]
] ]
} }
}, },

View file

@ -2,7 +2,7 @@
"scenario_name": "Mystic Mountain (.sea)", "scenario_name": "Mystic Mountain (.sea)",
"sha256": "47e55126051f5450c1a63c893035768b895deb150e78bb3e485fe4624a0cabd4", "sha256": "47e55126051f5450c1a63c893035768b895deb150e78bb3e485fe4624a0cabd4",
"land_ownership": { "land_ownership": {
"available": { "owned": {
"coordinates": [ "coordinates": [
[ 53, 79 ] [ 53, 79 ]
] ]

View file

@ -9,7 +9,10 @@
[ 52, 15 ], [ 53, 15 ], [ 54, 15 ], [ 55, 15 ], [ 52, 15 ], [ 53, 15 ], [ 54, 15 ], [ 55, 15 ],
[ 52, 16 ], [ 53, 16 ], [ 54, 16 ], [ 55, 16 ], [ 52, 16 ], [ 53, 16 ], [ 54, 16 ], [ 55, 16 ],
[ 52, 17 ], [ 52, 18 ], [ 52, 19 ], [ 52, 17 ], [ 52, 18 ], [ 52, 19 ],
[ 64, 77 ], [ 61, 66 ], [ 61, 67 ], [ 39, 20 ] [ 64, 77 ], [ 61, 66 ], [ 61, 67 ], [ 39, 20 ],
[ 59, 62 ], [ 59, 63 ], [ 59, 64 ], [ 59, 65 ],
[ 60, 62 ], [ 60, 63 ], [ 60, 64 ], [ 60, 65 ],
[ 61, 62 ], [ 61, 63 ], [ 61, 64 ], [ 61, 65 ]
] ]
}, },
"construction_rights_available": { "construction_rights_available": {

View file

@ -4,7 +4,12 @@
"land_ownership": { "land_ownership": {
"available": { "available": {
"coordinates": [ "coordinates": [
[ 98, 69 ], [ 98, 70 ], [ 103, 64 ], [ 53, 79 ], [ 86, 93 ], [ 87, 93 ] [ 98, 69 ], [ 98, 70 ], [ 103, 64 ], [ 86, 93 ], [ 87, 93 ]
]
},
"owned": {
"coordinates": [
[ 53, 79 ]
] ]
} }
} }

View file

@ -27,6 +27,7 @@
- Fix: [#22598] Add several .parkpatch files to .sea scenarios with corresponding patches for RCT1 and RCT2 scenarios. - Fix: [#22598] Add several .parkpatch files to .sea scenarios with corresponding patches for RCT1 and RCT2 scenarios.
- Fix: [#22606] Virtual floor is sometimes drawn above the path when placing paths. - Fix: [#22606] Virtual floor is sometimes drawn above the path when placing paths.
- Fix: [#22625] Fix compilation with orignal ride ratings. - Fix: [#22625] Fix compilation with orignal ride ratings.
- Fix: [#22663] Additional missing/misplaced land & construction rights tiles in Mystic Mountain, Build your own Six Flags Holland and Build your own Six Flags over Texas.
- Fix: [#22671] Game default to hide supports on startup. - Fix: [#22671] Game default to hide supports on startup.
- Fix: [#22671] Unchecking invisible option does not uncheck see-through option on transparency options and vice versa. - Fix: [#22671] Unchecking invisible option does not uncheck see-through option on transparency options and vice versa.