Skip to content

Commit f9298b6

Browse files
authored
Add blizzard style
1 parent 92f3f46 commit f9298b6

File tree

4 files changed

+28
-1
lines changed

4 files changed

+28
-1
lines changed

openrct2.music.alternative.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
"samples": [
2020
"replacements/openrct2.music.acid/music/0.flac"
2121
]
22+
},
23+
{
24+
"id": "rct2.music.ice",
25+
"samples": [
26+
"replacements/openrct2.music.blizzard/music/0.flac"
27+
]
2228
}
2329
],
2430
"strings": {

replacements/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Since the merry-go-round music is a playlist of fairground organ this might requ
2929
| | Fantasy style | Magic style | Alternative |
3030
| | Gentle style | Soft style | Alternative |
3131
| | Horror style | Thriller style | Alternative |
32-
| | Ice style | Frost style | Alternative |
32+
| openrct2.music.blizzard | Ice style | Blizzard style | Alternative | Finished | [karst](https://github.com/karst) | ✔
3333
| | Jungle drums style | Swamp style | Alternative |
3434
| | Jurassic style | Pre-history style | Alternative |
3535
| | Martian style | Alien style | Alternative |
26.4 MB
Binary file not shown.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"id": "openrct2.music.blizzard",
3+
"sourceGame": "official",
4+
"authors": ["Karst van Galen Last", "Jan Büchner"],
5+
"version": "1.0",
6+
"objectType": "music",
7+
"properties": {
8+
"tracks": [
9+
{
10+
"source": "music/0.flac",
11+
"name": "Snowbound (OpenRCT2 Edit)",
12+
"composer": "Silver Aura, Jalmaan, Greyfade"
13+
}
14+
]
15+
},
16+
"strings": {
17+
"name": {
18+
"en-GB": "Blizzard style"
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)