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

Spanish Don

Im1sneakysnake

Landlubber
I know there are tons of heads out there I have probably looked at a hundred or so. But, I would like a spaniard with the helmet , mostache and gotee. I would like to be able to put it on the black pak stuff it's great.
 
<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/hi.gif" style="vertical-align:middle" emoid=":gday" border="0" alt="hi.gif" /> Im1sneakysnake, and welcome aboard! Have an ale! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/beer2.gif" style="vertical-align:middle" emoid=":beer" border="0" alt="beer2.gif" />

<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/unsure.gif" style="vertical-align:middle" emoid=":?" border="0" alt="unsure.gif" /> I'm not quite clear as to what you are looking for, but I hope I can help. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />

Do you wish to have this skin as your main character?

Are you using Build 12 on PotC?

Are you using Pieter's Modpack?

Thanks! <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" />
 
I think i know what you're looking for and i'm quite sure there is a model head like that in the game. None the less, I made a sketch for future viewers and I'll try to make a 3D model of it for *.gm conversion.


<a href="http://nitrus010.tripod.com/sitebuildercontent/sitebuilderpictures/sp1.gif" target="_blank">http://nitrus010.tripod.com/sitebuildercon...ictures/sp1.gif</a>

<a href="http://nitrus010.tripod.com/sitebuildercontent/sitebuilderpictures/sp2.gif" target="_blank">http://nitrus010.tripod.com/sitebuildercon...ictures/sp2.gif</a>
 
I Just found your guy in the game and he goes by the name of... Lucas.gm !!!
And the texture file is lukas.tga.tx

<img src="http://pieter.piratesahoy.net/images/characters/face_21.jpg" border="0" class="linked-image" />


Happy Modding
 
<!--QuoteBegin-Nitrus+Aug 27 2005, 10:49 PM--><div class='quotetop'>QUOTE(Nitrus @ Aug 27 2005, 10:49 PM)</div><div class='quotemain'><!--QuoteEBegin-->I Just found your guy in the game and he goes by the name of... Lucas.gm !!!
  And the texture file is lukas.tga.tx

<img src="http://pieter.piratesahoy.net/images/characters/face_21.jpg" border="0" class="linked-image" />


  Happy Modding
<div align="right">[snapback]129126[/snapback]</div><!--QuoteEnd--></div><!--QuoteEEnd-->

Sorry Nitrus, I couldn't access the two above addresses with my browser, somekind of apcompat error

Now your going to think me dense but how do I pull out the picture of Lucas and how do I use it in the game?
I'm not dense just uneducated
 
You could use build 12 and therefore use its tailor option, or you could edit your main character in ...PROGRAM/Characters/character_init.c as the following:

First you find the line which explains the model (not the name, not the character's id, but the model)
Next, you change it from "Blaze" to "Lucas" and...
Voila !!! You're done !

So properly it should look like this:
...

<!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec-->At the second paragraph of
// Set characters initial data......


        makeref(ch,Characters[0]);  //Blaze Devlin
   //ch.perks.list.InstantBoarding = true;
   ch.name  = "Nathaniel";
   ch.lastname = "Hawk";
   ch.model = "Blaze"; 
   ch.nation = ENGLAND;
   ch.model = "Blaze";    <b><----> This Should Look Like <----> ch.model = "Lucas";</b>
   ch.activity_begin = "0";
And so on....<!--QuoteEnd--></div><!--QuoteEEnd-->

I sincerely hope this helps you mate.

P.S.: Don't think yourself dense for not knowing these things. That's what this forum's for ! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/me.gif" style="vertical-align:middle" emoid=":onya" border="0" alt="me.gif" />

P.P.S: And if you want to edit it to add an eyepatch, or a logo on his hat or whatever you should find the ...RESOURCE/Textures/Characters/Lukas.tga.tx then convert it to *.tga using the TXConverter, which by the way can be found here:

<a href="http://robotsdontbleed.com/suraknar/tools/txconverter.zip" target="_blank">http://robotsdontbleed.com/suraknar/tools/txconverter.zip</a>

That means convert it to *.tga with the converter, edit it in Photoshop, or Corel or whichever program you have that supports *.tga then convert it back to *.tga.tx using the TXConverter again, and overwrite the older file.
*Note: remember, if you don't want any complicated problems leave the file name Lukas.tga.tx, this means DO NOT CHANGE IT unless you'd want to HexEdit the Lucas.gm file.

<i>Ignorance is a Great thing</i> - <u>Ceaser</u> <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/laugh.gif" style="vertical-align:middle" emoid="xD:" border="0" alt="laugh.gif" />
 
<!--QuoteBegin-CatalinaThePirate+Aug 3 2005, 03:00 AM--><div class='quotetop'>QUOTE(CatalinaThePirate @ Aug 3 2005, 03:00 AM)</div><div class='quotemain'><!--QuoteEBegin--><img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/hi.gif" style="vertical-align:middle" emoid=":gday" border="0" alt="hi.gif" />  Im1sneakysnake, and welcome aboard!  Have an ale!  <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/beer2.gif" style="vertical-align:middle" emoid=":beer" border="0" alt="beer2.gif" />

<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/unsure.gif" style="vertical-align:middle" emoid=":?" border="0" alt="unsure.gif" />  I'm not quite clear as to what you are looking for, but I hope I can help.  <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />

Do you wish to have this skin as your main character?

Are you using Build 12 on PotC?

Are you using Pieter's Modpack?

Thanks!  <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" />
<div align="right">[snapback]127227[/snapback]</div><!--QuoteEnd--></div><!--QuoteEEnd-->
Sorry Catalina for waiting so long to get back to you (I lost the thread until Nitrus posted to it)
Yes, I want the skin for my main character.
Build 12 Duh...I don't know
I'm using blaggers black pak
 
<!--QuoteBegin-Nitrus+Aug 29 2005, 01:59 AM--><div class='quotetop'>QUOTE(Nitrus @ Aug 29 2005, 01:59 AM)</div><div class='quotemain'><!--QuoteEBegin-->You could use build 12 and therefore use its tailor option, or you could edit your main character in ...PROGRAM/Characters/character_init.c as the following:

First you find the line which explains the model (not the name, not the character's id, but the model)
Next, you change it from "Blaze" to "Lucas" and...
Voila !!! You're done !

So properly it should look like this:
...

<!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec-->At the second paragraph of
// Set characters initial data......


        makeref(ch,Characters[0]);  //Blaze Devlin
  //ch.perks.list.InstantBoarding = true;
  ch.name  = "Nathaniel";
  ch.lastname = "Hawk";
  ch.model = "Blaze"; 
  ch.nation = ENGLAND;
  ch.model = "Blaze";    <b><----> This Should Look Like <----> ch.model = "Lucas";</b>
  ch.activity_begin = "0";
And so on....<!--QuoteEnd--></div><!--QuoteEEnd-->

I sincerely hope this helps you mate.

P.S.: Don't think yourself dense for not knowing these things. That's what this forum's for ! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/me.gif" style="vertical-align:middle" emoid=":onya" border="0" alt="me.gif" />

P.P.S: And if you want to edit it to add an eyepatch, or a logo on his hat or whatever you should find the ...RESOURCE/Textures/Characters/Lukas.tga.tx then convert it to *.tga using the TXConverter, which by the way can be found here:

<a href="http://robotsdontbleed.com/suraknar/tools/txconverter.zip" target="_blank">http://robotsdontbleed.com/suraknar/tools/txconverter.zip</a>

That means convert it to *.tga with the converter, edit it in Photoshop, or Corel or whichever program you have that supports *.tga then convert it back to *.tga.tx using the TXConverter again, and overwrite the older file.
*Note: remember, if you don't want any complicated problems leave the file name Lukas.tga.tx, this means DO NOT CHANGE IT unless you'd want to HexEdit the Lucas.gm file.

<i>Ignorance is a Great thing</i> - <u>Ceaser</u> <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/laugh.gif" style="vertical-align:middle" emoid="xD:" border="0" alt="laugh.gif" />
<div align="right">[snapback]129248[/snapback]</div>
<!--QuoteEnd--></div><!--QuoteEEnd-->
OK, Nitrus, where did you hide PROGRAM? Is this the full path, because I looked in the Firaxus/Pirates folder, the disks and the My Documents/My games folder then did a search, still looking.
 
Are we still talking about Pirates of the Caribbean? 'Cause the PROGRAM directory is in the root directory of the game
For an example, the default instalation setup:
C:\Program Files\Bethesda Softworks\Pirates of the Caribbean\PROGRAM\

I think you've been talking about Sid Meier's Pirates!. If that's the case, you've got the wrong forum, Im1sneakysnake. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/dunno.gif" style="vertical-align:middle" emoid=":shrug" border="0" alt="dunno.gif" />
 
<!--QuoteBegin-Nitrus+Aug 30 2005, 12:22 AM--><div class='quotetop'>QUOTE(Nitrus @ Aug 30 2005, 12:22 AM)</div><div class='quotemain'><!--QuoteEBegin-->Are we still talking about Pirates of the Caribbean? 'Cause the PROGRAM directory is in the root directory of the game
For an example, the default instalation setup:
C:\Program Files\Bethesda Softworks\Pirates of the Caribbean\PROGRAM\

I think you've been talking about Sid Meier's Pirates!. If that's the case,  you've got the wrong forum, Im1sneakysnake.  <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/dunno.gif" style="vertical-align:middle" emoid=":shrug" border="0" alt="dunno.gif" />
<div align="right">[snapback]129320[/snapback]</div><!--QuoteEnd--></div><!--QuoteEEnd-->

Is my face red! Of course I'm talking about Sid Meier's Pirates by Firaxis
(idiot that I am) I didn't even know there was another Pirates out there.
Sorry, or as the younger generation says "My Bad"
 
Back
Top