• 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

    Add to case "reach_PortRoyal": DisableFastTravel(true); StartQuestMovie(true, false, false);TrackQuestMovie("start","reach_PortRoyal"); case "Morro_loot6": DisableFastTravel(false); EndQuestMovie();TrackQuestMovie("end","Morro_loot6"); These are the latest fixes for the Assassin storyline...
  2. AkrimalS

    Need Help Updating the Russian Translation

    Yes, it worked and nothing broke. LAi_SetActorType(characterfromID("Bartolomeu")); LAi_type_actor_Reset(characterfromID("Bartolomeu")); DisableFastTravel(true); ChangeCharacterAddressGroup(CharacterFromID("Bartolomeu"), "Quest_Cabin2", "rld", "loc0");
  3. AkrimalS

    Need Help Updating the Russian Translation

    For some reason it doesn't work. The closest locator is "loc0" compile.log: Can't find good locator for follower character <Bartolomeu>
  4. AkrimalS

    Need Help Updating the Russian Translation

    No, I accidentally moved away from the locator.
  5. AkrimalS

    Need Help Updating the Russian Translation

    1) Add to case "morgan_to_havanabis": DisableFastTravel(true); case "Priest_Clothesbis3": DisableFastTravel(false); 2) Bartolomeu appears on the same locator (reload1) as Elting. 3) Add to case "Villalobos_church": StartQuestMovie(true, false, false);TrackQuestMovie("start","Villalobos_church")...
  6. AkrimalS

    Need Help Updating the Russian Translation

    Add to case "barto_tavern": Locations[FindLocation("Vera_Cruz_Tavern")].reload.l1.disable = true; case "wait_for_bartobis": Locations[FindLocation("Vera_Cruz_Tavern")].reload.l1.disable = false; case "relever_bart3": LAi_SetFightMode(PChar, false);
  7. AkrimalS

    Need Help Updating the Russian Translation

    Add to case "pardon_douwesen": DisableFastTravel(true); case "fimdabatalha": LAi_SetFightMode(PChar, false); case "fight_diablobis3": LAi_SetFightMode(PChar, false); case "Chico_Cuba": DisableFastTravel(false);
  8. AkrimalS

    Need Help Updating the Russian Translation

    Add to case "meet_enrique": StartQuestMovie(true, false, false);TrackQuestMovie("start","meet_enrique"); case "join_guibert": EndQuestMovie();TrackQuestMovie("end","meet_enrique"); case "free_emiliobis": StartQuestMovie(true, false, false);TrackQuestMovie("start","free_emiliobis"); case...
  9. AkrimalS

    Need Help Updating the Russian Translation

    I deleted the extra file. I had it in "RUSSIAN\Storyline\standard\QUESTBOOK", now everything is fixed. As I understand it, I should also delete "smuggler_line.txt "from "RUSSIAN\Storyline\standard\QUESTBOOK" and add it to "RUSSIAN\QUESTBOOK"?
  10. AkrimalS

    Need Help Updating the Russian Translation

    Uploaded the files. https://github.com/AkrimalS/Translation-of-New-Horizons-Ru- https://disk.yandex.ru/d/AxKaHe4_6Sm18A
  11. AkrimalS

    Need Help Updating the Russian Translation

    Other improvements: case "wait_roxannebis": DisableFastTravel(true); case "Win_Roxy": LAi_SetFightMode(PChar, false); case "Roxanne_captive2": Locations[FindLocation("Eleuthera_townhall")].reload.l1.disable = true; case "roxanne_in_jail2"...
  12. AkrimalS

    Need Help Updating the Russian Translation

    After talking to Benavides, we should leave him through the door, not through a fast travel. Disabling fast travel will allow us to talk to Butcher. case "Governor_Puerto": DisableFastTravel(true); case "Governor_Puertobis2": DisableFastTravel(false);
  13. AkrimalS

    Need Help Updating the Russian Translation

    The player can safely buy something before talking to the innkeeper or after capturing the crew. I don't think he should be allowed to walk around the town. Elting tells Butcher to get out of the tavern and onto the street. Yes, fast travel works, I can go to the deck of my ship before talking.
  14. AkrimalS

    Need Help Updating the Russian Translation

    Add to case "Bart_grenadabis3": DisableFastTravel(true); case "quitter_saojorge": DisableFastTravel(false); Fast travel should be disabled, as we just need to exit the tavern. And also on the ship.
  15. AkrimalS

    Need Help Updating the Russian Translation

    1) Add to "PROGRAM\Storyline\Assassin\quests\quests_reaction.c" - case "acaba_mona": after Group_DeleteGroup("English_Captain4_Ship"); StartQuestMovie(true, false, false);TrackQuestMovie("start","acaba_mona"); DisableFastTravel(true); Also: Add to case "village_fight_fim"...
  16. AkrimalS

    Need Help Updating the Russian Translation

    Do I need to add the names of these ships to "RESOURCE\INI\TEXTS\RUSSIAN\Storyline\Assassin\storyline_strings.txt" if they are located in "RESOURCE\INI\TEXTS\RUSSIAN\Storyline\storyline_strings.txt"? Will they be translated? These ships: "La Licorne", "Mordaunt", "Unicorn".
  17. AkrimalS

    Need Help Updating the Russian Translation

    You need to turn off the combat mode, otherwise you can enter the temple and break the quest. It might also be worth blocking the entrance there until we are at sea. PROGRAM\Storyline\Assassin\quests\quests_reaction.c case "depois_combate": LAi_SetFightMode(PChar, false);
  18. AkrimalS

    Tales of sea hawk Bug - workaround

    B14 is the most stable in terms of storylines, believe me. I went through almost all the storylines 2 times and Grey Roger helped me fix all the bugs and mistakes. But the engine of the game is not very stable and sometimes the game just crashes.
  19. AkrimalS

    Need Help Updating the Russian Translation

    In the save that I attached, for some reason, I lost the Spanish letter of marque. I decided to apologize to Spain and get a new letter of marque, but it also did not give me option 3. I started at the point where I needed to talk to Pelagius Lizarraga and made sure that I had 2 letters of...
Back
Top