Skip to content

Commit 86547d7

Browse files
authored
Merge pull request #13 from GeorgeK1ng/vcmi-1.6
Demo compatibility support
2 parents 4e4317d + 6c5cb80 commit 86547d7

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

Grove/content/Data/grove/Thumbs.db

-13 KB
Binary file not shown.
-22 KB
Binary file not shown.
Binary file not shown.

Grove/content/config/grove/town.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@
486486
"waterElemental" : 4
487487
},
488488
"guildWindow" : "grove/town-screen/mage-guild.bmp",
489-
"hallBackground" : "TPTHBKFR",
489+
"hallBackground" : "grove/town-screen/hallBackground.bmp",
490490
"hallSlots" : [
491491
[ [ "villageHall", "townHall", "cityHall", "capitol" ], [ "fort", "citadel", "castle" ], [ "tavern" ], [ "blacksmith" ] ],
492492
[ [ "marketplace", "resourceSilo" ], [ "mageGuild1", "mageGuild2", "mageGuild3", "mageGuild4", "mageGuild5" ], [ "shipyard" ] ],

Grove/mod.json

+10-9
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description" : "New town made by New Grove Team & Trith",
44
"author" : "New Grove Team & Trith, mod : Kuririn & Pointer, fixes: avatar, Alyx182008",
55
"contact" : "http://www.grovetown.acidcave.net/indexen.htm",
6-
"version" : "1.32",
6+
"version" : "1.33",
77
"compatibility" :
88
{
99
"min" : "1.6.0"
@@ -45,7 +45,8 @@
4545
]
4646
},
4747
"changelog" :
48-
{
48+
{
49+
"1.33" : [ "Minor fixes" ],
4950
"1.32" : [ "French translation by Fabrice-TIERCELIN" ],
5051
"1.31" : [ "Fix Grail not to produce gold" ],
5152
"1.30" : [ "Update to vcmi-1.6 format" ],
@@ -57,12 +58,12 @@
5758
"1.23" : [ "Update to vcmi-1.4 format" ],
5859
"1.22" : [ "Chinese translation update by Rindlit" ],
5960
"1.21" : [ "Small graphic fixes" ],
60-
"1.20" : [ "Polish translation by Dru" ],
61+
"1.20" : [ "Polish translation by Dru" ],
6162
"1.19" : [ "Update to vcmi-1.3" ],
6263
"1.18" : [ "Chinese translation from https://www.h3wog.com/thread-77661-1-1.html" ],
63-
"1.17" : [ "Update to vcmi-1.2" ],
64+
"1.17" : [ "Update to vcmi-1.2" ],
6465
"1.00" : [ "Initial release" ]
65-
},
66+
},
6667
"factions" : ["config/grove/town"],
6768

6869
"creatures" :
@@ -87,10 +88,10 @@
8788
"config/grove/commander/nightstalker.json",
8889
"config/grove/creatures/stack_exp.json"
8990
],
90-
"artifacts":
91-
[
92-
"config/grove/artifacts/NightFalcon.json"
93-
],
91+
"artifacts":
92+
[
93+
"config/grove/artifacts/NightFalcon.json"
94+
],
9495

9596
"heroClasses" :
9697
[

0 commit comments

Comments
 (0)