Skip to content

Commit fd8bb6c

Browse files
committed
Sounds mapping to existing sounds instead nothing
1 parent ac8951c commit fd8bb6c

File tree

11 files changed

+5
-12
lines changed

11 files changed

+5
-12
lines changed

content/config/mac-demo-support/factions/castle.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"town" :
55
{
6-
"musicTheme" : [ "music/CstleTown" ]
6+
"musicTheme" : [ "music/StrongHold" ]
77
}
88
}
99
}

content/config/mac-demo-support/factions/dungeon.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"town" :
55
{
6-
"musicTheme" : [ "music/Dungeon" ]
6+
"musicTheme" : [ "music/StrongHold" ]
77
}
88
}
99
}

content/config/mac-demo-support/factions/necropolis.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"town" :
55
{
6-
"musicTheme" : [ "music/NecroTown" ]
6+
"musicTheme" : [ "music/StrongHold" ]
77
}
88
}
99
}
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,34 @@
11
{
22
"core:sand" :
33
{
4-
//"music" : [ "music/null" ]
54
"music" : [ "Dirt.mp3" ]
65
},
76
"core:grass" :
87
{
9-
//"music" : [ "music/null" ]
108
"music" : [ "Dirt.mp3" ]
119
},
1210
"core:snow" :
1311
{
14-
//"music" : [ "music/null" ]
1512
"music" : [ "Dirt.mp3" ]
1613
},
1714
"core:swamp" :
1815
{
19-
//"music" : [ "music/null" ]
2016
"music" : [ "Dirt.mp3" ]
2117
},
2218
"core:rough" :
2319
{
24-
//"music" : [ "music/null" ]
2520
"music" : [ "Dirt.mp3" ]
2621
},
2722
"core:subterra" :
2823
{
29-
//"music" : [ "music/null" ]
3024
"music" : [ "Dirt.mp3" ]
3125
},
3226
"core:lava" :
3327
{
34-
//"music" : [ "music/null" ]
3528
"music" : [ "Dirt.mp3" ]
3629
},
3730
"core:rock" :
3831
{
39-
//"music" : [ "music/null" ]
4032
"music" : [ "Dirt.mp3" ]
4133
}
4234
}

content/music/CstleTown.ogg

Whitespace-only changes.

content/music/Dungeon.ogg

Whitespace-only changes.

content/music/ElemTown.ogg

Whitespace-only changes.

content/music/FortressTown.ogg

Whitespace-only changes.

content/music/InfernoTown.ogg

Whitespace-only changes.

content/music/NecroTown.ogg

Whitespace-only changes.

mod.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"licenseName" : "Creative Commons Attribution-ShareAlike",
77
"licenseURL" : "http://creativecommons.org/licenses/by-sa/4.0/deed",
88
"modType" : "Other",
9-
"version" : "0.3",
9+
"version" : "0.4",
1010
"softDepends" : [
1111
"hota",
1212
"hota.confluxvaultofashes",
@@ -17,6 +17,7 @@
1717
],
1818
"changelog" :
1919
{
20+
"0.4" : [ "Castle, Dungeon, Necropolis music theme is now Stronghold theme which exist in Demo instead of nothing" ],
2021
"0.3" : [ "Added Horn of the Abyss compatibility", "Added Tides of War compatibility", "Added In The Wake of Gods compatibility", "Added New Monsters pack compatibility", "Added Moon Artifacts compatibility", "Added Asylum, Cathedral, Fairy, Haven, Refugee, Tartarus towns compatibility", "Added HQ Music mod compatibility", "Added Antagarich Burning compatibility" ],
2122
"0.2" : [ "Fixed factions configs", "Added main menu config", "Added Czech and Polish translations" ],
2223
"0.1" : [ "Initial release" ]

0 commit comments

Comments
 (0)