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

AoP Vers. 1.5 with Supermod-features

Takeda-One

Prussian Corsair
Storm Modder
Hey folks, I´d like to add two Supermod-features to the normel AoP 1.5 vers! First: having the crew on deck while being in 1st Personview on deck; second: to buy all ships in the shipyard, no matter what level it has! Which files and entries do I have to edit??
 
<!--quoteo(post=289110:date=Nov 16 2008, 11:32 PM:name=Takeda-One)--><div class='quotetop'>QUOTE (Takeda-One @ Nov 16 2008, 11:32 PM) <a href="index.php?act=findpost&pid=289110"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Hey folks, I´d like to add two Supermod-features to the normel AoP 1.5 vers! First: having the crew on deck while being in 1st Personview on deck; second: to buy all ships in the shipyard, no matter what level it has! Which files and entries do I have to edit??<!--QuoteEnd--></div><!--QuoteEEnd-->

The first, its realy simply to add, just edit:
/**Install Dir**/Programs/sea_ai/AIcameras.c

And change
Sailors.IsOnDeck = 1
to
Sailors.IsOnDeck = 0
 
It worked, thanks! I wonder how to get the Smugglers-Flag for the Charactership to wear??
 
I urgently need to know how I can manage to buy all the ships, without using the supermod, can anyone help me??
 
in program\scripts\utils.c

edit: CalculateShipForShipYard(aref chr)

replace:
if (iShipYardLevel == 1)
{
iEndPoint = SHIP_CARAVEL;
}

with

if (iShipYardLevel == 1)
{
iEndPoint = SHIP_MANOWAR;
}

and do the same with the other shipyard levels (note: if you added ather ships to ships\ships.h replace ship_manowar with the last ship name)
 
Hi all. <img src="style_emoticons/<#EMO_DIR#>/hi.gif" style="vertical-align:middle" emoid=":gday" border="0" alt="hi.gif" /> I need CLEAN AOP 1.5 Eng. version (not installation - unpacked code-files). Can anyone upload it onto FTP, please? PROGRAM and INI folders
 
Big thanks <img src="style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />
 
Back
Top