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

Sails... Me be needing my emblem...

sostrym

Landlubber
Any idea why i cant use emblemed sails in one profile and i can in the other? in the sails options the relevant button remains greyed out (in game) i ve used the correct option from advanced me thinks.... Damn these blasted things to the fiery bowels of hell....
 
It depends on the class of ship you're sailing.

Easiest way to fix it for all ships. Open PROGRAM\INTERFACE\kam_selectsails.c and find:
Code:
if (GetCharacterShipClass(PChar) > 5) // Petros: Was 3, changed to allow Fleut and Caravel
Replace with:
Code:
if (GetCharacterShipClass(PChar) > 7) // Petros: Was 3, changed to allow Fleut and Caravel
This will allow any ship bigger than a tartane. Warning: It might look weird on some ships.
 
Back
Top