Activating cheats in version 1.6
To activate the Cheats mode do next steps:
1. Add to autoexec.cfg string (located in gamedir/profiles/) - setvar dev_console_password = schwinge-des-todes
2. Add to input.cfg string (located in userprofile/documents/mygames/homm5/profiles/yourcharactername or where you save games folder is) bind show_console '`' to console activation
3. Enter in the game console enable_cheats (after start a map)
these 3 can be added to input.cfg same as show console
adventure_teleport – teleport hero to point under cursor (bind the command in the input.cfg, example, bind adventure_teleport 'CTRL' + 'SHIFT' + 'T')
fog_of_war – open/close fog of war (bind the command in the input.cfg, example, fog_of_war 'CTRL' + 'SHIFT' + 'E')
enable_cheats (after start a map)
cheats 1 – enable cheats for all single player maps
show_ai_fog 1 – show AI fog of war on its turn
ignore_scenario_line 1 – open all missions in scenario line
show_hero_mp – display a hero move points
show_player_money – display resources of a hero
add_army – give army to a hero
add_money
add_gold
add_exp – add experience to a hero
add_skill – add skill to hero
add_all_spells – add all legal spells to a hero
set_hero_luck_morale – set luck and morale to a hero
To get this to work:
when you open the input.cfg you need to put this under
the "common section (always active)" its the first thing you see at the top of the file. just scroll down a bit and copy paste the following at the bottom of this section:
// console
bind console_run_cmd 'ENTER'
bind console_run_cmd 'NUM_ENTER'
bind console_next_cmd 'DOWN'
bind console_prev_cmd 'UP'
bind console_next_string 'HOME'
bind console_prev_string 'END'
bind console_first_string 'LCTRL' + 'HOME'
bind console_last_string 'LCTRL' + 'END'
bind show_console '`'
you will still need to edit the autoexec.cfg file