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

NEED HELP: Interface Icons

yo ho ho

Freebooter
Storm Modder
i´ve a problem. where is the code for the ship icon you see in the picture (the icon shows a Pinnace but my ship is a Lineship)?

that icon shows all ships and my wish is that it shows the ship i use.

<a href="http://imageshack.us" target="_blank"><img src="http://img517.imageshack.us/img517/2486/92592342mg7.jpg" border="0" class="linked-image" /></a>
<a href="http://g.imageshack.us/g.php?h=517&i=92592342mg7.jpg" target="_blank"><img src="http://img517.imageshack.us/img517/2486/92592342mg7.5b256bcc62.jpg" border="0" class="linked-image" /></a>
 
I´ve found the code!

I must add the following in "Program/Battleinterface/battleinterface.c"

"<!--coloro:#FF0000--><span style="color:#FF0000"><!--/coloro-->break;


case "lineship"
BI_intNRetValue[0] = 4+3*8;

BI_intNRetValue[1] = 4+3*8 + 1;

BI_intNRetValue[2] = BI_ICONS_TEXTURE_SHIP1;<!--colorc--></span><!--/colorc--> "

change lineship with the ship name and search bevor at the shipclass!
 
Congratulations. Looks rather like the PotC code actually. Though I PotC Build 12.1 and further, we can just add a refShip.all line and that does it all for us. <img src="style_emoticons/<#EMO_DIR#>/whippa.gif" style="vertical-align:middle" emoid=":whipa" border="0" alt="whippa.gif" />
 
right.

i changed ship_icons.tga texture a little, and added icons for the pearl and the dutchman.

<a href="http://img232.imageshack.us/my.php?image=tutorialiconsgf1.jpg" target="_blank"><img src="http://img232.imageshack.us/img232/6769/tutorialiconsgf1.th.jpg" border="0" class="linked-image" /></a>


check it out
 

Attachments

  • pearl_dutchman_icons.rar
    404.7 KB · Views: 99
Cool. Too bad they're AoP icons; I would've liked icons for PotC. <img src="style_emoticons/<#EMO_DIR#>/icon_mrgreen1.gif" style="vertical-align:middle" emoid=":cheeky" border="0" alt="icon_mrgreen1.gif" />
 
<!--quoteo(post=257824:date=May 20 2008, 11:35 AM:name=Pieter Boelen)--><div class='quotetop'>QUOTE (Pieter Boelen @ May 20 2008, 11:35 AM) <a href="index.php?act=findpost&pid=257824"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Cool. Too bad they're AoP icons; I would've liked icons for PotC. <img src="style_emoticons/<#EMO_DIR#>/icon_mrgreen1.gif" style="vertical-align:middle" emoid=":cheeky" border="0" alt="icon_mrgreen1.gif" /><!--QuoteEnd--></div><!--QuoteEEnd-->


there's already a ship icon of the black pearl for potc, i think...
 
Back
Top