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

[Build11] How to change the ship at launch ? [ Solved ]

seden

Landlubber
Hello there,

Im currently trying to set up a new party of Pirates and ive find the build 11 who seems be the best compilation of mod availble.

Also ive correclty installed all the files and followed the instrucfion but i cant find how to get a bot ( otherwise the model i will use ).

In BuildSettings.h <i>( ref file for thebuild 11 )</i> this part is about the boat :
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->//MAINCH START PARAMS

#define START_RANK  1

#define START_MONEY    500

string START_SHIP() {return "SHIP_BLACK_PEARL"; } //omit the nation and the _ if ship has no nation

//check ships_init.c for all ships' IDs.<!--c2--></div><!--ec2-->

Ive used the code from `ships-init`.c but it dont work, the game is correclty launch but ive no boat so whats wrong ? <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" />
 
You've used the old code for the ship. The new code is the refShip.id entry which for the Black Pearl is BlackPearl.

So your line should say:
string START_SHIP() {return "BlackPearl" ; } //omit the nation and the _ if ship has no nation
 
<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/hi.gif" style="vertical-align:middle" emoid=":gday" border="0" alt="hi.gif" /> And welcome aboard mate
 
Thanks, the board seems pretty nice, im sure i will need some time to explore the decks <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" />

Also ive find how to using the boat i will, thanks <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />

<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />
 
<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/hi.gif" style="vertical-align:middle" emoid=":gday" border="0" alt="hi.gif" /> matey <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/hi.gif" style="vertical-align:middle" emoid=":gday" border="0" alt="hi.gif" />
 
The line doesnt work for me.... <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /><img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> Are you sure this is for the ... build 11??
 
Back
Top