Author: NoXal , 14-04-2025 21:48

Hugo and Boos pass through red gate?? - Portishead - Heroes 3 map

How come Hugo and Boos can pass through the red gate on the water towards Tan territory?

Are they able to find different Red tent or it's a bug?
more...


Author: Parpinovic (Casseneuil, France), 14-04-2025 19:26

most boring map ever - L & W In The Spider Web - Heroes 3 map

i know any negative comment is always derogatory for the builder, considering the time spent on it ; moreover, this map is one of the most carefully elaborated i've seen. strong choices have been made, and one can say there's almost a scenario. but the hidden water walks are just an awful more...


Author: wasilix , 14-04-2025 18:55

- - Might and Magic - Heroes 3 map

I'd love to see the playthrough. No rush though ^_^ If you didn't change your mind, I'm happy to wait until you have the time and desire for that :) more...


Author: Karl K (Timonium, MD), 13-04-2025 22:59

You have to combine the three pieces - Hell Bursts - Heroes 3 map

Cloak of the Dragon King is a combination artifact so you have to equip all three pieces you find inside Hell. The last one you equip will offer you to create the artifact. more...


Author: Karl K (Timonium, MD), 13-04-2025 22:57

Great quests, challenge, and patterns - Hell Bursts - Heroes 3 map

Some of the best quests I’ve seen, fun patterned map structure and great cat and mouse with the Hell forces

Early game:
- I like how every lighthouse has a refugee camp next to it so you can get some crew to explore with. In general this mapmaker is great at designing with patterns that are bot
more...


Author: Terjék Péter (Hungary), 13-04-2025 19:35

player - The Eye of Osiris - Heroes 4 map

Hey i have the same problem. i cant pass that gate... i have 25 million GP yet i cant pass the gate. more...


Author: super mapka , 13-04-2025 17:10

supr mapka - Lord of The Rings 3.0 - Heroes 3 map

super mapka more...


Author: 32167 , 13-04-2025 16:06

:) - Epic Map - Heroes 3 map

The map is definitely not on the easy side. The author writes that the map has an epic difficulty level, mini bosses and final bosses.
The main goal of the early game is speed. It is advisable to get to Conflux and Factory in the central part of the map within three months. The easiest way to do th
more...


Author: MortymorRobotron (CZ), 13-04-2025 12:43

Very original - Unnarrated Story - Heroes 3 map

Great idea without a doubt! more...


Author: Art , 13-04-2025 09:43

Unreal to pass - Epic Map - Heroes 3 map

Guys, it feels terrible, when the computer players start with +over 10 to all basic skills. Hiding in the chuch is miserable. Very unkind map for people, that only want to have fun.

If this map is for professionals, please note it in the description of the map!

Pink boss after 5 months with 9
more...


Author: Cristian Mures (United Kingdom), 13-04-2025 04:41

30/2/1 ,still too much army - Gateway to Heaven 2 eng - Heroes 3 map

Finished this version in 29 months and one week ; I almost forgot some hidden creatures ,but I was sure about the main line - minimum army for certain battles (ex. 10k vampires for white tent fight vs 3 x 5k AD in no magic garnison) ...But that Hota art...I still got 2,5 millions angry birds for more...


Author: deerdren (Czechia), 12-04-2025 21:41

ahhh (thanks) - Unnarrated Story - Heroes 3 map

Guys Im sorry for all the mistakes. This was a really difficult map to test properly and seems like I still missed a bunch of things, so thanks for all the comments pointing it out more...


Author: I.C.U (Estonia), 12-04-2025 21:34

Issue - Unnarrated Story - Heroes 3 map

Not able to pass here as well more...


Author: deerdren (Czechia), 12-04-2025 19:14

sorry - Unnarrated Story - Heroes 3 map

Ye sorry about that, I'll fix it. Had a ton of these during testing and seems like I still missed some. more...


