Skip to content

Commit a5d1980

Browse files
committed
Add factor to determine ‘niceness’ of music
1 parent d485040 commit a5d1980

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

objects/rct2/music/rct2.music.dodgems.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"objectType": "music",
88
"properties": {
99
"originalStyleId": 0,
10+
"niceFactor": -1,
1011
"tracks": [
1112
{
1213
"source": "$RCT2:DATA/css3.dat",

objects/rct2/music/rct2.music.fairground.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"objectType": "music",
88
"properties": {
99
"rideTypes": ["merry_go_round"],
10+
"niceFactor": 1,
1011
"tracks": [
1112
{
1213
"source": "$RCT2:DATA/css4.dat",

objects/rct2/music/rct2.music.organ.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"objectType": "music",
88
"properties": {
99
"originalStyleId": 27,
10+
"niceFactor": 1,
1011
"tracks": [
1112
{
1213
"source": "$RCT2:DATA/css41.dat",

0 commit comments

Comments
 (0)