Skip to content

Commit ac8951c

Browse files
committed
Refugee compatibility support
1 parent 7d077d5 commit ac8951c

File tree

10 files changed

+52
-15
lines changed

10 files changed

+52
-15
lines changed

Diff for: 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.ogg" ]
6+
"musicTheme" : [ "music/CstleTown" ]
77
}
88
}
99
}

Diff for: 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.ogg" ]
6+
"musicTheme" : [ "music/Dungeon" ]
77
}
88
}
99
}

Diff for: 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.ogg" ]
6+
"musicTheme" : [ "music/NecroTown" ]
77
}
88
}
99
}

Diff for: content/config/mainmenu.json

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
[
2727
{"x": 644, "y": 70, "center" : true, "name":"MMENUNG", "shortcut" : "mainMenuNewGame", "help": 3, "command": "to new"},
2828
{"x": 645, "y": 192, "center" : true, "name":"MMENULG", "shortcut" : "mainMenuLoadGame", "help": 4, "command": "to load"},
29-
{"x": 643, "y": 296, "center" : true, "name":"MMENUHS", "shortcut" : "mainMenuHighScores", "help": 5, "command": "highscores"},
3029
{"x": 643, "y": 414, "center" : true, "name":"MMENUCR", "shortcut" : "mainMenuCredits", "help": 6, "command": "to credits"},
3130
{"x": 643, "y": 520, "center" : true, "name":"MMENUQT", "shortcut" : "mainMenuQuit", "help": 7, "command": "exit"}
3231
]

Diff for: mod.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"changelog" :
1919
{
20-
"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 towns compatibility", "Added HQ Music mod compatibility", "Added Antagarich Burning compatibility" ],
20+
"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" ],
2121
"0.2" : [ "Fixed factions configs", "Added main menu config", "Added Czech and Polish translations" ],
2222
"0.1" : [ "Initial release" ]
2323
},

Diff for: mods/fieryLand/content/config/terrains.json

-6
This file was deleted.

Diff for: mods/refugee/content/config/creatures.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"refugee-town:rfgcDragolem" : {
3+
"sound" :
4+
{
5+
"shoot": "ZELTSHOT.wav"
6+
}
7+
},
8+
"refugee-town:rfgcDragolemUp" : {
9+
"sound" :
10+
{
11+
"shoot": "ZELTSHOT.wav"
12+
}
13+
}
14+
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name" : "Heroes III Demo - Fiery terrain fix",
2+
"name" : "Heroes III Demo - Refugee fix",
33
"description": "",
44
"author" : "misiokles, SXX, George King",
55
"contact" : "",
@@ -8,10 +8,10 @@
88
"modType" : "Compatibility",
99
"version" : "1.0",
1010
"depends" : [
11-
"newtown-terrains.fierylandterrain"
11+
"refugee-town"
1212
],
13-
"terrains":
13+
"creatures" :
1414
[
15-
"config/terrains.json"
15+
"config/creatures.json"
1616
]
1717
}

Diff for: mods/tartarus/content/config/creatures.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"tartarus-town:tcommander" : {
3+
"sound" :
4+
{
5+
"attack": "ZELTATTK.wav",
6+
"defend": "ZELTDFND.wav",
7+
"killed": "ZELTKILL.wav",
8+
"move": "ZELTMOVE.wav",
9+
"shoot": "ZELTSHOT.wav",
10+
"wince": "ZELTWNCE.wav"
11+
}
12+
}
13+
}

Diff for: mods/tartarus/mod.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name" : "Heroes III Demo - Tartarus fix",
3+
"description": "",
4+
"author" : "misiokles, SXX, George King",
5+
"contact" : "",
6+
"licenseName" : "Creative Commons Attribution-ShareAlike",
7+
"licenseURL" : "http://creativecommons.org/licenses/by-sa/4.0/deed",
8+
"modType" : "Compatibility",
9+
"version" : "1.0",
10+
"depends" : [
11+
"tartarus-town"
12+
],
13+
"creatures" :
14+
[
15+
"config/creatures.json"
16+
]
17+
}

0 commit comments

Comments
 (0)