Skip to content

Commit 996e5ac

Browse files
authored
Merge pull request #25 from Flyxxpy/master
Add Prehistoric style
2 parents c2acfe1 + 583b58a commit 996e5ac

File tree

4 files changed

+30
-1
lines changed

4 files changed

+30
-1
lines changed

openrct2.music.alternative.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
"samples": [
3232
"replacements/openrct2.music.blizzard/music/0.flac"
3333
]
34+
},
35+
{
36+
"id": "rct2.music.jurassic",
37+
"samples": [
38+
"replacements/openrct2.music.prehistoric/music/0.flac"
39+
]
3440
}
3541
],
3642
"strings": {

replacements/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Since the merry-go-round music is a playlist of fairground organ this might requ
3131
| | Horror style | Thriller style | Alternative |
3232
| openrct2.music.blizzard | Ice style | Blizzard style | Alternative | Finished | [karst](https://github.com/karst) | ✔
3333
| | Jungle drums style | Swamp style | Alternative |
34-
| | Jurassic style | Pre-history style | Alternative |
34+
| openrct2.music.prehistoric | Jurassic style | Prehistoric style | Alternative | Finished | [Flyxxpy](https://github.com/Flyxxpy) | ✔
3535
| openrct2.music.extraterrestrial | Martian style | Extraterrestrial style | Alternative | Finished | [karst](https://github.com/karst) | ✔
3636
| | Mechanical style | Club style | Alternative |
3737
| openrct2.music.medieval | Medieval style | Miners style | Alternative |
14.3 MB
Binary file not shown.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"id": "openrct2.music.prehistoric",
3+
"sourceGame":"official",
4+
"authors": [
5+
"Flyxxpy"
6+
],
7+
"version": "1.0",
8+
"objectType": "music",
9+
"properties": {
10+
"tracks": [
11+
{
12+
"source": "music/0.flac",
13+
"name": "The Ancient Lands",
14+
"composer": "Flyxxpy"
15+
}
16+
]
17+
},
18+
"strings": {
19+
"name": {
20+
"en-GB": "Prehistoric style"
21+
}
22+
}
23+
}

0 commit comments

Comments
 (0)