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

Solved Need help with New Horizon

TommyM

Sovereign of Death
Storm Modder
My question is:
Is it possible to make Barbossa surrender himself at the battle?
 
In the Standard or Jack Sparrow storyline?

We deliberately added in some code so he will never surrender as that seems rather out-of-character for him.
These are the relevant lines from his character init files:
Code:
    ch.nosurrender = 2; // KK
    ch.fight_till_death = true; // KK
You just need to remove those and Reinitialize (F11) the game. If I'm not mistaken, starting a new game shouldn't be necessary for this.
 
But can I get a specific direction to the folder where I change it?
 
PROGRAM\Storyline\standard\Characters\init\Story.c
or
PROGRAM\Storyline\LegendJackSparrow\Characters\init\TempQuest.c
 
Back
Top