• 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 also added "Grandma Rogers{Бабушка Роджерса}" in "interface_strings.txt " and I checked if it works using "console.c". logit(TranslateString("Grandma Rogers")); - Everything seems to be correct.
  2. AkrimalS

    Need Help Updating the Russian Translation

    Is it possible to make a common two-word name for "Grandma Rogers" in order to translate it correctly? Have you done this before for "Rogers' Crew{Офицер Роджерса}", the same thing is needed here. Now it's "Бабушка Роджерс" - which means Woods Rogers has turned into a grandmother. Must be...
  3. AkrimalS

    Need Help Updating the Russian Translation

    PROGRAM\INTERFACE\itemsbox.c
  4. AkrimalS

    Need Help Updating the Russian Translation

    "bartender_dialog.c" Log_SetStringToLog("Wonder what kind of import that is!"); - not translated. Change to Log_SetStringToLog(TranslateString("","Wonder what kind of import that is!")); The phrase has already been added to "interface_strings.txt ".
  5. AkrimalS

    Need Help Updating the Russian Translation

    Now I need some glue to repair the Book! - not translated. In "interface_strings.txt " there is already a phrase "Now I need some glue to repair the Book.". It's the same, but there's a dot at the end instead of an exclamation mark.
  6. AkrimalS

    Need Help Updating the Russian Translation

    Add to case "green_door_found": Locations[FindLocation("wr_residence")].reload.l3.disable = 1;//window now closed And move "Locations[FindLocation("wr_residence")].reload.l3.disable = 0;//window now open" from "library_open4" to case "search_clock1". The window should not be open until we have...
  7. AkrimalS

    Need Help Updating the Russian Translation

    I can do this "Leading Coastbrother" - "Главный Береговой Брат". "Главный" is something like head, chief. It doesn't sound that good, but it'll do, too. Then you don't need to change anything. If "Leading" is used for someone else, then it will be a problem. Then it will be possible to use...
  8. AkrimalS

    Need Help Updating the Russian Translation

    1) Add to case "QC_gate_2": Locations[FindLocation("QC_town")].reload.l1.disable = 1;//closed Locations[FindLocation("QC_town")].reload.l2.disable = 1; //tavern Locations[FindLocation("QC_town")].reload.l7.disable = 1; //bordel Locations[FindLocation("QC_town")].reload.l8.disable = 1; //pirate...
  9. AkrimalS

    Need Help Updating the Russian Translation

    "Leading Coastbrother" should translate to "Лидер Берегового Братства" - that's right. The rest of the "Coastbrother" monks should be translated "Береговой Брат". So I changed the name "Coastbrother" to "CoastbrotherM" for the others so it would translate correctly.
  10. AkrimalS

    Need Help Updating the Russian Translation

    Is it possible to change the name for the other monks? For the leader the translation is correct, but it is not the same for others. "PROGRAM\Storyline\WoodesRogers\characters\init\TempQuest.c" Do I need to change these lines starting with // Brother of the Coast 2? And also add this to...
  11. AkrimalS

    Need Help Updating the Russian Translation

    If you don't take monk's outfits from Blowhorn, for some reason, monks don't appear on top immediately, but only when you re-enter. https://www.veed.io/view/a2d88b5e-ea33-4a9b-9a71-29711532794d?source=Dashboard&panel=share I've attached a save, if necessary. The monks also don't appear if I walk...
  12. AkrimalS

    Need Help Updating the Russian Translation

    I can talk to Celestine Maupassant and hire a girl for the night. It will also take away my reputation. She probably needs an additional dialogue at this point. https://www.veed.io/view/db0a05a2-aec8-4bc3-be88-24968e52c70c?source=Dashboard&panel=share
  13. AkrimalS

    Need Help Updating the Russian Translation

    It's a little strange that I'm being chased by brothel guards, and I can walk back out the door. You either need to write a script where Pyle walks out of the door and gets ambushed, or just close the door.
  14. AkrimalS

    Need Help Updating the Russian Translation

    In a brothel on Nevis, Pyle doesn't sit on benches.
  15. 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?
  16. 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"...
  17. 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...
  18. 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");
  19. 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>
  20. AkrimalS

    Need Help Updating the Russian Translation

    No, I accidentally moved away from the locator.
Back
Top