1.2 cheats: newest command
1.2 cheats: newest command
Here's the latest update on the cheats issue, post 1.2.
As everyone knows by now, the non-@ commands no longer work, removed because they were usable in multiplayer, while the @ commands were never usable in multiplayer. We all know the add_****s commands now no longer work for single player.
Again, the @ commands still work. If you can't bring up the console, you have to re-edit the autoexec.cfg file--when I applied the patch, the changed was removed. Put in the same line, and save.
Someone asked me if there is an equivalent to add_skills #, because that was the only thing the @s didn't seem to have an equivalent for.
I was just about to tell him the bad news, when I found the code!
@GiveHeroSkill("Name", #);
The #s are the same as documented in the cheats guide online. HOWEVER, this needs to be tested by ppl, as I'm on a different version investigating claims that someone is post 1.2 and still using add_whatever. Long story.
Anyhow, as a result, I'm not sure it works with normal 1.2 version folks. It really should, but there's always a chance. Go try it, and please notify me about the result, either by replying here, or through a PM!
As everyone knows by now, the non-@ commands no longer work, removed because they were usable in multiplayer, while the @ commands were never usable in multiplayer. We all know the add_****s commands now no longer work for single player.
Again, the @ commands still work. If you can't bring up the console, you have to re-edit the autoexec.cfg file--when I applied the patch, the changed was removed. Put in the same line, and save.
Someone asked me if there is an equivalent to add_skills #, because that was the only thing the @s didn't seem to have an equivalent for.
I was just about to tell him the bad news, when I found the code!
@GiveHeroSkill("Name", #);
The #s are the same as documented in the cheats guide online. HOWEVER, this needs to be tested by ppl, as I'm on a different version investigating claims that someone is post 1.2 and still using add_whatever. Long story.
Anyhow, as a result, I'm not sure it works with normal 1.2 version folks. It really should, but there's always a chance. Go try it, and please notify me about the result, either by replying here, or through a PM!
- HodgePodge
- Round Table Knight
- Posts: 3530
- Joined: 06 Jan 2006
Re: 1.2 cheats: newest command
Thank you so much Curio! So do I understand this to mean that when the 1.2 patch is applied, it erases the password which was put into the autoexec.cfg file? and that line needs to be put back in after installing the patch?Curio wrote:
Again, the @ commands still work. If you can't bring up the console, you have to re-edit the autoexec.cfg file--when I applied the patch, the changed was removed. Put in the same line, and save.
Someone asked me if there is an equivalent to add_skills #, because that was the only thing the @s didn't seem to have an equivalent for.
I was just about to tell him the bad news, when I found the code!
@GiveHeroSkill("Name", #);
And then, now instead of using the add_skill # command, we can use the @GiveHeroSkill("HeroName", Skill#)
Oh man, this is fantastic! I haven't installed the 1.2 Patch because it disabled the add_skill Cheat Code; which I considered the most important of all the codes. Now I can install the patch and choose my favorite skills.
Thank you! You've made my day.
unlimited movement points are not there but you can keep adding points by using
@ChangeHeroStat("Hero Name",STAT_MOVE_POINT,5000);
the only thing is, im not at home so i can't recall whether it is STAT_MOVE_POINT or STAT_MOVE_POINTS, and you need the list of hero names, as they do not all correspond to the actual name of the hero (yep, how weird)
many thanks curio, you are a pioneer
@ChangeHeroStat("Hero Name",STAT_MOVE_POINT,5000);
the only thing is, im not at home so i can't recall whether it is STAT_MOVE_POINT or STAT_MOVE_POINTS, and you need the list of hero names, as they do not all correspond to the actual name of the hero (yep, how weird)
many thanks curio, you are a pioneer
- HodgePodge
- Round Table Knight
- Posts: 3530
- Joined: 06 Jan 2006
You can use the movement code with this syntax:stefan.urlus wrote: unlimited movement points are not there but you can keep adding points by using
@ChangeHeroStat("Hero Name",STAT_MOVE_POINT,5000);
the only thing is, im not at home so i can't recall whether it is STAT_MOVE_POINT or STAT_MOVE_POINTS, and you need the list of hero names, as they do not all correspond to the actual name of the hero (yep, how weird)
@ChangeHeroStat("HeroName", 7, 999)
With 7 being the specific number of the movement stat & 999 being the amount of movement points you desire your hero to have.
Note: this command only fills your Hero's movement points to his or her current movement points … not more or unlimited. Still, this really helps … better than nothing.
Ditto!stefan.urlus wrote: many thanks curio, you are a pioneer
EDIT: Correction … Changed Movement Point # to 7.
Last edited by Anonymous on 27 Jul 2006, 16:45, edited 1 time in total.
- joerginger
- Leprechaun
- Posts: 26
- Joined: 15 May 2006
- Location: Southern Germany
- HodgePodge
- Round Table Knight
- Posts: 3530
- Joined: 06 Jan 2006
Re: 1.2 cheats: newest command
Can you please explain to me again, how to bring up this *console* everyone knows about? I tried to find the post that explains it, but I failed.Curio wrote:Here's the latest update on the cheats issue, post 1.2.
As everyone knows by now, the non-@ commands no longer work, removed because they were usable in multiplayer, while the @ commands were never usable in multiplayer. We all know the add_****s commands now no longer work for single player.
Again, the @ commands still work. If you can't bring up the console, you have to re-edit the autoexec.cfg file--when I applied the patch, the changed was removed. Put in the same line, and save.
:/
- Sir_Toejam
- Nightmare
- Posts: 1061
- Joined: 24 Jul 2006
hmm. I found some interesting anomalies using the add skill command.
it works perfectly for my primary hero, but if i hire a secondary hero, I'm only able to add base skills, not secondary skills.
example, i can add logistics and pathfinding to my primary hero, but only logistics to the secondary.
strange.
it works perfectly for my primary hero, but if i hire a secondary hero, I'm only able to add base skills, not secondary skills.
example, i can add logistics and pathfinding to my primary hero, but only logistics to the secondary.
strange.
How does one add these commands though? I don't understand how to bring up this *console* that was mentioned before.Sir_Toejam wrote:hmm. I found some interesting anomalies using the add skill command.
it works perfectly for my primary hero, but if i hire a secondary hero, I'm only able to add base skills, not secondary skills.
example, i can add logistics and pathfinding to my primary hero, but only logistics to the secondary.
strange.
- joerginger
- Leprechaun
- Posts: 26
- Joined: 15 May 2006
- Location: Southern Germany
You can find everything you need to know about the console commands here:LindaG wrote:How does one add these commands though? I don't understand how to bring up this *console* that was mentioned before.
http://www.heroesofmightandmagic.com/he ... eats.shtml
Quote from the first page:
"To enable the console in-game, you'll first have to edit your autoexec.cfg file, found in your game directory > profiles (open it with Wordpad or something).
Paste this as the last line, after the line mainmenu:
setvar dev_console_password = schwinge-des-todes
Now you'll be able to access the console by pressing the tilde ( ` ) key within the game (likely above your Tab button).
If you do not have a tilde key, or the tilde key does not appear to function for you, you'll have to edit your input.cfg file, found in your game directory > profiles default_profile. Open input.cfg with Wordpad, and search for the term show_console. Further along the line, you will see '`'. Change the keystroke enclosed within the single quotes to another key you can use. Save and exit. "
Thank you.joerginger wrote:You can find everything you need to know about the console commands here:LindaG wrote:How does one add these commands though? I don't understand how to bring up this *console* that was mentioned before.
http://www.heroesofmightandmagic.com/he ... eats.shtml
Who is online
Users browsing this forum: Ahrefs [Bot] and 1 guest