Skip to content

Commit

Permalink
Re-introduce RCT1 road
Browse files Browse the repository at this point in the history
  • Loading branch information
Gymnasiast committed Nov 24, 2023
1 parent e71cbcb commit 9091aaa
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"id": "rct1.footpath_surface.road",
"authors": [
"Chris Sawyer",
"Simon Foster"
],
"version": "1.0",
"sourceGame": [
"rct1"
],
"objectType": "footpath_surface",
"properties": {
"editorOnly": true,
"noSlopeRailings": true
},
"images": [
"$RCT2:OBJDATA/ROAD.DAT[71]",
"$RCT2:OBJDATA/ROAD.DAT[0..50]"
],
"strings": {
"name": {
"en-GB": "Road",
"fr-FR": "Route",
"de-DE": "Straße",
"es-ES": "Carretera",
"it-IT": "Strada",
"nl-NL": "Weg",
"sv-SE": "Väg",
"ko-KR": "도로",
"zh-CN": "道路",
"zh-TW": "道路",
"pt-BR": "Estrada",
"cs-CZ": "Silnice",
"ja-JP": "道路",
"pl-PL": "Droga",
"ru-RU": "Путь",
"ar-Eg": "طريق",
"eo-ZZ": "Strato",
"ca-ES": "Camí pavimentat"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
],
"version": "1.0",
"sourceGame": [
"rct2",
"rct1"
"rct2"
],
"objectType": "footpath_surface",
"isCompatibilityObject": true,
"properties": {
"editorOnly": true
},
Expand Down

0 comments on commit 9091aaa

Please sign in to comment.