• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

Cheats in 13????

Dey Mey

Landlubber
Hello everybody, walking in POTC's files, i saw in seadog.c some cheats, how can i activate them?????


Which are the keys who activate thoose cheates???
 
Enable cheats setting in POTC Mod must be turned on in the BS.h file for them to work. Open up Programs/BS.h and set "Enable_Cheatmode" to 1.

Off the top of my head, cheats are as follows. 0-GodMode, 6-Gold increases your money by 100000 and wealth by 1000, 4-Level up pchar, 5-Fake level up gives you SP, perk points, and HP of a new level, but it does not actually change your level, 7-Reputation, steps you through the reputation levels, 9-Starts French Invasion.

Might be wrong on some of these as they may have changed or there might be more. A more recent player may have a better answer for you.

Anyway, I hope this helps you.
 
<!--quoteo(post=164025:date=Sep 27 2006, 06:12 AM:name=Meigger)--><div class='quotetop'>QUOTE(Meigger @ Sep 27 2006, 06:12 AM) [snapback]164025[/snapback]</div><div class='quotemain'><!--quotec-->
Enable cheats setting in POTC Mod must be turned on in the BS.h file for them to work. Open up Programs/BS.h and set "Enable_Cheatmode" to 1.

Off the top of my head, cheats are as follows. 0-GodMode, 6-Gold increases your money by 100000 and wealth by 1000, 4-Level up pchar, 5-Fake level up gives you SP, perk points, and HP of a new level, but it does not actually change your level, 7-Reputation, steps you through the reputation levels, 9-Starts French Invasion.

Might be wrong on some of these as they may have changed or there might be more. A more recent player may have a better answer for you.

Anyway, I hope this helps you.
<!--QuoteEnd--></div><!--QuoteEEnd-->
<img src="style_emoticons/<#EMO_DIR#>/hi.gif" style="vertical-align:middle" emoid=":gday" border="0" alt="hi.gif" /> BuildSettings.h in the Program folder will give
you the power to change settings to your liking and every item is explained
<img src="style_emoticons/<#EMO_DIR#>/me.gif" style="vertical-align:middle" emoid=":onya" border="0" alt="me.gif" />
 
Note: The cheats are triggered with the numpad buttons. You need to have Num Lock on or they won't work. For more info: See above posts. <img src="style_emoticons/<#EMO_DIR#>/icon_mrgreen1.gif" style="vertical-align:middle" emoid=":cheeky" border="0" alt="icon_mrgreen1.gif" />
 
wow, it's wonderfoul to board a ship whitout my crew, i'm boarding ships alone <img src="style_emoticons/<#EMO_DIR#>/piratesing.gif" style="vertical-align:middle" emoid=":shock" border="0" alt="piratesing.gif" /> <img src="style_emoticons/<#EMO_DIR#>/w00t.gif" style="vertical-align:middle" emoid=":woot" border="0" alt="w00t.gif" />


Thanks eheh
 
<!--quoteo(post=164096:date=Sep 27 2006, 08:02 PM:name=Pieter Boelen)--><div class='quotetop'>QUOTE(Pieter Boelen @ Sep 27 2006, 08:02 PM) [snapback]164096[/snapback]</div><div class='quotemain'><!--quotec-->
Note: The cheats are triggered with the numpad buttons. You need to have Num Lock on or they won't work. For more info: See above posts. <img src="style_emoticons/<#EMO_DIR#>/icon_mrgreen1.gif" style="vertical-align:middle" emoid=":cheeky" border="0" alt="icon_mrgreen1.gif" />
<!--QuoteEnd--></div><!--QuoteEEnd-->

Aha! I had tried the cheats, but nothing was happening when pressing the numpad buttons. Only one I wanted to use was the money cheat; tired of being broke after paying the crew...
 
So it IS working now, is it? <img src="style_emoticons/<#EMO_DIR#>/unsure.gif" style="vertical-align:middle" emoid=":?" border="0" alt="unsure.gif" />
 
