File tree Expand file tree Collapse file tree 4 files changed +30
-1
lines changed
openrct2.music.prehistoric Expand file tree Collapse file tree 4 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 3131 "samples" : [
3232 " replacements/openrct2.music.blizzard/music/0.flac"
3333 ]
34+ },
35+ {
36+ "id" : " rct2.music.jurassic" ,
37+ "samples" : [
38+ " replacements/openrct2.music.prehistoric/music/0.flac"
39+ ]
3440 }
3541 ],
3642 "strings" : {
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Since the merry-go-round music is a playlist of fairground organ this might requ
3131| | Horror style | Thriller style | Alternative |
3232| openrct2.music.blizzard | Ice style | Blizzard style | Alternative | Finished | [ karst] ( https://github.com/karst ) | ✔
3333| | Jungle drums style | Swamp style | Alternative |
34- | | Jurassic style | Pre-history style | Alternative |
34+ | openrct2.music.prehistoric | Jurassic style | Prehistoric style | Alternative | Finished | [ Flyxxpy ] ( https://github.com/Flyxxpy ) | ✔
3535| openrct2.music.extraterrestrial | Martian style | Extraterrestrial style | Alternative | Finished | [ karst] ( https://github.com/karst ) | ✔
3636| | Mechanical style | Club style | Alternative |
3737| openrct2.music.medieval | Medieval style | Miners style | Alternative |
Original file line number Diff line number Diff line change 1+ {
2+ "id" : " openrct2.music.prehistoric" ,
3+ "sourceGame" :" official" ,
4+ "authors" : [
5+ " Flyxxpy"
6+ ],
7+ "version" : " 1.0" ,
8+ "objectType" : " music" ,
9+ "properties" : {
10+ "tracks" : [
11+ {
12+ "source" : " music/0.flac" ,
13+ "name" : " The Ancient Lands" ,
14+ "composer" : " Flyxxpy"
15+ }
16+ ]
17+ },
18+ "strings" : {
19+ "name" : {
20+ "en-GB" : " Prehistoric style"
21+ }
22+ }
23+ }
You can’t perform that action at this time.
0 commit comments