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

Can I change my sail to Real Black color?

eldakar

Landlubber
My ship's black sail is not a real black color. It is just dark gray.

I thought 'Sails_init.c' code would work.

SailsColors[7].icon = "interfaces\sails\black.tga";
SailsColors[7].texture = "parus_black";
SailsColors[7].color = argb(255, 60, 60, 60);

RGB 60, 60, 60 is Gray

so I've change that rgb to 0, 0, 0. but it didn't work.

anyone can help me? Please. <img src="style_emoticons/<#EMO_DIR#>/bookish.gif" style="vertical-align:middle" emoid=":mm" border="0" alt="bookish.gif" />
 
Yes, it's gray last time I try out, I think, reason is forum petty much dead, I am wait a answer for help me out fourm, but seem no one help me much to get goal done.
 
I tried to make some new sails too, but it seems, that you can only add different color, and not a multi-color sail (like petros his spanish one) And yeah, you are right about that gray, and sorry, I can`t help you, because I haven`t figured it out yet.

AND YES, the forum is pretty dead, the only modders HERE is, uhm ME <img src="style_emoticons/<#EMO_DIR#>/icon_mrgreen1.gif" style="vertical-align:middle" emoid=":cheeky" border="0" alt="icon_mrgreen1.gif" /> ! The SotfS forum is more active in modding then we are <img src="style_emoticons/<#EMO_DIR#>/icon_mrgreen1.gif" style="vertical-align:middle" emoid=":cheeky" border="0" alt="icon_mrgreen1.gif" />
 
oh, I see. Thanks for your reply, reader81 and Thomas <img src="style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />
 
Oh my, Finally, I found out the reason why it didn't work.

Now to conclude, RGB code above is Working. but the condition is a bit restrictive.


case 1. change RGB code and then play a previously saved game. - NOPE. <img src="style_emoticons/<#EMO_DIR#>/whippa.gif" style="vertical-align:middle" emoid=":whipa" border="0" alt="whippa.gif" />

case 2. change RGB code and then play a New game - NOPE. <img src="style_emoticons/<#EMO_DIR#>/whippa.gif" style="vertical-align:middle" emoid=":whipa" border="0" alt="whippa.gif" />

case 3. EXIT the AOP PROGRAM and then change RGB code and then play a NEW game. - <img src="style_emoticons/<#EMO_DIR#>/piratesing.gif" style="vertical-align:middle" emoid=":shock" border="0" alt="piratesing.gif" /> OK. IT WORKS! <img src="style_emoticons/<#EMO_DIR#>/w00t.gif" style="vertical-align:middle" emoid=":woot" border="0" alt="w00t.gif" />


I had always tried only that case 1 and 2. <img src="style_emoticons/<#EMO_DIR#>/modding.gif" style="vertical-align:middle" emoid=":modding" border="0" alt="modding.gif" />

So now I have changed the code 10, 10, 10 and playing with Black sail. <img src="style_emoticons/<#EMO_DIR#>/keith.gif" style="vertical-align:middle" emoid=":keith" border="0" alt="keith.gif" />
 
<!--quoteo(post=183643:date=Feb 19 2007, 12:48 AM:name=reader81)--><div class='quotetop'>QUOTE(reader81 @ Feb 19 2007, 12:48 AM) [snapback]183643[/snapback]</div><div class='quotemain'><!--quotec-->
you mean EXIT from game?
<!--QuoteEnd--></div><!--QuoteEEnd-->

Yes. EXIT and Change Code and start a NEW game.<img src="style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />
 
Are you telling me you trying changed file while leave game running? That's unheard, I would never do that, I knew it's would cause more harm then good! <img src="style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />
 
If I change code, I always start a new game, otherwise, it won`t work, only cosmetic changes can be made with a save game.
 
Back
Top