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

Ahoy and help! lol

Captain Hazard

Landlubber
Firstly, ahoy all you pirates out there! I'm new to this community so please be gentle lol.

My question is what do I need to change to allow the tailors provide all clothing options. I changed this before and it makes you say, "Don't show me the average stock, I know you can offer more! And do it quick!". Stupid me, I didn't write down the change anywhere and when I reinstalled PotC fresh, it was gone. I've been able to locate that phrase in the tailor_dialog.c . It looks as though it has something to do with a debug mode. Anyone know what I'm talking about or what I can change?

Thanks for any help yall can offer!

P.S. - Great work all of you have done with this game! These mods have made it one of my favorite games I own. I raise my mug to all of ya! <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" />
 
<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/hi.gif" style="vertical-align:middle" emoid=":gday" border="0" alt="hi.gif" /> Hazzard
I think this is what Nathan Kell posted somewhere ...
<!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec-->If you want all tailors to have all models:

Open the file (Your POTC Folder)\PROGRAM\DIALOGS\Tailor_dialog.c
Find section:

code: if(DEBUG)
        {
            PChar.AppearanceMod.ClothierModel = NPChar.model;


Replace DEBUG with true:

code: if(true)
        {
            PChar.AppearanceMod.ClothierModel = NPChar.model;



Then load your game and talk to the tailor. Choose the last option ("Don't show me the average stock..."). Then you can cycle through all models.<!--QuoteEnd--></div><!--QuoteEEnd-->
 
Please note: I think that if you change you model in that way, the proper animation isn't used. I'm not sure though, but if that indeed is the case and you choose a model that requires anything else than man.ani, it'll cause trouble. But like I said: Not sure though.
You can open BuildSettings.h (Build 12) or globals.c (Post Build 12 Mods) to turn the debug mode on. Then, if you open the character model selection screen through the F2 menu, you will have all the models available.
Hope this helps. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/me.gif" style="vertical-align:middle" emoid=":onya" border="0" alt="me.gif" />
 
Back
Top