• 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

    In a brothel on Nevis, Pyle doesn't sit on benches.
  2. AkrimalS

    Need Help Updating the Russian Translation

    All fixes seem to be working. Is it possible to make it turn towards the ship on the locator instead of looking straight ahead?
  3. AkrimalS

    Need Help Updating the Russian Translation

    It seems some sentences in "interface_strings.txt" have been changed. Therefore, something is not translated. 1) It was "They are really heavy - one set is enough!" - became "They are really heavy - one is enough!"... We need to change this. 2) It was "Shipwreck" - became "Swamp Wreck Inside"...
  4. 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...
  5. 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");
  6. 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>
  7. AkrimalS

    Need Help Updating the Russian Translation

    No, I accidentally moved away from the locator.
  8. 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")...
  9. 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);
  10. 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);
  11. 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...
  12. 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"?
  13. 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
  14. 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"...
  15. 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);
  16. 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.
  17. 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.
  18. 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"...
  19. 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".
Back
Top