Heroes of Might and Magic Community
visiting hero! Register | Today's Posts | Games | Search! | FAQ/Rules | AvatarList | MemberList | Profile


Age of Heroes Headlines:  
5 Oct 2016: Heroes VII development comes to an end.. - read more
6 Aug 2016: Troubled Heroes VII Expansion Release - read more
26 Apr 2016: Heroes VII XPack - Trial by Fire - Coming out in June! - read more
17 Apr 2016: Global Alternative Creatures MOD for H7 after 1.8 Patch! - read more
7 Mar 2016: Romero launches a Piano Sonata Album Kickstarter! - read more
19 Feb 2016: Heroes 5.5 RC6, Heroes VII patch 1.7 are out! - read more
13 Jan 2016: Horn of the Abyss 1.4 Available for Download! - read more
17 Dec 2015: Heroes 5.5 update, 1.6 out for H7 - read more
23 Nov 2015: H7 1.4 & 1.5 patches Released - read more
31 Oct 2015: First H7 patches are out, End of DoC development - read more
5 Oct 2016: Heroes VII development comes to an end.. - read more
[X] Remove Ads
LOGIN:     Username:     Password:         [ Register ]
HOMM1: info forum | HOMM2: info forum | HOMM3: info mods forum | HOMM4: info CTG forum | HOMM5: info mods forum | MMH6: wiki forum | MMH7: wiki forum
Heroes Community > Heroes 5 - Modders Workshop > Thread: Curio's Cheating Guide is online
Thread: Curio's Cheating Guide is online This thread is 27 pages long: 1 10 ... 20 21 22 23 24 ... 27 · «PREV / NEXT»
phantom
phantom

Tavern Dweller
posted April 29, 2009 12:59 PM

Yes, I've tried both with @ and without it. If I use @, it give the same error if I enter an unexisting function (you know, like "Could not find the global <<Function Name Here>>" ...) and without @ it says: Unknown command <<Function Name Here>>

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
Asheera
Asheera


Honorable
Undefeatable Hero
Elite Assassin
posted April 29, 2009 08:32 PM

And you get absolutely no errors displayed in the console when you first open it?
____________

 Send Instant Message | Send E-Mail | View Profile | PP | Quote Reply | Link
phantom
phantom

Tavern Dweller
posted April 30, 2009 07:46 AM

I get only this error:

Unknon command name'random_auto'
Type 'help' to list available commands.

P. S. I believe that I don't have to archive the data.pak content back, yes?

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
Asheera
Asheera


Honorable
Undefeatable Hero
Elite Assassin
posted April 30, 2009 08:07 PM
Edited by Asheera at 20:08, 30 Apr 2009.

Well that's weird, but I found a problem in Warmonger's script, this line:

AddHeroCreatures (hero, creaturesnumber, creature..i);

You can't access variable names with the ".." operator. It should be changed to this:

AddHeroCreatures (hero, creaturesnumber, creature[i]);

And when you call the function you'll have to write the creature1, creature2, etc in {}


Example:
MakeHeroAllmighty("Isabell", {1, 2, 3, 4, 5, 6, 7}, 100, 1)
____________

 Send Instant Message | Send E-Mail | View Profile | PP | Quote Reply | Link
phantom
phantom

Tavern Dweller
posted April 30, 2009 08:14 PM

Whatever. So I don't need to archive data.pak back, yes?

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
Asheera
Asheera


Honorable
Undefeatable Hero
Elite Assassin
posted April 30, 2009 08:15 PM

No you don't. Don't ever modify data.pak, it may cause your game to not work or patch anymore, I dunno.
____________

 Send Instant Message | Send E-Mail | View Profile | PP | Quote Reply | Link
phantom
phantom

Tavern Dweller
posted April 30, 2009 08:33 PM

Actually, I don't use Warmonger's function. I use several function that I put in the end of common.cfg One of them, which is not working as well, is:

function Cheat_GiveTearOfAsha(heroname)
   GiveArtefact(heroname, 53);
end;

It seems completely correct, but it still cannot even find it.

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
Titan_of_Ether
Titan_of_Ether

Tavern Dweller
posted May 11, 2009 11:09 PM

Is there a script to add a specified hero to your army in TotE?
____________

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
SimonaK
SimonaK


Promising
Supreme Hero
posted May 11, 2009 11:14 PM

for my share, I'm persuaded that is impossible to add a Hero in the army in Heroes 5.


 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
fiur
fiur


Promising
Supreme Hero
Map Creator
posted May 13, 2009 05:52 PM
Edited by fiur at 17:53, 13 May 2009.

Quote:
Now go to your My Documents directory (Documents and Settings\user name\My Documents), enter the My Games\Heroes of Might and Magic V - Tribes of the East\profiles folder. Now enter the folder with your profile name in the game. Open input_a2.cfg with Notepad.

Add the following lines at the beginning of this file:
bind show_console '`'
bind fog_of_war 'CTRL' + 'SHIFT' + 'F'
bind adventure_teleport 'CTRL' + 'SHIFT' + 'T'

Now you activated the console! (you never have to do this again - unless you change your game profile)


