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

Making black pearl bordable and meatable (??)

Lol opic title sounds weird <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> but does anyone know how to make it possible tto encounter it and board it ... ? <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/pirate2.gif" style="vertical-align:middle" emoid=":p:" border="0" alt="pirate2.gif" />
 
Fred Bob ain't gonna be offerin' no room an' board tew no Black Pearl, no way! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/no.gif" style="vertical-align:middle" emoid=":no" border="0" alt="no.gif" />
 
Download build 11, or go to the ships init file, find black pearl, and find the line encounter=false or somthing, and set to true.
 
I cant see any line for ref something with encounterable or sumthing, i checked, but how do i make it boardable if its already encounterable ? <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/cheers.gif" style="vertical-align:middle" emoid=":cheers" border="0" alt="cheers.gif" />:
 
Any1 found the oode yet ?§ <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/william.gif" style="vertical-align:middle" emoid=":will" border="0" alt="william.gif" />
 
//-------------------------------------------------------------------------
// BLACK_PEARL
//-------------------------------------------------------------------------
// PS -->
makeref(refShip,ShipsTypes[n]);
n++;
// PS <-- makeref(refShip,ShipsTypes[SHIP_BLACK_PEARL]);
refShip.Name = "BlackPearl";
refShip.BigPicTex = 1; // PS
refShip.BigPicTexName = "SHIPS1"; // PS
refShip.id = refShip.Name; // PSX
curid = refShip.id; ShipLookupTable.id.(curid) = `n-1`; // PS
refShip.Class = 1;
refShip.Cannon = CANNON_TYPE_CANNON_LBS32;
refShip.MaxCaliber = 32;
refShip.Weight = Tonnes2CWT(2200);
refShip.Capacity = 3500;
refShip.CannonsQuantity = 44;
refShip.MaxCrew = 600;
refShip.MinCrew = 120; // NK - 150
refShip.SpeedRate = 17.2;
refShip.TurnRate = 26;
refShip.Price = 200000; // NK - 250000
refShip.HP = 100000;
refShip.SP = 100;
refShip.EmblemedSails.normalTex = "shipssail_BlackPearl.tga";
refShip.AbordageLocation = "BOARDING_BATTLESHIP";

refShip.WaterLine = 0.0;
refShip.SpeedDependWeight = 0.3;
refShip.SubSeaDependWeight = 0.9;
refShip.TurnDependWeight = 0.8;

refShip.CanEncounter = true; //changed the false here to true

refShip.InertiaAccelerationX = 3.0; refShip.InertiaBrakingX = 2.0;
refShip.InertiaAccelerationY = 14; refShip.InertiaBrakingY = 5;
refShip.InertiaAccelerationZ = 5.0; refShip.InertiaBrakingZ = 3.0;

refShip.Height.Bombs.Y = 1.0; refShip.Height.Bombs.DY = 0.5;
refShip.Height.Grapes.Y = 2.0; refShip.Height.Grapes.DY = 1.0;
refShip.Height.Knippels.Y = 10.0; refShip.Height.Knippels.DY = 8.0;
refShip.Height.Balls.Y = 1.0; refShip.Height.Balls.DY = 0.5;










Copy and paste the above code over the Black Pearl in the ships_init file.
If you encounter it at sea, you can board it.
-Capo
 
I GOT MY BLACK PEARL WEEEE just changed it to starting ship <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/pirate2.gif" style="vertical-align:middle" emoid=":p:" border="0" alt="pirate2.gif" /> <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/cheers.gif" style="vertical-align:middle" emoid=":cheers" border="0" alt="cheers.gif" />: <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/pirate2.gif" style="vertical-align:middle" emoid=":p:" border="0" alt="pirate2.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" /> <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/william.gif" style="vertical-align:middle" emoid=":will" border="0" alt="william.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" /> me sailin kickin french and pirates arses!! me protect smuggler merchants for 9000 <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/keith.gif" style="vertical-align:middle" emoid=":keith" border="0" alt="keith.gif" />
 
Back
Top