Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
102 changes: 83 additions & 19 deletions Mods/adventureMapVertical/Content/config/widgets/adventureMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
"generateSmall" : true,
"area" : {
"top" : 32,
"left" : 16,
"left" : 10,
"width" : 32,
"height" : 32
}
Expand All @@ -419,7 +419,7 @@
"hideWhen" : "mapLayerSurface",
"area" : {
"top" : 32,
"left" : 64,
"left" : 58,
"width" : 32,
"height" : 32
},
Expand Down Expand Up @@ -447,7 +447,7 @@
"hideWhen" : "mapLayerUnderground",
"area" : {
"top" : 32,
"left" : 64,
"left" : 58,
"width" : 32,
"height" : 32
},
Expand Down Expand Up @@ -475,14 +475,14 @@
"hideWhen" : "mapLayerOther",
"area" : {
"top" : 32,
"left" : 64,
"left" : 58,
"width" : 32,
"height" : 32
},
"items" : [
{
"type" : "adventureMapButton",
"name" : "worldViewOther",
"name" : "worldViewOther1",
"image" : "buttons/iam-layers.def",
"help" : "core.help.294",
"hotkey" : "adventureToggleMapLevel",
Expand All @@ -509,7 +509,7 @@
"generateSmall" : true,
"area" : {
"top" : 80,
"left" : 16,
"left" : 10,
"width" : 32,
"height" : 32
}
Expand All @@ -519,7 +519,7 @@
"hideWhen" : "heroAwake",
"area" : {
"top" : 80,
"left" : 64,
"left" : 58,
"width" : 32,
"height" : 32
},
Expand Down Expand Up @@ -547,7 +547,7 @@
"hideWhen" : "heroSleeping",
"area" : {
"top" : 80,
"left" : 64,
"left" : 58,
"width" : 32,
"height" : 32
},
Expand Down Expand Up @@ -575,7 +575,7 @@
"hideWhen" : "heroGround",
"area" : {
"top" : 128,
"left" : 16,
"left" : 10,
"width" : 32,
"height" : 32
},
Expand Down Expand Up @@ -603,7 +603,7 @@
"hideWhen" : "heroBoat",
"area" : {
"top" : 128,
"left" : 16,
"left" : 10,
"width" : 32,
"height" : 32
},
Expand Down Expand Up @@ -637,7 +637,7 @@
"generateSmall" : true,
"area" : {
"top" : 128,
"left" : 64,
"left" : 58,
"width" : 32,
"height" : 32
}
Expand All @@ -653,7 +653,7 @@
"generateSmall" : true,
"area" : {
"top" : 32,
"left" : 112,
"left" : 106,
"width" : 32,
"height" : 32
}
Expand All @@ -669,7 +669,7 @@
"generateSmall" : true,
"area" : {
"top" : 80,
"left" : 112,
"left" : 106,
"width" : 32,
"height" : 32
}
Expand All @@ -685,7 +685,7 @@
"generateSmall" : true,
"area" : {
"top" : 128,
"left" : 112,
"left" : 106,
"width" : 32,
"height" : 32
}
Expand All @@ -701,7 +701,7 @@
"generateSmall" : true,
"area" : {
"top" : 32,
"left" : 160,
"left" : 154,
"width" : 32,
"height" : 32
}
Expand All @@ -717,7 +717,7 @@
"generateSmall" : true,
"area" : {
"top" : 80,
"left" : 160,
"left" : 154,
"width" : 32,
"height" : 32
}
Expand All @@ -733,7 +733,71 @@
"generateSmall" : true,
"area" : {
"top" : 128,
"left" : 160,
"left" : 154,
"width" : 64,
"height" : 32
}
},
{
"type" : "adventureMapButton",
"name" : "buttonPuzzle",
"image" : "buttons/iam-puzzle.def",
"hotkey" : "adventureViewPuzzle",
"help" : "core.help.371",
"playerColored" : true,
"generateFromBaseImage" : "iam-puzzle",
"generateSmall" : true,
"area" : {
"top" : 32,
"left" : 202,
"width" : 32,
"height" : 32
}
},
{
"type" : "adventureMapButton",
"name" : "buttonMarket",
"image" : "buttons/iam-market.def",
"hotkey" : "adventureMarketplace",
"help" : "core.help.594",
"playerColored" : true,
"generateFromBaseImage" : "iam-market",
"generateSmall" : true,
"area" : {
"top" : 80,
"left" : 202,
"width" : 32,
"height" : 32
}
},
{
"type" : "adventureMapButton",
"name" : "buttonWorld",
"image" : "buttons/iam-world.def",
"hotkey" : "adventureViewWorld",
"help" : "core.help.370",
"playerColored" : true,
"generateFromBaseImage" : "iam-world",
"generateSmall" : true,
"area" : {
"top" : 128,
"left" : 202,
"width" : 64,
"height" : 32
}
},
{
"type" : "adventureMapButton",
"name" : "buttonDig",
"image" : "buttons/iam-dig.def",
"hotkey" : "adventureDigGrail",
"help" : "core.help.373",
"playerColored" : true,
"generateFromBaseImage" : "iam-dig",
"generateSmall" : true,
"area" : {
"top" : 32,
"left" : 250,
"width" : 64,
"height" : 32
}
Expand Down Expand Up @@ -1451,7 +1515,7 @@
"items" : [
{
"type" : "adventureMapButton",
"name" : "worldViewOther",
"name" : "worldViewOther2",
"image" : "buttons/iam-layers.def",
"playerColored" : true,
"hotkey" : "adventureToggleMapLevel",
Expand Down Expand Up @@ -1610,4 +1674,4 @@
]
}
]
}
}
5 changes: 4 additions & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
"name" : "VCMI extras",
"description" : "Collection of enhancements and fixes for VCMI interface and gameplay:<br><br>• <b>Extended lobby options</b><br> Adds template selection, map size buttons (H/XH/G), chess timer, and support for simultaneous turns<br><br>• <b>Revisit & Search buttons</b><br> Adds buttons to revisit the current object and perform contextual searches on the adventure map<br><br>• <b>Quick Exchange</b><br> Improves the hero exchange screen with one-click swap buttons for all creatures and artifacts<br><br>• <b>Vertical layout (portrait mode)</b><br> Optimizes the adventure map interface for vertical screen orientation (portrait mode)<br><br>• <b>Bonus icons</b><br> Adds visual indicators for unit bonuses and special abilities<br><br>• <b>Spell immunity icons</b><br> Displays spell immunity icons for creatures during combat<br><br>• <b>Emoji support</b><br> Enables emoji font rendering in the in-game chat",
"author" : "VCMI Team",
"version" : "3.8.1",
"version" : "3.8.2",
"contact" : "http://forum.vcmi.eu/index.php",
"modType" : "Graphical",
"changelog" : {
"3.8.2" : [
"Added new buttons to vertical layout"
],
"3.8.1" : [
"Added maximum damage icon"
],
Expand Down