Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Rock style 4 ride music style #50

Merged
merged 1 commit into from
Nov 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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