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

Fixed Jack Sparrow - No Archipelago Map

Talisman

Smuggler
Storm Modder
In Beta 4 - 7 Sept update - New Clean Installation

I have just started playing Hoist the Colors - Jack Sparrow does not have an Archipelago Map.

I have played as far as Escorting Beckett to Port Royale in the Mings -Brotherhood Story in case someone was going to give me a Map, but I still have no Map.:shrug

Is this supposed to happen? :sparrow
 
I'll have to check. Probably not.
Might be the same reason Hornblower didn't have one at some point.
If so, it should be a quick fix.
 
Yep, it was indeed exactly the same problem as applied to Hornblower before.

To fix, open PROGRAM\Storyline\JackSparrow\StartStoryline.c and find:
Code:
DeleteAttribute(PChar, "items"); // PB: Override Character Type
Replace with:
Code:
  // PB: Override Character Type -->
   DeleteAttribute(PChar, "items");
   GiveItem2Character(PChar, "map");
   // PB: Override Character Type <--
Thanks for catching, @Talisman! :cheers
 
Back
Top