Age of Pirates: Caribbean Tales (PC)

CheatingDome.com


Cheat Codes

Ingame press F2 and click on 'ships' then click on the name of the ship, completely erase it, and then type:

Code - Effect
GodMode - To activate/deactivate a mode of complete invulnerability (both on a land and on the sea)
ExpBooster - To receive 10000 experience points.
MoneyBooster - To receive 10000 in gold.
BestGun - To receive the best pistol (In order to equip it, you must have the level required for that pistol).
BestSaber - To receive the best sword (In order to equip it, you must have the level required for that sword).

Get any ship

Use a text editor such as notepad to edit the "characters_init.c" file in the "\playlogic\age of pirates - caribbean tales\program\characters" directory. Change the line:

ch.Ship.Type = GenerateShip(Ship_name)

Note: You must be careful because the game has the same line for the female player. Scroll to find it. Also, to find ship names open the "ships_init.c" file with a text editor. Scroll down and you will find a complete list with everything about the ships.
vassilis mouratidis.

Hero reputation

Use a text editor such as notepad to edit the "characters.c" file in the "\playlogic\age of pirates - caribbean tales\program\characters" directory. Change the value of "#define REPUTATION_MIN" line to "89". After doing so, do any job (bad or good). Your reputation will be as a hero.

Another way of doing this is to edit the "character_init.c" file in the same directory. You will find lines such as "ch.reputation.france = REPUTATION_NEUTRAL;". Change the "REPUTATION_NEUTRAL;" value to "REPUTATION_HERO;". After any task (good or bad ) you will be a hero for any nation. In the same file you can find all lines of money and experience, for example, "ch.experience = 1000;" and skills such as "ch.skill.Leadership = "1";". Change all skills to "10", and experience and money as desired. Note: You must change every line of money and experience in that file.