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

Search results

  1. AkrimalS

    Need Help Updating the Russian Translation

    I don't know what happened, but my game always crashes after leaving the room in the tavern. I killed the escort captain, then the innkeeper talked to me and left, but I couldn't get back into the tavern. This happens all the time, loading a save doesn't help.
  2. AkrimalS

    Need Help Updating the Russian Translation

    Added a few question marks where there were none. There was nothing there at all. (Enc_Officer_dialog.c) I also moved the text from the code "B_HOUSE.H". Here are the new versions. If I need to do this for Spanish as well, I can do it. Log_SetStringToLog(TranslateString("","You chat on for hours...
  3. AkrimalS

    Need Help Updating the Russian Translation

    I looked at the English files of the latest patch and updated mine. I noticed that you moved some lines from “interface_strings.txt” to “Storyline\Ardent\storyline_strings.txt” and, apparently, for some other stories. These lines that you moved should also remain in "interface_strings.txt"? I...
  4. AkrimalS

    Need Help Updating the Russian Translation

    Yes, the videos are working now. Everything works.
  5. AkrimalS

    Need Help Updating the Russian Translation

    Does this require a new game? I can also go to the temple after the changes without inserting the idol. You can try it on my Russian save. If the videos are not in the "RESOURCE\VIDEOS\standard" folder, but are simply in the "RESOURCE\VIDEOS" folder, then instead of the video there will be a...
  6. AkrimalS

    I need help from a Storm Modder

    As far as I know, the language can be changed by installing it from the workshop. There is already French, Italian and, apparently, German. They are installed in this folder: Steam\steamapps\workshop\content\2230980...
  7. AkrimalS

    Need Help Updating the Russian Translation

    1) Why, after I arrived on the island, do I not see Sailhard’s ship nearby, doesn’t it appear next to me in the normal version of the game? I can't move to his ship, fast travel doesn't work. 2) The pirate frigate "Dud" has no translation. 3) I can easily run into the temple without activating...
  8. AkrimalS

    Need Help Updating the Russian Translation

    It should be like this. A space must appear after sentences 58 and 63. if (PChar.sex == "woman") d.Text = PersuasionSuccess + DLG_TEXT[61] + " " + DLG_TEXT[59] + " " + pricePerk + " " + DLG_TEXT[60]; else d.Text = PersuasionSuccess + DLG_TEXT[56] + " " + DLG_TEXT[59] + " " + pricePerk + " " +...
  9. AkrimalS

    Need Help Updating the Russian Translation

    Yes, that's better. The dialog with the robbers lacks a space between words. The English version will also lack a space and a dot at the end. Enc_Raiders_dialog.h (58,62,63 lines).
  10. AkrimalS

    Need Help Updating the Russian Translation

    But he stands at the door after he offers the task, and not after you kill Sidonio Ogarrio. If you leave the tavern after the proposed quest and then enter, he will be standing there. Perhaps it should be here somewhere - "Wifred_give_to_us_ship". Replace LAi_SetStayType(CharacterFromID("Wilfred...
  11. AkrimalS

    Need Help Updating the Russian Translation

    Also, without fighting Gervasio Serrao, I can hire him. He sits on the right in the tavern and if I ask him the first time, he will tell me to leave, but the second time he will have the dialogue “Have you decided to hire me?”. In theory, he should always tell me the first phrase. This also...
  12. AkrimalS

    Need Help Updating the Russian Translation

    Somehow, after these changes, the door began to open and now everything is fine. Should he be standing in the doorway? I think he needs to be seated at a table, and at the same time, the random spawning of officers in his place during quests should be removed. There is now no empty dialogue...
  13. AkrimalS

    Need Help Updating the Russian Translation

    Found a small bug. After I told Nathaniel that I was starting the assault, I was transported to the sea and if I get to my ship’s cabin after that, the port of Bridgetown is bugged and I can dock as in a regular port. But mooring to the shore does not break anything, only the deck.
  14. AkrimalS

    Need Help Updating the Russian Translation

    Now it works well.
  15. AkrimalS

    Need Help Updating the Russian Translation

    error.log says that parentheses are needed here. if (PChar.sex == "woman") After this, Nathaniel does not disappear, but stands on the pier. Fast travel is not available, it is said that something will happen here. Moving to the deck is available, after reappearing in the port, Nathaniel joins me.
  16. AkrimalS

    Need Help Updating the Russian Translation

    1) Here is the save file before entering the square behind the tavern and the compile.log. The quest is broken 100%. 2) If you sink the frigate Athena, the quest log will say that I captured her. Also somehow I get the idol out of the water. It would be nice to make a scene like with the...
  17. AkrimalS

    Need Help Updating the Russian Translation

    1) In the file "Found_Blaze_1_dialog.c" in case "Explanation_4" replace DoQuestCheckDelay("Story_OfficersGoToTavernWithBlaze", 1.0); on AddDialogExitQuest("Story_OfficersGoToTavernWithBlaze"); In the port, when talking with the team, the dialogue skips and I don’t have time to read it. This...
  18. AkrimalS

    Need Help Updating the Russian Translation

    Also add a parenthesis to line 763, otherwise there will be an empty dialog. Preprocessor_Add("Governor", GetMyLastName(CharacterFromID("Robert Christopher Silehard"))); After that, everything worked and there were no missing variables! Damn, I thought the opposite. Also please change the...
  19. AkrimalS

    Need Help Updating the Russian Translation

    Now the dialog is gone, the error is in error.log: COMPILE ERROR - file: storyline\standard\dialogs\Danielle_dialog.c; line: 724 invalid syntax The same line was displayed "("again_find_rheims", 7);", and not "("again_find_rheims", 12);". Yes, the skins have changed, only the head remains the...
  20. AkrimalS

    Need Help Updating the Russian Translation

    This command doesn't seem to work. The file solved the problem with line 176, but line 196 also does not output anything. It didn't work for me when I started the task again. Maybe you need to delete the below "AddQuestRecord("again_find_rheims", 7);"? AddQuestRecord("again_find_rheims", 7)...
Back
Top