• 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!

what files need to be edited for..

Bacardi

Landlubber
fast fighting onland and fast ship in global map? like r n g button. also are we able to add cheats like the ones made for potc like
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->if (ControlName == "CheatGod") Event("Cheat","s","Immortal");
    if (ControlName == "CheatShotGun") Event("Cheat","s","ShotGun");

        if (ControlName == "CheatHealth") Event("Cheat","s","Health");

        if (ControlName == "CheatGold01") Event("Cheat","s","Gold01");
    if (ControlName == "CheatGold02") Event("Cheat","s","Gold02");

    if (ControlName == "CheatSkill") Event("Cheat","s","Skill");
        if (ControlName == "CheatAbilities") Event("Cheat","s","Abilities");
        if (ControlName == "CheatExperience01") Event("Cheat","s","Experience01");
        if (ControlName == "CheatExperience02") Event("Cheat","s","Experience02");
        if (ControlName == "CheatExperience03") Event("Cheat","s","Experience03");
        if (ControlName == "CheatExperience04") Event("Cheat","s","Experience04");

    if (ControlName == "CheatReputation") Event("Cheat","s","Reputation");
        if (ControlName == "CheatMorale") Event("Cheat","s","Morale");
        if (ControlName == "CheatNationRelations") Event("Cheat","s","NationRelations");

        if (ControlName == "CheatEncounters") Event("Cheat","s","Encounters");<!--c2--></div><!--ec2-->
 
Back
Top