• 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 have uploaded the updated translation files. That point remains to be resolved and the story will play well. 1) case "davy_video" After the video, we need to make Gaetan Andrieux himself talk to us, not us to him. 2) Add this so you don't accidentally kill an officer when he surrenders. case...
  2. AkrimalS

    Devlin Opera for the 65742th time

    I use this python script to convert files to UTF-8. You need to download python and install the chardet module via command line. ("pip install chardet" or "py -3 -m pip install chardet") At the bottom of the script, specify the path to the folder with the files you want to convert. (Make a...
  3. AkrimalS

    Need Help Updating the Russian Translation

    Attached. 1) The phrase in the save menu is not translated. case "inside_fort14": Pchar.NoSave.Custom = "while you are in the Cartagena Fort location"; 2) Additional changes: case "inside_fort14": PChar.quest.disable_rebirth = true; case "outside_fort72": PChar.quest.disable_rebirth = false...
  4. AkrimalS

    Need Help Updating the Russian Translation

    The case "delay_no_reinc" is active in the church, preventing rebirth. Therefore, I disabled rebirth after leaving the church. I don't have it.
  5. AkrimalS

    Need Help Updating the Russian Translation

    1) Gregorio Montavez_dialog.h (130 line) - "Ah! Don Guillermo,", There is no continuation here and the comma makes no sense. 2) Improvements: case "square_fight": DisableFastTravel(true); case "stroll_lucia": DisableFastTravel(false); case "ortega_duel_end": LAi_SetFightMode(PChar, false)...
  6. AkrimalS

    Need Help Updating the Russian Translation

    1) This problem was not solved. 2) We need to lock the doors to the residence or the people in it will be missing when I go out and come back in. Add in case "aller_residence" - Locations[FindLocation("Cartagena_townhall")].reload.l1.disable = true; And in case "visit_cartagena2" -...
  7. AkrimalS

    Need Help Updating the Russian Translation

    case "ElMorro_assault" or case "ElMorro_assault2": And remove here - case "leave_morro" Also add in case "morro_tope" LAi_SetFightMode(PChar, false); So that Elting will speak to Bartholomew at once when the guard dies.
  8. AkrimalS

    Need Help Updating the Russian Translation

    1) Why does the case "morro_topc" equip stones instead of throwing knives, because I need to kill this soldier, not stun him. 2) It seems in the fort need to turn off the fast travel. 3) The soldiers who hold my people captive do not attack me until I approach them. They run strangely in a...
  9. AkrimalS

    Need Help Updating the Russian Translation

    1) At Fort Vera Cruz, we need to disable revival. It seems to be case "enter_forte". 2) Add: case "relever_bart3" LAi_SetFightMode(PChar, false);
  10. AkrimalS

    Need Help Updating the Russian Translation

    1) Add: case "paymaster_antigua14": LAi_SetFightMode(PChar, false); case "battle_forte2": LAi_SetFightMode(PChar, false); 2) Remove the fast trave in the Aguadilla Bay. 3) If you accidentally hit one of your men, they will attack you.
  11. AkrimalS

    Need Help Updating the Russian Translation

    Great, it works! :onya
  12. AkrimalS

    Need Help Updating the Russian Translation

    This should also be done for the Elting case in "free_emiliobis". I think it would be better if the officer could talk to us directly when we approach the door.
  13. AkrimalS

    Need Help Updating the Russian Translation

    1) In the fort prison, we need to disable fast travel. 2) case "Padilla_morto_rox": - add "LAi_SetFightMode(PChar, false);" at the beginning so that the player cannot escape to another location with a sword. 3) You need to block the exits to other locations, or you'll lose the guard near the...
  14. AkrimalS

    Need Help Updating the Russian Translation

    1) Alice Town is not displayed in the fast travel menu if I have a Spanish flag. The town only appears after changing the flag to English. 2) If you die while going through the mission to rescue Roxanne and you have revival enabled, the character won't go to the tavern and the menu won't open.
  15. AkrimalS

    Need Help Updating the Russian Translation

    No, unfortunately does not work. In compile.log writes that the dialogue file cannot find.
  16. AkrimalS

    Need Help Updating the Russian Translation

    Everything is fine here now. On line 92, you commented out “}”, which caused an empty dialog. After correction, the sound of a monkey appeared, but displays the letter "e" instead of the text. RUNTIME ERROR - file: dialogs\Carpenter.c; line: 50 Global variable not found RUNTIME ERROR - file...
  17. AkrimalS

    Need Help Updating the Russian Translation

    The text also does not appear. Perhaps with "Lair_crewmember3.c" something is also wrong.
  18. AkrimalS

    Need Help Updating the Russian Translation

    1) In line 119 of the "Lair_crewmember.c" file, you need to remove the extra space between sentences. d.Text = RandPhrase(TimeGreeting() + DLG_TEXT[8] + GetMyAddressForm(NPChar, PChar, ADDR_CIVIL, false, false) + " " + DLG_TEXT[9] + DLG_TEXT[10], DLG_TEXT[11] + DLG_TEXT[12], DLG_TEXT[13]...
  19. AkrimalS

    Solved Hoist the Colours - Gentleman Jocard - A Slaver - Free the Slaves

    Yes, I remember that problem. Grey Roger told me that it would be solved by playing from the beginning, but I didn't check it out.
Back
Top