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

JRH quest

@Jack Rackham:

Something I noticed while checking out one of the translation projects. In "PROGRAM\Storyline\WoodesRogers\characters\init\TempQuest.c":
Code:
               //wr 34 crew,
   ch.old.name = "Rogers'";
   ch.old.lastname = "Crew";
   ch.name = TranslateString("","Rogers'");
   ch.lastname = TranslateString("","Crew");           
   ch.name = TranslateString("","Buccaneer");
   ch.lastname ="";
There are two each of "ch.name" and "ch.lastname". My guess is that the second pair will override the first. Do you want this character to be "Rogers Crew" or "Buccaneer"?
 
I don't know what have happened here. All the other ones are "Rogers' crew" so that must be the right case.
 
That also fits better with the "old.name" and "old.lastname" lines.

I've deleted the "Buccaneer" and "" lines from the version I have. The attached file is what's going into the next update, although of course if you upload a different version, I'll use that.
 

Attachments

  • TempQuest.c
    629.4 KB · Views: 228
Back
Top