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

Woods Roger Storyline - Abbess Dialogue file error

salonikasurf

Freebooter
Storm Modder
There is an error in the dialogue file that stops the quest after the battle against the inquisition.
abbess_dialog.c line 197
was (alpha19)
link.l1.go = "thank_you1";
should be
link.l1.go = "exit";
 
It's not my Build 14 - I'm just the current compiler of updates. But yes, the same problem is in the Build 14 version of the file, not surprisingly since the dialog files are the same. And that correction will be in the next update - thanks, @salonikasurf! :cheers
 
Thanks all - one thing I did notice was the incorrect spelling of Curaçao when looking at the detailed map below -
1700011173992.png
 
Odd - that map works fine in Build 14:
curacao_map.jpg

The Build 15 version of "RESOURCE\INI\fonts_euro.ini" has this in the "[INTERFACE_TITLE]" section:
Code:
char_Ç = 225,36,21,30
In the Build 14 version, it uses the ASCII code rather than the letter:
Code:
ascii_199 = 225,36,21,30
Build 15 does use ASCII code 208:
Code:
ascii_208 = 366,36,24,30
So at least one special character presumably doesn't work with the "char_". Try changing "char_Ç" to "ascii_199" and see if the map title appears correct.

Does "Curaçao" appear correctly in other fonts?
 
Back
Top