Subscribe to our Telegram Channel "maps4heroes.com" to be the first to receive NEW Maps and News for Heroes of Might & Magic 7, 6, 5, 4, 3, 2!

How can I support maps4heroes.com ?

YooMoney:
Login / Register on Maps4Heroes.com
Heroes 7 (VII) - Maps Heroes 6 (VI) - Maps Heroes 5 (V) - Maps Heroes 4 (IV) - Maps Heroes 3 (III) - Maps Heroes 2 (II) - Maps

Subscribe to our Telegram Channel "maps4heroes.com" to be the first to receive NEW Maps and News for Heroes of Might & Magic 7, 6, 5, 4, 3, 2!

Heroes 5 - HEX-codes

Here is how You change the camera:
Open up the HMM5profilesautoexec.cfg in a text editor such as notepad.
Look up these lines:
//For transparanet interface
mission_camera_limits 50 10 70 -55 -30 0 0
mission_camera_softlimits 50 11 69 -53 -32 0 0


and replace them with these new lines: //For transparent interface //mission_camera_limits fov minDistance maxDistance minPitch maxPitch minYaw maxYaw mission_camera_limits 50 10 120 -85 -5 0 0 mission_camera_softlimits 50 11 119 -83 -7 0 0 NOTE! It will not work if You load a saved game because these settings seems to be saved in to the saved games, so start a new map and it will work. This will allow You to pitch the camera from 5-85 degrees and allow You to zoom out more (120). Adjust it to Your needs if necessary. Battle change in Heroes 5: People who think that ATB icons are moving too slow (I think they realy are!), can use next thing: Add to your profiles/autoexec.cfg the following lines: setvar ATBAction_AddRemove_Time = 0.2 setvar ATBAction_FadeOut_Time = 0.2 setvar ATBAction_Move_Time = 0.2 setvar ATBBar_ScrollSpeed = 0.2 ---------------------------------------- Enabling console and basic cheats: Found a way to enable console in release version. To do so for all game profiles go to gamedirprofilesautoexec.cfg Put this as last line setvar dev_console_password = schwinge-des-todes So it will look like this ... //============================================================================ // Startup mainmenu setvar dev_console_password = schwinge-des-todes Or you can enable console for only select profile by appending same line at end of user.cfg in C:\Documents and Settings\YourWinAcc\My Documents\My Games\Heroes of Might and Magic V\Profiles\YourProfile Then you can use some cheats ingame. Press tilde key("`") to bring down console. If it doesn't work for you because you don't have the key on your keyboard, can't find it because of foreign layout, whatever, you can always edit input.cfg in your user profile dir //debug keys bind show_console '`' Edit this to something suitable for you then. Basic thing console does is tell you what ai has been doing last turn. Now, to cheats themselves. Most complex 1 is add_skill add_skill takes skill-id or name as parameter, you can find list of all 150 skills/perks/abilities names and their ids in data\data.pak\scripts\advmap-startup.lua HoMM 5 pak files are pkzip archives and as such you can access that lua scipt file using winrar/winzip etc(btw unpacking all packs will speed things up since game will access uncompressed data instead of looking in archives. You can even delete packs after that, but better move them somewhere else and keep them since we don\'t know if upcoming patches will modify archives or use overrides system). So, for example: add_skill Necromancy Pretty self-explanatory. or add_skill 19 Will give perk pathfinding You can add skills over limit it seems. E.g. more than 6 skills etc. Though you won't see them in ui, but will get benefits. add_army town nTownID, bUpgrade Will fill all hero army slots with 10 creatures of town id specified. Second param is 0 or 1 which controls whether creatures are from upgraded dwellings or not. Town ids: HEAVEN = 0 PRESERVE = 1 ACADEMY = 2 DUNGEON = 3 NECRO = 4 INFERNO = 5 E.g. add_army 5, 0 Will fill all hero army slots with 10 basic inferno creatures add_army 4, 1 will fill hero army slots with 10 upgraded Necro creatures add_all_spells Gives all spells to currently selected hero. Bypasses all skills reqs, for usage also. set_hero_luck_morale nLuck nMorale Sets luck and morale base values for current hero. For ex set_hero_luck_morale 5 3 show_player_money playernumber Outputs resource quantities of specified player into console. So you can spy on ai. E.g. show_player_money 2 show_hero_mp Shows detailed movement point stats for currently selected hero - exact quantity, stats for currently plotted path(how many points it'll take). add_exp quantity Adds quantity xp to currently selected hero. E.g. add_exp 5000 clear_money Sets all your resources to 0 add_gold quantity Sets current gold to quantity and zeroes out other resources. add_money quantity Sets all resources except gold to quantity and sets gold to quantity*1000. So add_money 100 gives 100 of everything and 100000 gold. ---------------------------------------- Some more advanced cheating in Heroes 5 using LUA scripts: Found a way to execute LUA script engine commands from console. You need to put "@" before them. Now all power of LUA scripting engine + core console commands lie at your fingertips. Revealing fog-of-war, adding any numbers of any creatures, getting specific spells. Replenish movement points. Want that funny artifact? Set any hero stats to any values. Used a trainer and screwed your game? No problem, with a couple commands you can fix your character. Encountered a critical bug and mission just won't end? Better ask what you can't do now than what you can. Unpack your paks and start looking at lua script examples. @Win() @Loose() @GiveArtefact( 'Isabell', ARTIFACT_RING_OF_HASTE ); @OpenCircleFog(64,125,0,15,PLAYER_1); Btw use this command bind showfps 'F1' Or better yet perma-bind this in your input.cfg Besides other usefull info it shows you camera coordinates which you can use to functions which require this as argument. @TeachHeroSpell("Isabell",SPELL_PHANTOM); @AddHeroCreatures( "Agrael", CREATURE_HELL_HOUND, 1000 ); ChangeHeroStat( 'Isabell', STAT_MOVE_POINTS, 30000 ); Bypass campaign-set town building limits? SetTownBuildingLimitLevel('Town3', 13, 1); Of course this is just examples most of which need to be passed different arguments. E.g. you need to know internal script hero names, town ids. Consult data/scripts first for some function syntaxis and many constants. Then start looking at actual mapscripts examples. Use search to look in data folder in files of type *.lua Script commands are CASE SENSITIVE, you must use @Win(); and not win(); or wIn();.
Your name: *
E-mail:
Your comment: *
Your favorite version of the game: Heroes Might & Magic