<!--quoteo(post=168293:date=Oct 21 2006, 12:34 AM:name=Pieter Boelen)--><div class='quotetop'>QUOTE(Pieter Boelen @ Oct 21 2006, 12:34 AM) [snapback]168293[/snapback]</div><div class='quotemain'><!--quotec-->
So it IS working now, is it? <img src="style_emoticons/<#EMO_DIR#>/unsure.gif" style="vertical-align:middle" emoid=":?" border="0" alt="unsure.gif" />
<!--QuoteEnd--></div><!--QuoteEEnd-->

Yes! Thanks for the info.. <img src="style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />
 
<!--quoteo(post=163990:date=Sep 26 2006, 07:34 PM:name=Dey Mey)--><div class='quotetop'>QUOTE(Dey Mey @ Sep 26 2006, 07:34 PM) [snapback]163990[/snapback]</div><div class='quotemain'><!--quotec-->
Hello everybody, walking in POTC's files, i saw in seadog.c some cheats, how can i activate them?????


Which are the keys who activate thoose cheates???
<!--QuoteEnd--></div><!--QuoteEEnd-->

well,search for something like this:case "Gold":
mc.money = sti(mc.money) + 100000;
mc.wealth = sti(mc.wealth) + 10000;
Log_SetStringToLog("+ 100000 " + XI_ConvertString("Gold"));
Log_SetStringToLog("+ 10000 " + XI_ConvertString("Wealth"));

see?maybe if u change the numbers,u get more money?
And here:case "LevelUp":
/*mc.skill.freeskill = sti(mc.skill.freeskill) + 2;
mc.rank = sti(mc.rank) + 1;*/
mc.experience = CalculateExperienceFromRank(sti(mc.rank)+1);
/*mc.perks.FreePoints = sti(mc.perks.FreePoints) + 1;
LAi_SetHP(mc,LAi_GetCharacterMaxHP(mc) + 5.0,LAi_GetCharacterMaxHP(mc) + 5.0);
Log_SetStringToLog("Level Up!");*/
AddCharacterExpNS(&mc, 1); // NK do it via actual call 05-07-10

change the numbers to get pretty much for lvling,maybe even normal leveling?
 
<!--quoteo(post=164718:date=Sep 30 2006, 07:57 AM:name=Dey Mey)--><div class='quotetop'>QUOTE(Dey Mey @ Sep 30 2006, 07:57 AM) [snapback]164718[/snapback]</div><div class='quotemain'><!--quotec-->
wow, it's wonderfoul to board a ship whitout my crew, i'm boarding ships alone <img src="style_emoticons/<#EMO_DIR#>/piratesing.gif" style="vertical-align:middle" emoid=":shock" border="0" alt="piratesing.gif" /> <img src="style_emoticons/<#EMO_DIR#>/w00t.gif" style="vertical-align:middle" emoid=":woot" border="0" alt="w00t.gif" />


Thanks eheh
<!--QuoteEnd--></div><!--QuoteEEnd-->

pah! i always do that, and i never use cheats! toughness, an excellent solingen rapier and a brace of large pistols works well enough for me! <img src="style_emoticons/<#EMO_DIR#>/duel_pa.gif" style="vertical-align:middle" emoid=":ixi" border="0" alt="duel_pa.gif" />
 
BuildSettings.h is now in the MAIN PotC folder so it can be found easier for beginning users. It is no longer in the PROGRAM subfolder.
 
<img src="style_emoticons/<#EMO_DIR#>/hi.gif" style="vertical-align:middle" emoid=":gday" border="0" alt="hi.gif" /> Gwynn

You can activate them with the number keys anywhere in the game. <img src="style_emoticons/<#EMO_DIR#>/yes.gif" style="vertical-align:middle" emoid=":yes" border="0" alt="yes.gif" />

At times just walking around checking locator positions, or setting up screen shots, I'll walk into a conflict situation with red icon flashing.
I just hit the "Zero" key (immortal) and go on about my business.

Only thing with that is you have to remember to hit the key again to set it back (mortal) if you want to play for real.

Also, I believe that saved games remember the cheat state so a save with Immortal on loads that way.
After loading such a save, you just hit the zero key again to disable it.
Money cheats and level-up cheats can't be undone.

At the moment of Key press, the onscreen log at upper left, let's you know what cheat has been activated.
 
Back
Top