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

any way to change starting ship

christodel18

Sailor Apprentice
Hearts of Oak Donator
im really thinking messing with a mod a bit is there any way to change starting ship and costumes also what ever happened to blaze Delvin
 
Open PROGRAM\Storyline\[Storyline].c with Notepad and edit that.

We removed Blaze Devlin because he's just a copy of Beatrice Devlin.
 
whats the most powerful ship in the game?
Dunno. Cursed Flying Dutchman has some special abilities, Dauntless/Endeavour/HMS Victory have a lot of cannons.
Different ships have different advantages. :shrug

also i want to change the exp and fencing and all that stuff
You want to change your starting stats?
Here's an example from the Woodes Rogers storyline StartStoryline.c:
Code:
    Pchar.perks.list.Gunman = true;                
    Pchar.perks.list.CriticalHit = true;
    Pchar.perks.freepoints = 0;
    Pchar.rank = 1;                
    
    Pchar.skill.Leadership = "3";
    Pchar.skill.Fencing = "3";        
    Pchar.skill.Sailing = "1";
    Pchar.skill.Accuracy = "1";
    Pchar.skill.Cannons = "1";
    Pchar.skill.Grappling = "1";
    Pchar.skill.Repair = "1";
    Pchar.skill.Defence = "1";
    Pchar.skill.Commerce = "1";
    Pchar.skill.Sneak = "1";
If it is cheating you want, I'd recommend sending a message to DavyJack. After all the questions she asked me on the subject, she must be a bit of an expert by now. :cheeky
 
Back
Top