Subscribe to our Telegram Channel "maps4heroes.com" to be the first to receive NEW Maps and News for Heroes of Might & Magic 7, 6, 5, 4, 3, 2!

Heroes 3: Horn of the Abyss 1.6.1 - Download Section

Heroes 5 News

Heroes Kingdoms news

New campaign "566 year - The Day of Fiery Tears" for Heroes 5: Tribes of the east

Heroes 5 Manual 3.1 for the Tribes of the East

Heroes 5 Patch 3.1 for the Tribes of the East

Heroes 5 FAQ from Fabrice Cambounet

Old horse cursors Mod for Heroes 5: Tribes of the east

Heroes 5 Patch 1.6 released

The FIRST MAP "Mythical Realm" for Heroes 5: Tribes of the east

Heroes 5: Tribes of the east NOW released!

Heroes 5 hints: Mini Artifacts

Heroes 5: Tribes of The East - Orc Blood Rage ability & Screenshots

Heroes 5: Tribes of the East GC 2007 Trailer

Heroes 5: Tribes of The East - News & Screenshots

Staff reduction at Nival

Heroes 5 ToE: Dwarves alternate upgrades

Heroes 5 ToE: Academy alternate upgrades

Heroes 5 ToE: Demons and Orcs

Heroes 5 ToE: Necropolis alternate upgrades

