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

Medium Priority Priest updates

Grey Roger

Sea Dog
Staff member
Administrator
Storm Modder
I've been modifying the dialogs for priests so that they don't call you "my son" if you're playing a female character. Most of them are fairly easy - a preprocessed placeholder instead of "son", and a bit of code to fill it in, the code going outside the main "switch" block so it doesn't need to be duplicated at each dialog case.

There are two priests who needed a bit more work. One is Pater Dominic, the priest on Guadeloupe, who is currently on a vow of silence because he has no dialog files at all! That surprised me, as it was I who put him there back in 2015 and would probably have tested him, but for some reason no dialog files for him exist in any version of Beta 4, or even Beta 3.5, that I can find. The ones attached here are basically a copy of the files for Martinique priest Pater Jourdain, minus the code for the quest about the woman who lost her faith, though the text lines are still there because removing them would mess up the line numbers.

And then there is Padre Domingues, whose involvement in both the "Tales of a Sea Hawk" storyline and the "Strange Things Going On" sidequest make his dialog files more complex than the standard priest ones. Can someone who is doing "Tales of a Sea Hawk" and/or "Strange Things Going On" please give these ones a try and tell me if he still says what he needs to say?

Both these, plus all the other modified priest dialogs, will go into the next update zip.
 

Attachments

  • pater dominic_dialog.c
    6.2 KB · Views: 306
  • pater dominic_dialog.h
    3.7 KB · Views: 283
  • padre Domingues_dialog.h
    10.4 KB · Views: 276
  • padre Domingues_dialog.c
    16.9 KB · Views: 340
Back
Top