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

Recent content by AkrimalS

  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"...
Back
Top