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

Fairground organ style + 2 #26

Merged
merged 24 commits into from
May 6, 2023
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
110 changes: 110 additions & 0 deletions additional/openrct2.music.fairground2/object.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
{
"id": "openrct2.music.fairground2",
"sourceGame": "official",
"authors": ["Karst van Galen Last", "Herman Riddering"],
"version": "1.0",
"objectType": "music",
"properties": {
"tracks": [
{
"source": "music/0.flac",
"name": "Unknown"
},
{
"source": "music/1.flac",
"name": "Unknown"
},
{
"source": "music/2.flac",
"name": "Unknown"
},
{
"source": "music/3.flac",
"name": "Unknown"
},
{
"source": "music/4.flac",
"name": "Unknown"
},
{
"source": "music/5.flac",
"name": "Berliner Luft",
"composer": "Paul Lincke"
},
{
"source": "music/6.flac",
"name": "Unknown"
},
{
"source": "music/7.flac",
"name": "Unknown"
},
{
"source": "music/8.flac",
"name": "Unknown"
},
{
"source": "music/9.flac",
"name": "Unknown"
},
{
"source": "music/10.flac",
"name": "Unter dem Doppeladler",
"composer": "Josef Franz Wagner"
},
{
"source": "music/11.flac",
"name": "Unknown"
},
{
"source": "music/12.flac",
"name": "Unknown"
},
{
"source": "music/13.flac",
"name": "Unknown"
},
{
"source": "music/14.flac",
"name": "Unknown"
},
{
"source": "music/15.flac",
"name": "Unknown"
},
{
"source": "music/16.flac",
"name": "Unknown"
},
{
"source": "music/17.flac",
"name": "Colonel Bogey March",
"composer": "Traditional"
}
]
},
"strings": {
"name": {
"en-GB": "Fairground organ style 2",
"ca-ES": "Estil orgue de fira 2",
"cs-CZ": "Tržnice 2",
"da-DK": "Karnevalsmusik stil 2",
"de-DE": "Jahrmarktsorgelstil 2",
"fr-FR": "Orgue champ de foire 2",
"hu-HU": "Vásári orgona stílus 2",
"it-IT": "Stile organo da fiera 2",
"ja-JP": "フェアグラウンドオルガン・スタイル 2番",
"ko-KR": "축제 오르간 스타일 2",
"nl-NL": "Kermisorgelstijl 2",
"pl-PL": "Styl organów wesołego miasteczka 2",
"pt-BR": "Estilo Órgão de Parque de Diversões 2",
"ru-RU": "Ярмарочный стиль 2",
"sv-SE": "Tivolitema 2",
"tr-TR": "Atlıkarınca tarzı 2",
"zh-CN": "游乐场风琴风格2",
"zh-TW": "遊樂場風琴風格2",
"eo-ZZ": "Foirejo-orgeno-stilo 2",
"fi-FI": "Karusellimusiikin tyylinen 2"
}
}
}
2 changes: 2 additions & 0 deletions build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ async function main() {
includeDirectories: true
});
for (const dir of objectDirectories) {
await createMusicObject(path.join('additional', dir));
await createMusicObject(path.join('alternative', dir));
}
await createAssetPack('openrct2.music.alternative.json');
await createAssetPack('openrct2.music.cover.json');
await createPackage();
await rm('temp');
}
Expand Down
22 changes: 22 additions & 0 deletions openrct2.music.cover.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"id": "openrct2.music.cover",
"version": "1.0",
"objects": [
{
"id": "rct2.music.fairground",
"samples": [
"replacements/openrct2.music.fairground/das_alpenhorn.flac",
"replacements/openrct2.music.fairground/slavonic_dance.flac"
karst marked this conversation as resolved.
Show resolved Hide resolved
karst marked this conversation as resolved.
Show resolved Hide resolved
]
}
],
"strings": {
"name": {
"en-GB": "OpenRCT2 Music (Cover)"
karst marked this conversation as resolved.
Show resolved Hide resolved
},
"description": {
"en-GB": "Covers of public domain ride music for OpenRCT2.",
"pt-BR": "Covers de músicas de atração de domínio público para o OpenRCT2"
}
}
}
Binary file not shown.
Binary file not shown.