Heroes 5 Tribes of the East: Inferno alternate upgrades

Heroes 5 Tribes of the East: Dungeon alternate upgrades

Heroes 5 Tribes of the East: Sylvan alternate upgrades

Heroes 5 Patch 1.5 released

SkillWheel in game

Heroes 5: First Official Map Contest

Heroes 5 walkthrough Hammers of Fate

Heroes 5 - The Skull of Shadows

Heroes 5 Patches 1.41+2.01 download

Heroes 5: Hammers of Fate : Cheats

Heroes 5 - New Dwarven Creatures - stats and abilities

The Heroes 5 expansion: Hammers of Fate has been released!!

Heroes 5 - Dwarven racial skills and abilities

Heroes 5 Patch 1.4 - download now !!!

Heroes 5 - Tapani's random map generator

Heroes 5 - Fortress Heroes biographies

Heroes 5 Fortress - Dwarves Faction

Heroes 5 Patch 1.3 download here - with Heroes 5 Map Editor

Heroes 5 - Renegates and Neutrals units

Heroes 5 walkthrough campaigns

Heroes 5 - Dragon Utopia. v. Haven

Heroes 5 Patch 1.2 - download now !!!

Heroes 5 Artefacts

Heroes 5 Spells and Magic

Heroes 5 - Patch 1.1 Bugfixes

Heroes 5 Hammers of Fate FAQ & New screenshots

Heroes 5 - FAQ about Hammers of fate expansion

About Heroes 5 Map Editor

FAQ by Heroes 5 producer Fabrice Cambounet

Heroes 5 - FAQ by Nival Interactive - 8 june 2006

Heroes 5 Haven Strategy

Heroes 5 - HEX-codes

Heroes 5 - DEMO

Heroes 5 - Wallpapers

Heroes of Might and Magic 5 - Music

Heroes 5 - Academy - Heroes biographies

Heroes 5 - Dungeon - Heroes biographies

Heroes 5 - Inferno - Heroes biographies

Heroes 5 - Sylvan - Heroes biographies

Heroes 5 - Olivier Ledoit Q&A

Heroes 5 - Development Letter #3: The Battlefield

Heroes 5 - Necropolis - Heroes biographies

Heroes 5 - Haven - Heroes biographies

Heroes 5 - Development Letter #2 - Handling A Beta Test

Heroes 5 - Magic

Heroes 5 - The Town Construction Interface

Heroes 5 - Creatures Special Abilities

Heroes 5 - Unique racial abilities Q&A

Heroes 5 - Academy Faction

Heroes 5 - ACADEMY - Creatures

Heroes 5 - DUNGEON - Faction

Heroes 5 - SYLVAN - Faction

Heroes 5 - DUNGEON - Creatures

Heroes 5 - SYLVAN - Creatures

Heroes 5 - Dungeon Faction Q&A

Heroes 5 - Live chat logs with Fabrice Cambounet

Heroes 5 - NECROPOLIS - The Necromancers

Heroes 5 - NECROPOLIS - Creatures

Heroes 5 - INFERNO - The Lords of Chaos

Heroes 5 - INFERNO - Creatures

Heroes 5 - HAVEN - The Knights of the Light

Heroes 5 - HAVEN - Creatures

Heroes 5 - development diary #1: REVAMPING THE M&M UNIVERSE

Heroes 5 - FAQ - July 2005

Heroes 5 - dev team's ambitions

Heroes 5 screenshots

Heroes 5 - FAQ

Heroes 5 - features

Heroes 5 - Homepage

Haps4Heroes.com

How can I support maps4heroes.com ?

YooMoney:

Subscribe to our Telegram Channel "maps4heroes.com" to be the first to receive NEW Maps and News for Heroes of Might & Magic 7, 6, 5, 4, 3, 2!

Copyright © 1999-2025 All questions and comments please mail to evgkuz@yandex.ru

Privacy Policy