Skip to content

Commit

Permalink
Add Rock style 4 ride music style (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
karst authored Nov 23, 2023
1 parent b6d1320 commit a6f4f55
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
Binary file added alternative/openrct2.music.rock4/music/0.flac
Binary file not shown.
41 changes: 41 additions & 0 deletions alternative/openrct2.music.rock4/object.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"id": "openrct2.music.rock4",
"sourceGame": "official",
"authors": ["Blackend Blue"],
"version": "1.0",
"objectType": "music",
"properties": {
"tracks": [
{
"source": "music/0.flac",
"name": "Rush",
"composer": "Blackend Blue"
}
]
},
"strings": {
"name": {
"en-GB": "Rock style 4",
"ca-ES": "Estil rock 4",
"cs-CZ": "Rock 4",
"da-DK": "Rock stil 4",
"de-DE": "Rock-Stil 4",
"es-ES": "Estilo rock 4",
"fi-FI": "Rokkityylinen 4",
"fr-FR": "Rock 4",
"hu-HU": "Rock stílus 4",
"it-IT": "Stile rock 4",
"ja-JP": "ロック・スタイル 4番",
"ko-KR": "록 스타일 4",
"nl-NL": "Rockstijl 4",
"pl-PL": "Styl rockowy 4",
"pt-BR": "Estilo Rock 4",
"ru-RU": "Рок 4",
"sv-SE": "Rocktema 4",
"tr-TR": "Rock tarzı 4",
"zh-CN": "摇滚风格4",
"zh-TW": "搖滾風格4",
"eo-ZZ": "Rokmuzika stilo 4"
}
}
}
6 changes: 6 additions & 0 deletions openrct2.music.alternative.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
"samples": [
"alternative/openrct2.music.prehistoric/music/0.flac"
]
},
{
"id": "rct2.music.rock1",
"samples": [
"alternative/openrct2.music.rock4/music/0.flac"
]
}
],
"strings": {
Expand Down

0 comments on commit a6f4f55

Please sign in to comment.