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

All the skins?

lukemax

Landlubber
I cant find the skins i like <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/bounce.gif" style="vertical-align:middle" emoid=":b:" border="0" alt="bounce.gif" />

So i gave up <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/buds.gif" style="vertical-align:middle" emoid=":drunk" border="0" alt="buds.gif" />

Anyhow is there any code/edit to allow me to have all the ksins in the came or allow me to go to a shop with them ALL <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/whippa.gif" style="vertical-align:middle" emoid=":whipa" border="0" alt="whippa.gif" />

Thx
Lukemax <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/duel_pa.gif" style="vertical-align:middle" emoid=":ixi" border="0" alt="duel_pa.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" /> Lukemax
Each tailor will have some skins unique to his nation.

Also, it's a pain, but if you ask to see outfits over and over, the tailors do cycle through some different skins, mixed in with the same ones you've seen before.

If you're looking for skins for your officers, be warned, that right now with the post Build 12mods, there is this bug that every time you exchange inventory items with your officers, they will revert back to their original skin, and you will have to re-adjust it in the interface screen each time.
 
There is a program called Modelview (I think) that you can look at all the models with the skins without going into POTC, I forget where on this site I found it, but its handy to look through all the skins for ships and people and see whats there.
 
<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/no.gif" style="vertical-align:middle" emoid=":no" border="0" alt="no.gif" /> tis be no such thing

I now desire to make a MOD of the tailors shop that only sells uniforms! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/bounce.gif" style="vertical-align:middle" emoid=":b:" border="0" alt="bounce.gif" />

Now how do im do that? <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/dunno.gif" style="vertical-align:middle" emoid=":shrug" border="0" alt="dunno.gif" />

En Garde
<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/duel_pa.gif" style="vertical-align:middle" emoid=":ixi" border="0" alt="duel_pa.gif" />
 
If you turn the debug mode on, you'll be able to cycle through all available skins at the tailor's. Open up globals.c (if you are using the Post Build 12 Mods) or BuildSettings.h (if you aren't using the Post Build 12 Mods) in the PROGRAM folder to set "int DEBUG = 1;". This will turn on debug mode when starting a new game. When using a savegame, it might be better to add the following code to PROGRAM\console.c in the "void ExecuteConsole()" function:
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->if(DEBUG)
{DEBUG = 0;
logit("Debug Mode Turned Off");}
else
{DEBUG = 1;
logit("Debug Mode Turned On");}<!--c2--></div><!--ec2-->
Pressing F12 should then toggle on/off the debug mode. Not sure though. I haven't tested this code. If it doesn't work, say so and I'll try to find out why.
 
<!--QuoteBegin-lukemax+Oct 19 2005, 04:50 AM--><div class='quotetop'>QUOTE(lukemax @ Oct 19 2005, 04:50 AM)</div><div class='quotemain'><!--QuoteEBegin-->yeah, maybe the skin im looking for has been taken out : (

i guess i will never know !
<div align="right">[snapback]133289[/snapback]</div><!--QuoteEnd--></div><!--QuoteEEnd-->

AFAIK, nothing ever get's taken out! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/laugh.gif" style="vertical-align:middle" emoid="xD:" border="0" alt="laugh.gif" />

Lukemax, just what skin are you looking <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/keith.gif" style="vertical-align:middle" emoid=":keith" border="0" alt="keith.gif" /> for ... describe it. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/poet.gif" style="vertical-align:middle" emoid=":hmm" border="0" alt="poet.gif" />

BTW, Doober is right, there is just such program! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/yes.gif" style="vertical-align:middle" emoid=":yes" border="0" alt="yes.gif" />
 
<!--QuoteBegin-lukemax+Oct 19 2005, 05:23 PM--><div class='quotetop'>QUOTE(lukemax @ Oct 19 2005, 05:23 PM)</div><div class='quotemain'><!--QuoteEBegin-->I now desire to make a MOD of the tailors shop that only sells uniforms!  <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/bounce.gif" style="vertical-align:middle" emoid=":b:" border="0" alt="bounce.gif" />
<div align="right">[snapback]133311[/snapback]</div><!--QuoteEnd--></div><!--QuoteEEnd-->
Check Malcolm Hatcher's dialog and the Tailor's dialog and see if you can figure something out.

The modelview program is called GMViewer and seems to only be available from the SLiB mod pages.
 
Back
Top