Press [F2] during game play. Click on "Ships", then click on the name of the ship. Completely erase the entry, then enter one of the following names to activate the corresponding cheat function
Cheat Code | Effect |
---|---|
God Mode | 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 |
BestSaber | To receive the best sword (In order to equip it, you must have the level required for that sword) |
BestGun | To receive the best pistol (In order to equip it, you must have the level required for that pistol) |
Ship select :
Note: This procedure involves editing a game file; create a backup copy of the file before proceeding. Use a text editor 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>) using the names found in the "ships_init.c" file. Note: The game has the same line for the female player.
Set hero reputation :
Note: This procedure involves editing a game file; create a backup copy of the file before proceeding. Use a text editor to edit the "characters.c" file in the "\playlogic\age of pirates - caribbean tales\program\characters" directory. Change the value of the #define REPUTATION_MIN line to 89. After completing any job your reputation will be as a hero.
Note: This procedure involves editing a game file; create a backup copy of the file before proceeding. Use a text editor to edit the "characters_init.c" file in the "\playlogic\age of pirates - caribbean tales\program\characters" directory. Change the lines similar to ch.reputation.france = REPUTATION_NEUTRAL; to ch.reputation.france = REPUTATION_HERO;. After completing any job your reputation for that nation will be as a hero.
Unlimited experience:
Note: This procedure involves editing a game file; create a backup copy of the file before proceeding. Use a text editor to edit the "characters_init.c" file in the "\playlogic\age of pirates - caribbean tales\program\characters" directory. Change the value of the ch.experience = line as desired.
Unlimited money:
Note: This procedure involves editing a game file; create a backup copy of the file before proceeding. Use a text editor to edit the "characters_init.c" file in the "\playlogic\age of pirates - caribbean tales\program\characters" directory. Change the value of the ch.money = line as desired.
No comments:
Post a Comment