The following actions must be made each time you want to cheat:
Launch the game. Open the map or save, and press the key right to the left of your 1 key (the ` or ~ key). Write enable_cheats and press 'Enter'. Now you can use cheats. (hide the console any time by pressing the ~ key again)

Try holding your CTRL and SHIFT keys while pressing F, and you should deactivate the Fog of War on the map. Pressing it again will enable it back.As for teleporting your hero: select the hero you want to teleport, move the cursor on the place you want him/her to be teleported and then press the T key while holding the CTRL and SHIFT keys. Note that you can't teleport your hero someplace where (s)he can't, e.g. in an unwalkable tile or near an enemy creature or hero.



Asheera plz help ctrl+shift+f does'nt remove fog of war for me...  
____________

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
Asheera
Asheera


Honorable
Undefeatable Hero
Elite Assassin
posted May 13, 2009 07:53 PM

Did you enable cheats first? By typing "enable_cheats" in the console?
____________

 Send Instant Message | Send E-Mail | View Profile | PP | Quote Reply | Link
fiur
fiur


Promising
Supreme Hero
Map Creator
posted May 13, 2009 09:26 PM

Quote:
Did you enable cheats first? By typing "enable_cheats" in the console?

no I did'nt   ty alot  
____________

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
HeroesFTW
HeroesFTW

Tavern Dweller
posted June 04, 2009 11:44 PM

I have a small problem that may have been covered already in this post but I didn't see it.  I have input the code in both autoexec.cgf and input.cfg but am unable to get the console to show.  I am using version 1.60.  Any help would be appreciated

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
Asheera
Asheera


Honorable
Undefeatable Hero
Elite Assassin
posted June 05, 2009 03:28 AM

There are multiple input_a2.cfg files, one in My Documents and one in game's directory near the autoexec.cfg one.

Please read my post here to see how it's done properly.
____________

 Send Instant Message | Send E-Mail | View Profile | PP | Quote Reply | Link
dodol38
dodol38

Tavern Dweller
posted June 06, 2009 10:37 AM

er, i've read through about 10 pages and doesn't seem to find the answer. here is my problem. Basically my game is the HOMM5:ToTE version. I used the mod for original campaign. I've tried to do the cheat for HOMM5:ToTE, but the console just wouldn't show up when I played the original campaign. Is there a way to enable the cheat for the original map mod?
Thank you in advance.
____________

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
sparhawk77
sparhawk77

Tavern Dweller
posted June 07, 2009 08:20 PM
Edited by sparhawk77 at 20:36, 07 Jun 2009.

Staff of the Netherworld

Good day all. I'm trying to find the code for the @GiveArtifact command for the Staff of The Netherworld. It is not listed on the main give artifact page and I haven't been able to find it in any posts here. I would greatly appreciate it if someone could give me that code. Thanks in advance for any help.

ADDED IN EDIT==>> Also, I'm playing the TOTE campaign. The first chapter has Ornella. According to the listing her real name should be OrnellaNecro. When I use that none of the commands work. I instead had to pass my secondary hero the items to give to Ornella. In the outset of the campaign I believe Ornella is looked upon as a knight. Therefore is there a diferent code to use for her until she actually becomes a necro at the end of the first chapter? Thanks again for any help.
____________

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
skeeta
skeeta

Tavern Dweller
posted June 07, 2009 10:46 PM

I used Ornella and it worked.
____________

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
sparhawk77
sparhawk77

Tavern Dweller
posted June 07, 2009 11:03 PM

Thanks!

Thanks Skeeta. I tried that finally myself and it worked okay. I'm still trying to find the code for the Staff. Thanks again.
____________

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
ripperwa
ripperwa

Tavern Dweller
posted June 20, 2009 08:04 PM

simple cheats are still there

Forgive me if i'm being stupid (I'm fairly certain everyone has just overlooked this) but:
I'm using version 2.1 of HoMM5
I was looking through code and the original codes are still there and all that needs to be done to enable the usage of them is to say enable_cheats on the console.

Once that is done then you can still use the original cheats that you used to be able to use (though add_army x,y didn't seem to be working).

I also havn't tried this out caues i'm tired and i'm going to bed but the code add_energy is there as well which i would assume is probably the one for adding the dark energy points back to the pool of available points.

PS.

I would like to say thanks very very much for the specific cheats though.
I've found them really fun to play around with.

The @Win() command at the end of one of the missions was the whole reason i looked up the cheats in the first place, since even though everything had been done it didn't go onto the next scen (even though i did it multiple times!!!)


____________

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
PsicheAlCubo
PsicheAlCubo

Tavern Dweller
posted June 23, 2009 11:01 PM
Edited by PsicheAlCubo at 23:02, 23 Jun 2009.

Guys I'm gonna give up four hours trying to get out this wonderful cheating console lead me to nothing..I read dozen of pages and tried every single trick suggested but I really can't figure out WHY for everyone seems so easy and I can't even open the console..on any of the games (HOMM5 - HOF - TOTE)!!

I got the Italian version for every one...and every one updated to the latest version..if anybody had my own issue and wanna help...I'll keep an eye on this topic

Have some nice cheatings...u lucky that u can!!
____________

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
Jump To: « Prev Thread . . . Next Thread » This thread is 27 pages long: 1 10 ... 20 21 22 23 24 ... 27 · «PREV / NEXT»
Post New Poll    Post New Topic    Post New Reply

Page compiled in 0.1187 seconds