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

Depp skin installation... build 11?

AmosTrask

Landlubber
does kodo boons depp skin recquire build 11? as Ive had a go at using the mod but it doesnt change anything so i asume you need build 11 or im having trouble with the following line of instructions:

Then in the same dir, open characters_face.c
and find:

string sEnManFaces = "30,35,10,6,32,33,42,43";
string sFrManFaces = "19,27,29,31,32,33,43,43";
string sSpManFaces = "25,37,38,44,7,32,33,42,43";
string sHoManFaces = "11,26,28,36,32,33,42,43";
string sPoManFaces = "12,30,39,32,33,42,43";
string sPiManFaces = "0,1,13,14,2,23,24,3,40,5,";

the bottom line is where I put the pirate portraits.
like this:

string sEnManFaces = "30,35,10,6,32,33,42,43";
string sFrManFaces = "19,27,29,31,32,33,43,43";
string sSpManFaces = "25,37,38,44,7,32,33,42,43";
string sHoManFaces = "11,26,28,36,32,33,42,43";
string sPoManFaces = "12,30,39,32,33,42,43";
string sPiManFaces = "0,1,13,14,2,23,24,3,40,5,53,54,55,56,57,58,59,60";

<b>you will only need to add the number of the character in this zip's face_id.tga.tx files. </b>

I dunno what the bold bit means...

any help for a newb?
 
I don't think you should need B11 to install this into the regular game. The number of the character is the specific number assigned to headshots of this character, which the installation file mentions somewhere... 50 or 51, maybe.

But for just playing as Jack Sparrow, I don't think any of that is necessary (you'd just have no headshot in the menu screens, maybe). All you have to do is install the model & text files in the right places, then change the line 'ch.model = "Blaze";' in PROGRAM/CHARACTERS/characters_init.c to refer to whatever the model name is for Jack, there between the quotes.

Also, for the change to your character to apply, you'll have to start a new game. Unless you want to get into the sticky business of renaming files and hexediting...
 
Back
Top