Skip to content

Commit 3428587

Browse files
Add minimap and screenshot images to scenario text objects (#386)
* Add minimap and screenshot images to scenario text objects; rename to scenario meta * Add scenario meta files for RCT1 DLC competition scenarios
1 parent 828e638 commit 3428587

File tree

537 files changed

+2957
-489
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

537 files changed

+2957
-489
lines changed
2.78 KB
Loading
13.2 KB
Loading
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"id": "rct1dlc.scenario_meta.bobsled_roller_coaster_competition",
3+
"authors": [
4+
"Chris Sawyer"
5+
],
6+
"version": "1.0",
7+
"sourceGame": "official",
8+
"objectType": "scenario_meta",
9+
"images": [
10+
{
11+
"path": "images/minimap.png",
12+
"palette": "keep",
13+
"format": "raw"
14+
},
15+
{
16+
"path": "images/screenshot.png",
17+
"palette": "keep",
18+
"format": "raw"
19+
}
20+
],
21+
"strings": {
22+
"name": {
23+
"en-GB": "Bobsled Roller Coaster Competition"
24+
},
25+
"park_name": {
26+
"en-GB": "Competition Land"
27+
},
28+
"details": {
29+
"en-GB": ""
30+
}
31+
}
32+
}
1.14 KB
Loading
9.55 KB
Loading
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"id": "rct1dlc.scenario_meta.competition_land_1",
3+
"authors": [
4+
"Chris Sawyer"
5+
],
6+
"version": "1.0",
7+
"sourceGame": "official",
8+
"objectType": "scenario_meta",
9+
"images": [
10+
{
11+
"path": "images/minimap.png",
12+
"palette": "keep",
13+
"format": "raw"
14+
},
15+
{
16+
"path": "images/screenshot.png",
17+
"palette": "keep",
18+
"format": "raw"
19+
}
20+
],
21+
"strings": {
22+
"name": {
23+
"en-GB": "Competition Land 1"
24+
},
25+
"park_name": {
26+
"en-GB": "Competition Land"
27+
},
28+
"details": {
29+
"en-GB": ""
30+
}
31+
}
32+
}
2.76 KB
Loading
13 KB
Loading
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"id": "rct1dlc.scenario_meta.competition_land_2",
3+
"authors": [
4+
"Chris Sawyer"
5+
],
6+
"version": "1.0",
7+
"sourceGame": "official",
8+
"objectType": "scenario_meta",
9+
"images": [
10+
{
11+
"path": "images/minimap.png",
12+
"palette": "keep",
13+
"format": "raw"
14+
},
15+
{
16+
"path": "images/screenshot.png",
17+
"palette": "keep",
18+
"format": "raw"
19+
}
20+
],
21+
"strings": {
22+
"name": {
23+
"en-GB": "Competition Land 2"
24+
},
25+
"park_name": {
26+
"en-GB": "Competition Land"
27+
},
28+
"details": {
29+
"en-GB": ""
30+
}
31+
}
32+
}
3.41 KB
Loading

0 commit comments

Comments
 (0)