• 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. Grey Roger

    Need Help Updating the Russian Translation

    1: The line 'EndQuestMovie();TrackQuestMovie("end","taberna2");' can go earlier, into case "antesmissao" because you're about to be moved to the ship deck. 2: In case "FrenchGrenada", add:Locations[FindLocation("Conceicao_Tavern")].vcskip = true;Then cancel it in case...
  2. Grey Roger

    Need Help Updating the Russian Translation

    Meanwhile, back to the FreePlay smuggler version of "Night Craft", and here's "RESOURCE\INI\TEXTS\ENGLISH\Storyline\FreePlay\QUESTBOOK\smuggler_line.txt". A few lines have changed. Again, it needed a new line without mentioning Raoul Rheims at the start. Also, there's a scene in the original...
  3. Grey Roger

    Need Help Updating the Russian Translation

    Easily enough fixed. In "quests_reaction.c", find this line:Characters[GetCharacterIndex("Aurelien Bergerat")].ship.name = "A Desconhecida";Change it to:Characters[GetCharacterIndex("Aurelien Bergerat")].ship.name = TranslateString("", "A Desconhecida");Then add the translation line for "A...
  4. Grey Roger

    bug or corrupt savefile? or what

    I've now checked your "compile.log" and you did indeed go straight from the tavern room to the ship deck. In general, fast travel like that can break a lot of quests. There's been some work in Build 14 on disabling fast travel in quests which it would break, though I don't know how much of...
  5. Grey Roger

    bug kraken mission

    That is not a bug. You took too long to reach Antigua and Davy Jones caught up with you. Try loading an earlier save and when you are supposed to go to Antigua, go there quickly! If you are in time, the Kraken does not attack.
  6. Grey Roger

    bug or corrupt savefile? or what

    Did you teleport straight from the tavern to the ship? That is what I meant by "fast travel" and probably would send the contact to your ship instead of the main tavern hall.
  7. Grey Roger

    Need Help Updating the Russian Translation

    Incidentally, here are the English versions of "Desmond Ray Beltrop_dialog.h", "quest_smuggler_02_dialog.h" and "quest_soldier_dialog.h". They all have some extra lines added at the end. The "Night Craft" quest appears in "Tales of a Sea Hawk" when you return to Port Royale after breaking into...
  8. Grey Roger

    Need Help Updating the Russian Translation

    A lot of others probably don't translate either. Attached are the character files with all the ship names translated by "TranslateString", and "RESOURCE\INI\TEXTS\ENGLISH\Storyline\Assassin\storyline_strings.txt" with all the ship names that aren't already translated in...
  9. Grey Roger

    bug or corrupt savefile? or what

    Start again and do the same - play as Rochefort, meet the contact in the tavern, move the ship, return to the tavern. The contact should now be sitting in the tavern. If not, quit the game and post "compile.log" here. Also post "error.log" if it exists. After the questbook entry telling you...
  10. Grey Roger

    Mod Release Build 14 Gamma Version [Last update: 29th January 2026]

    That might be because, according to "Controls_Layout.jpg", "Logo" translates to "Character Sheet". The F2 key is therefore presumably replaced by something on the controller. There should also have been a backup of your "options" file, "options.backup". More generally, sometimes the "options"...
  11. Grey Roger

    Mod Release Build 14 Gamma Version [Last update: 29th January 2026]

    Did "Open player status screen" have F2 assigned but greyed out and locked? Or did it not have anything at all? For that matter, when you pressed F2, what happened? Nothing at all? Or did you get to the character menu and were then unable to go to any of the other menus? The latter is what...
  12. Grey Roger

    Mod Release Build 14 Gamma Version [Last update: 29th January 2026]

    This is worrying, @Jason reported exactly the same problem. I suggested a complete reinstall of the game starting with original CD's followed by the January 2022 installed and the current update, and as of 20th November that seems to be working. To both of you - and anyone else who has the...
  13. Grey Roger

    Need Help f2 screen freezes

    "InternalSettings.h" will be overwritten because there is a version of it in the update. This is necessary because the update version contains several variables not present in the January 2022 installer - without those, the game will crash right away. Don't just reinstall the update...
  14. Grey Roger

    International Pirate Community

    More publicity for Pirates Ahoy! has to be good. Feel free to use any of the screenshots I took while using your characters.
  15. Grey Roger

    Need Help f2 screen freezes

    Odd. The whole F2 interface is indeed not working in that save - and looking at a couple of older saves I have in the "FreePlay" folder, it seems you've had this trouble before. Have you changed any settings in "InternalSettings.h" or in the "Options" menu? I know you've changed at least one...
  16. Grey Roger

    Need Help f2 screen freezes

    Is that from right after a screen freeze? Or did the screen freeze, you quit the game, then started again and then uploaded the files? According to "compile.log", all you did was start the game, appeared in a jungle on Saint Martin, then quit. Could you upload a saved game?
  17. Grey Roger

    Need Help f2 screen freezes

    The next time it happens, please upload "compile.log", "system.log", and "error.log" if it exists.
  18. Grey Roger

    Lord of the Rings in real life

    Go to Google Maps. Look for "Genoenhuis Geldrop". Look at the street names.
  19. Grey Roger

    Cannot transfer between ships or purchase a new ship

    Which version are you playing? This is the section for "Beyond New Horizons", also known as Build 15. You also have a report in the section for Maelstrom, which is another version with a different game engine. Are you playing a naval officer? This could be either the "Hornblower" storyline...
  20. Grey Roger

    Need Help Search for Peter Blood's ship

    @Hammie: please make these additions: At case "directstonehouse", add:Characters[GetCharacterIndex("Cecile Bienbonne")].Dialog.Filename = "Cecile Bienbonne_dialog.c"; At case "Pijuanofficer", add: ChangeCharacterAddressGroup(CharacterFromID("Cecile Bienbonne"), "PaP_Brothel", "goto", "goto2")...
Back
Top