this file MyScripts is a LUA scripts file with some new Cheat effects. copy the zip file contents to the data folder & from the game console type: @doFile("\MyScripts.lua"); this should display some commands & what they do. type the command u wish & thats all.
this is version 1 . I'm adding some stuff & editing some others. Ideas are welcomed
I've updated the existing Script file in the previous post, the changes are the following: 1- fixed MakeSuperNecro() 2- added SetHeroSkills(HeroNumber,SkillValue) sets the primary skills of the given hero (reversable with negative numbers) 3- fixed MakeSuperHero() as the haunt mine was removed from this & added to Make SuperNecro 4- added GetHeroPosition(HeroNumber) gives the coordinates of the given hero (if any1 is interested in the script itself)
plz ppl add any ideas (but not 2 add structures in ur castle coz i dont think that its scriptable or plz tell me how :S )
This is from another dicussion abt enabling the console
quote:
Found a way to enable console in release version. To do so for all game profiles go to gamedir\profiles\autoexec.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.