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

Starting Whit more Ship?

Atarugolan

Landlubber
<i>Sorry but I wondered...


it's possible Start with more ships?</i>

ch.Ship.Type = GenerateShip(SHIP_LUGGER, 1);
SetBaseShipData(ch);
ch.Ship.Name = "Quicksilver";
ch.Ship.Stopped = true;
//ch.ship.upper_model = "ships\manowar1\manowar1";
ch.FaceId = 0;
<b> ch.ShipSlot1.Type=SHIP_NOTUSED;
ch.ShipSlot1.Name="NoName";
ch.ShipSlot2.Type=SHIP_NOTUSED;
ch.ShipSlot2.Name="NoName";
ch.ShipSlot3.Type=SHIP_NOTUSED;
ch.ShipSlot3.Name="NoName";</b>

<i>as it can be made to activate those slot? </i>
 
Seems like it, try just copying the info from the first slot into the others, like so:

ch.ShipSlot1.Type=GenerateShip(SHIP_LUGGER, 1);
ch.ShipSlot1.Name="Fastgold";
ch.ShipSlot1.Stopped = true;
ch.FaceId = 0;
 
I'd guess that as the game does not allow you to have extra ships without having an officer/Captain assigned, it will refuse to load and just crash.
 
how I make to assign it?

it does not go in crash, but not there are the additional ships it knows to me that it is not therefore easy
 
Combine that also Petros, where the game seems to need your character to be at a certain level as well to use more than one ship or advance and I agree, receipt for disaster
 
nobody, it knows like is made? <img src="style_emoticons/<#EMO_DIR#>/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" />
 
Back
Top