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

How to Change your starting Ship in BUILD 12 not an question

SoulThief

Landlubber
So i just figured out how to change ur starting ship.

Just follow this small tutorial


1a. Think about wich ship you wanna have
1b Search the name of the ship in ships_init.c in ur Program/Ships folder

Tartane <------- <b>This is not the SHIPS NAME that you need to use</b>
//-------------------------------------------------------------------------
// PS -->
makeref(refShip,ShipsTypes[n]);
n++;
// PS <-- makeref(refShip,ShipsTypes[SHIP_TARTANE]);
refShip.Name = "Tartane1"; <----<b>this is the ships name</b>
refShip.id = "Tartane1"; // PS
////curid = refShip.id; ShipLookupTable.id.(curid) = `n-1`; // PS
refShip.Class = 7;
refShip.Cannon = CANNON_TYPE_NONECANNON;
refShip.MaxCaliber = 0;
refShip.Weight = Tonnes2CWT(10);

After you copy the name goto BuildSettings.h in ur Program folder

And find this line

string START_SHIP() {return "AND PASTE UR SHIP NAME HERE"; }

with the " " save the file and boot up the game and start an new game <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/onya.gif" style="vertical-align:middle" emoid=":onya" border="0" alt="onya.gif" />
 
Heh, funny I just explained that to someone else on this forum - but that's good figuring, SoulThief! Are you into coding or <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/w00t.gif" style="vertical-align:middle" emoid=":woot" border="0" alt="w00t.gif" /> modeling? <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/pirate2.gif" style="vertical-align:middle" emoid=":p:" border="0" alt="pirate2.gif" />
 
<!--QuoteBegin-CatalinaThePirate+--><div class='quotetop'>QUOTE(CatalinaThePirate)</div><div class='quotemain'><!--QuoteEBegin-->Heh, funny I just explained that to someone else on this forum - but that's good figuring, SoulThief! Are you into coding or <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/w00t.gif" style="vertical-align:middle" emoid=":woot" border="0" alt="w00t.gif" /> modeling? <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/pirate2.gif" style="vertical-align:middle" emoid=":p:" border="0" alt="pirate2.gif" /><!--QuoteEnd--></div><!--QuoteEEnd-->

coding but i'm just starting <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/icon_wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="icon_wink.gif" />
 
That is where I first started. If you hang around here long enough you will learn a lot. Soon coding will be pretty easy.
 
<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/hi.gif" style="vertical-align:middle" emoid=":gday" border="0" alt="hi.gif" /> i know i just found out how to use god mode in BUILD 12 and i can turn it on and off.
It took me ten minutes to find out <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/w00t.gif" style="vertical-align:middle" emoid=":woot" border="0" alt="w00t.gif" />
 
Cool,thar's a few mates still try'n te figure that one out,maybe ye culd post de code, <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/par-ty.gif" style="vertical-align:middle" emoid=":cheers" border="0" alt="par-ty.gif" />
 
<!--QuoteBegin-skull+--><div class='quotetop'>QUOTE(skull)</div><div class='quotemain'><!--QuoteEBegin-->Cool,thar's a few mates still try'n te figure that one out,maybe ye culd post de code, <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/par-ty.gif" style="vertical-align:middle" emoid=":cheers" border="0" alt="par-ty.gif" /><!--QuoteEnd--></div><!--QuoteEEnd-->

<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/hi.gif" style="vertical-align:middle" emoid=":gday" border="0" alt="hi.gif" /> m8ey you can download the code on the FTP <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/w00t.gif" style="vertical-align:middle" emoid=":woot" border="0" alt="w00t.gif" />
i'll be searching for more features <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/keith.gif" style="vertical-align:middle" emoid=":keith" border="0" alt="keith.gif" /> like putting RC's Additional Cheats in the code.

don't get out yer socks yet i'm just an n00by coder <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/bookish.gif" style="vertical-align:middle" emoid=":mm" border="0" alt="bookish.gif" />

meanwhile get thy file and drink ale with my <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/par-ty.gif" style="vertical-align:middle" emoid=":cheers" border="0" alt="par-ty.gif" />
 
didn't think dem old cheats could werk wid build 12,some 'ave tried couldn't det em te werk <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/dunno.gif" style="vertical-align:middle" emoid=":shrug" border="0" alt="dunno.gif" /> <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/par-ty.gif" style="vertical-align:middle" emoid=":cheers" border="0" alt="par-ty.gif" />
 
Back
Top