Skip to content

New versions of the songs from RollerCoaster Tycoon 2

License

Notifications You must be signed in to change notification settings

rmnvgr/OpenRCT2-OpenMusic

 
 

Repository files navigation

OpenRCT2/OpenMusic

This project aims to create an alternative, high quality soundtrack as replacement for, and addition to RollerCoaster Tycoon 2's soundtrack for use in OpenRCT2.

Build Status

Project discussion takes place on Discord.

Licensing

All songs provided with OpenRCT2 are by default copyrighted under CC BY-SA 4.0. Make sure that your song is CC BY-SA 4.0 or something less strict.
The following tunes are part of public domain:

  • All Ragtime styles
  • All Fairground organ styles
  • Pirate style

Progress

Claim Thread

Are you looking to contribute to this project? Please check out the Discussion for claiming what tunes you want to replace. Additional music is always welcome, too as long as it fits the project.
Discussion page: OpenRCT2#24

PR contributions

Localisation

Translations are welcome to be done at any time. You can find the names of all files under "strings" in the object.json file of each object folder. These will be located under the folders of either alternative or additions.

Please add the correct string name for your language. List:

en-GB: Default / English (GB)
ar-EG: Arabic (Egypt)
ca-ES: Catalan (Spain)
cs-CZ: Chzech
da-DK: Danish
de-DE: German
en-US: English (USA)
eo-ZZ: Esperanto
es-ES: Spanish (Spain)
fi-FI: Finnish
fr-CA: French (Canada)
hu-HU: Hungarian
it-IT: Italian
ja-JP: Japanese
ko-KR: Korean
nb-NO: Bokmål (Norway)
nl-NL: Dutch
pl-PL: Polish
pt-BR: Portugese (Brazil)
ru-RU: Russian
sv-SE: Swedish
tr-TR: Turkish
vi-VN: Vietnamese
zh-CN: Chinese (Simplified, People's Republic of China)
zh-TW: Chinese (Traditional, Taiwan)

Music

Follow the following steps to ensure everything is right:

  • Is the tune a replacement or an addition? If a replacement please claim the tune in the thread listed above.
  • If the tune is a cover or an alternative tune make sure to edit openrct2.music.alternative.json or openrct2.music.cover.json respectively. Use the other listings in that file as a base. Please check the code on JSONlint to see if the code is valid. Beware: JSON is stingy about comma's.
  • If the tune is an alternative or additional tune please include an object.json file and fill out the code template listed below.

Tip: You can create custom music files on GOES


Code template for object.json:

{
    "id": "openrct2.music.<style>",
    "sourceGame":"official",
    "authors": [
        "<Full Name>"
    ],
    "version": "1.0",
    "objectType": "music",
    "properties": {
        "tracks": [
            {
                "source": "music/0.flac",
                "name": "<Song Name>",
                "composer": "<Artist name>"
            }
        ]
    },
    "strings": {
        "name": {
            "en-GB": "<Style> style"
        }
    }
}

Replace the following:
<style> with the name of the style.
<Full Name> with your full name, add multiple if more people.
<Artist Name - Song Name> with the artist name and songname seperated by a dash.

OpenMusic is a project of OpenRCT2 ©2014-2023

About

New versions of the songs from RollerCoaster Tycoon 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.4%
  • LilyPond 30.9%
  • Shell 1.7%