Skip to content

Commit 4cf3f53

Browse files
authored
Merge pull request #140 from OpenRCT2/path-railings
Separate path surfaces and path railings
2 parents a9b4a2a + b0e9f3e commit 4cf3f53

105 files changed

Lines changed: 934 additions & 205 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"id": "openrct2.railings.invisible",
3+
"authors": ["OpenRCT2 developers"],
4+
"version": "1.0",
5+
"sourceGame": ["official"],
6+
"objectType": "footpath_railings",
7+
"properties": {
8+
"supportType": "pole",
9+
"scrollingMode": 0
10+
},
11+
"images": [
12+
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""
13+
],
14+
"strings": {
15+
"name": {
16+
"en-GB": "Invisible railings",
17+
"nl-NL": "Onzichtbare ondersteuningen"
18+
}
19+
}
20+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"id": "rct1.ll.railings.bamboo",
3+
"authors": ["Chris Sawyer", "Simon Foster"],
4+
"version": "1.0",
5+
"sourceGame": "rct1ll",
6+
"objectType": "footpath_railings",
7+
"properties": {
8+
"hasElevatedPathImages": true,
9+
"supportType": "pole",
10+
"scrollingMode": 0,
11+
"colour": "yellow"
12+
},
13+
"images": [
14+
{ "path": "preview.png", "x": 1, "y": 1 },
15+
"$CSG[44822..44835]",
16+
"$CSG[44808..44821]",
17+
"$CSG[44716..44723]",
18+
"$CSG[45238..45257]",
19+
"$G1[3658..3674]"
20+
],
21+
"strings": {
22+
"name": {
23+
"en-GB": "Bamboo Railings (yellow)",
24+
"nl-NL": "Ondersteuningen van bamboo (geel)"
25+
}
26+
}
27+
}
2.63 KB
Loading
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"id": "rct1.ll.railings.space",
3+
"authors": ["Chris Sawyer", "Simon Foster"],
4+
"version": "1.0",
5+
"sourceGame": "rct1ll",
6+
"objectType": "footpath_railings",
7+
"properties": {
8+
"hasElevatedPathImages": true,
9+
"supportType": "pole",
10+
"scrollingMode": 0,
11+
"colour": "grey"
12+
},
13+
"images": [
14+
{ "path": "preview.png", "x": 1, "y": 1 },
15+
"$CSG[44794..44807]",
16+
"$CSG[44780..44793]",
17+
"$CSG[44716..44723]",
18+
"$CSG[45218..45237]",
19+
"$CSG[44917..44933]"
20+
],
21+
"strings": {
22+
"name": {
23+
"en-GB": "Space Style Railings (grey supports)",
24+
"en-US": "Space Style Railings (gray supports)"
25+
}
26+
}
27+
}
2.52 KB
Loading
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"id": "rct1.aa.pathsurface.ash",
3+
"authors": ["Chris Sawyer", "Simon Foster"],
4+
"version": "1.0",
5+
"sourceGame": "rct1aa",
6+
"objectType": "footpath_surface",
7+
"properties": {
8+
"noSlopeRailings": true
9+
},
10+
"images": [
11+
{ "path": "preview.png", "x": 1, "y": 1 },
12+
"$CSG[44391..44441]"
13+
],
14+
"strings": {
15+
"name": {
16+
"en-GB": "Ash Footpath",
17+
"fr-FR": "Allée en bois",
18+
"de-DE": "Aschefußweg",
19+
"es-ES": "Sendero de ceniza",
20+
"it-IT": "Sentiero di cenere",
21+
"nl-NL": "Voetpad met aslaag",
22+
"sv-SE": "Gångväg av aska",
23+
"ko-KR": "잿더미 보도",
24+
"zh-CN": "梣木步道",
25+
"zh-TW": "梣木步道",
26+
"pt-BR": "Caminho de Cascalho",
27+
"cs-CZ": "Popelavá cesta",
28+
"ja-JP": "灰色の歩道",
29+
"pl-PL": "Dróżka żwirowa",
30+
"ru-RU": "Гравий",
31+
"ar-EG": "ممشي رماد",
32+
"eo-OO": "Trotuaro el Cindropovo"
33+
}
34+
}
35+
}
1.09 KB
Loading
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"id": "rct1.aa.pathsurface.queue.green",
3+
"authors": ["Chris Sawyer", "Simon Foster"],
4+
"version": "1.0",
5+
"sourceGame": "rct1aa",
6+
"objectType": "footpath_surface",
7+
"properties": {
8+
"isQueue": true
9+
},
10+
"images": [
11+
{ "path": "preview.png", "x": 1, "y": 1 },
12+
"$CSG[43331..43350]"
13+
],
14+
"strings": {
15+
"name": {
16+
"en-GB": "Queue (Green)",
17+
"nl-NL": "Wachtrij (groen)"
18+
}
19+
}
20+
}
1.29 KB
Loading
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"id": "rct1.aa.pathsurface.queue.red",
3+
"authors": ["Chris Sawyer", "Simon Foster"],
4+
"version": "1.0",
5+
"sourceGame": "rct1aa",
6+
"objectType": "footpath_surface",
7+
"properties": {
8+
"isQueue": true
9+
},
10+
"images": [
11+
{ "path": "preview.png", "x": 1, "y": 1 },
12+
"$CSG[43251..43270]"
13+
],
14+
"strings": {
15+
"name": {
16+
"en-GB": "Queue (Red)",
17+
"nl-NL": "Wachtrij (rood)"
18+
}
19+
}
20+
}

0 commit comments

Comments
 (0)