Skip to content

Commit 392fbbb

Browse files
MarcelVos96Gymnasiast
authored andcommitted
Fix transparency (for watching rides/scenery) on some walls
1 parent 753f1af commit 392fbbb

15 files changed

Lines changed: 14 additions & 1 deletion

objects/official/scenery_wall/couger.scenery_wall.acww33/object.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"sourceGame": "official",
1010
"objectType": "scenery_wall",
1111
"properties": {
12+
"isOpaque": true,
1213
"isAllowedOnSlope": true,
1314
"height": 4,
1415
"price": 80,

objects/official/scenery_wall/mamabear.scenery_wall.mg-prar/object.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"objectType": "scenery_wall",
1111
"properties": {
1212
"isDoor": true,
13+
"isOpaque": true,
1314
"height": 4,
1415
"price": 120,
1516
"sceneryGroup": "rct2.scenery_group.scgwalls"

objects/official/scenery_wall/official.scenery_wall.post_flipped.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"objectType": "scenery_wall",
1111
"properties": {
1212
"isBanner": true,
13+
"isOpaque": true,
1314
"hasPrimaryColour": true,
1415
"height": 4,
1516
"price": 70

objects/rct2/scenery_wall/rct2.scenery_wall.wallpost.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"objectType": "scenery_wall",
1111
"properties": {
1212
"isBanner": true,
13+
"isOpaque": true,
1314
"hasPrimaryColour": true,
1415
"height": 4,
1516
"price": 70

objects/rct2/scenery_wall/rct2.scenery_wall.walltxgt.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"objectType": "scenery_wall",
1111
"properties": {
1212
"isBanner": true,
13-
"isOpaque": true,
1413
"height": 4,
1514
"price": 100
1615
},

objects/rct2tt/scenery_wall/rct2tt.scenery_wall.jailxx19.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"sourceGame": "rct2tt",
99
"objectType": "scenery_wall",
1010
"properties": {
11+
"isOpaque": true,
1112
"isAllowedOnSlope": true,
1213
"height": 10,
1314
"price": 70,

objects/rct2ww/scenery_wall/rct2ww.scenery_wall.wallice7.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"sourceGame": "rct2ww",
99
"objectType": "scenery_wall",
1010
"properties": {
11+
"isOpaque": true,
1112
"isAllowedOnSlope": true,
1213
"height": 4,
1314
"price": 50

objects/rct2ww/scenery_wall/rct2ww.scenery_wall.wbambo21.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"sourceGame": "rct2ww",
99
"objectType": "scenery_wall",
1010
"properties": {
11+
"isOpaque": true,
1112
"isAllowedOnSlope": true,
1213
"height": 4,
1314
"price": 50

objects/rct2ww/scenery_wall/rct2ww.scenery_wall.wcorr13.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"sourceGame": "rct2ww",
99
"objectType": "scenery_wall",
1010
"properties": {
11+
"isOpaque": true,
1112
"isAllowedOnSlope": true,
1213
"height": 4,
1314
"price": 50

objects/rct2ww/scenery_wall/rct2ww.scenery_wall.wcorr14.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"sourceGame": "rct2ww",
99
"objectType": "scenery_wall",
1010
"properties": {
11+
"isOpaque": true,
1112
"isAllowedOnSlope": true,
1213
"height": 4,
1314
"price": 50

0 commit comments

Comments
 (0)