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

Need Help Updating the Russian Translation

1: Change that to:
Code:
Pchar.NoSave.Custom = TranslateString("","while you are in the Cartagena Fort location");
Put the translation at the bottom of "RESOURCE\INI\TEXTS\RUSSIAN\Storyline\Bartolomeu\storyline_strings.txt".

2: OK, except it might be better to put 'LAi_SetFightMode(PChar, false);' at case "outside_fort45" instead of "outside_fort44". At "outside_fort44", a pirate runs to a locator and triggers case "outside_fort45" when he gets there. The player might decide to draw the sword again while the pirate is running. ;)
 
Here's the new 256x256 interface picture for "Animist_Elting":
elting_animist.jpg
Download, unzip, and put in "RESOURCE\Textures\INTERFACE\PORTRAITS\256".
 

Attachments

  • face_552.tga.tx.zip
    63.7 KB · Views: 5
I have uploaded the updated translation files.
2) If I leave the temple without the idol, I will not be able to return.
That point remains to be resolved and the story will play well.
1) case "davy_video"
After the video, we need to make Gaetan Andrieux himself talk to us, not us to him.
2) Add this so you don't accidentally kill an officer when he surrenders.
case "Esteban_surrender":
LAi_SetFightMode(PChar, false);
 
Back
Top