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

Dialog merging program

Pieter Boelen

Navigation Officer
Administrator
Storm Modder
Hearts of Oak Donator
I once had a program to merge dialog .h files into the .c files. Does anyone still have that program? It used to be on the FTP and was, I believe, made by Inez Dias, though I am not sure. It might be a good ideato use this program on the Pre Build 13's dialog files, so that the .h files are not used anymore. Maybe that would fix some trouble with dialog texts missing and dialogs not working.
 
Hi, Pieter. I have that tool. And check <a href="http://rapidshare.de/files/11996882/dialogs_fix.rar.html" target="_blank">THIS LINK</a> - here is dialogs files FIXED. Shame on me <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" />

You asked which DECKS were changed. Look at those pictures <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />

<img src="http://foto.spbland.ru/data/media/11/lrg_63799_bigdeck.jpg" border="0" class="linked-image" />

<img src="http://foto.spbland.ru/data/media/11/lrg_63800_middledeck.jpg" border="0" class="linked-image" />
 
holy crap, that's friggin' awesome. I am waiting for, like, everything to more or less be merged into a single file or two till I get all the latst stuff since late last year...

PS Pieter: Since the server change it looks like your modpack page ends with a .org instead of a .net. It threw me when your link in your signature turned up nothing, till I remembered some talk after the switch and tried .org at the end.
 
HI Maximus. I have your latest dialog fix <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/modding.gif" style="vertical-align:middle" emoid=":modding" border="0" alt="modding.gif" />
If I talk to monk in Oxbay and use "I'm sorry padre, please accept my apologies and this 100 gold..
I can't exit . Must reboot comp, sometimes 3 finger salute helps too. I have a fix here. monk dialog.c at start part of file:

<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->switch(Dialog.CurrentNode)

    {

        case "First time":

            Dialog.defAni     = "dialog_stay1";

            Dialog.defCam     = "1";

            Dialog.defSnd     = "dialogs\0\017";

            Dialog.defLinkAni = "dialog_1";

            Dialog.defLinkCam = "1";

            Dialog.defLinkSnd = "dialogs\woman\024";

            Dialog.ani        = "dialog_stay2";

            Dialog.cam        = "1";

            Dialog.snd        = "voice\PAVA\PAVA001";

                        

            NextDiag.TempNode = "First time";        

            Dialog.Text = DLG_TEXT[0];

            Link.l1     = DLG_TEXT[1];

            Link.l1.go  = "how_should_a_monk_look_like";

            Link.l2     = DLG_TEXT[2];

            Link.l2.go  = "exit";  // Link.l2.go  = "exit_pay";Fix CapHawk

        break;<!--c2--></div><!--ec2-->

I fixed Link.l2.go = "exit_pay" to Link.l2.go = "exit";
Hope this helps CapHawk. <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 wanted to report a dialog bug, i know that some dialogs seem to show up missing, but so far i haven't seen anything on the governor's daughters and nieces not having their dialogs, i thought i'd mention it since i don't know whether you'd have to look at them one by one or not.
hope it's worth something <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> .
 
To Maximus: That looks great! I just HAVE to check that out in the game. Are the old boarding locations still being used for some boardings?
What are all those people doing sitting on the deck in your second picture?
Thanks for the new update. I will check it and add it in as soon as I have time for it.
Could you please send that program to me? I lost it. Then I'll put it up for download somewhere, so everybody can use it.

To Alan Smithee: The change in webspace was done while I was away sailing for a few days, so I didn't even know the old link didn't work anymore. I do know now and have changed the link in my signature. I'm not able to upload new files though yet. Don't know why. The server is not accepting my login.

To Captain Hawk: Nice seeing you again! It's been some time, hasn't it? Thanks for looking into the dialog bugs. Maximus added the exit_pay link to the dialog, because you do say in the dialog that you give 100 gold, but you don't actually do that. Judging by the code, the exit_pay should work. Apparently it doesn't, so I'll check it when I make the next update.

To Lord Nelson (and everybody else): I believe the daughters/nieces dialogs not working was reported before. I will try to fix that erroneous dialog and I'll try to fix all other dialogs as well. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/yes.gif" style="vertical-align:middle" emoid=":yes" border="0" alt="yes.gif" />
 
Back
Top