• 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

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

    That's Piet Hein and the price is not a bug, it's intentional. @Pieter Boelen: that one was your creation, is there a reason why it's so expensive?
  2. Grey Roger

    Need Help Updating the Russian Translation

    Thanks for that, @AkrimalS! :cheers
  3. Grey Roger

    Need Help Updating the Russian Translation

    That message comes from "PROGRAM\Loc_ai\LAi_login.c", function 'LAi_CharacterPostLogin', when it's trying to place a follower character. It only works if there's a "goto" locator" in the location. Try adding: LAi_SetActorType(characterfromID("Bartolomeu"))...
  4. Grey Roger

    Need Help Updating the Russian Translation

    At case "morgan_to_havanabis", try adding:ChangeCharacterAddressGroup(CharacterFromID("Bartolomeu"), "Quest_Cabin2", "rld", "loc1");Or, since you have visible locators on, pick another locator somewhere near "reload1". Do not use "reload1_1", "reload1_2" or "reload1_3" because if you have...
  5. Grey Roger

    Need Help Updating the Russian Translation

    2: Case "morgan_to_havanabis" sends you to locator "reload1", which is where that picture shows you. Bartolomeu is probably still automatically following you because of the command 'LAi_ActorFollowEverywhere(characterFromID("Bartolomeu"), "", 60.0);' in case "morgan_to_havana". That ought to...
  6. Grey Roger

    Need Help Updating the Russian Translation

    Also, just to make sure nobody is sitting on Bartolomeu's lap, add to case "Bart_Verabis":Locations[FindLocation("Vera_Cruz_Tavern")].vcskip = true; And at case "wait_for_barto":DeleteAttribute(&Locations[FindLocation("Vera_Cruz_Tavern")],"vcskip");That's also where I added the line...
  7. Grey Roger

    Trophies in the Free Play mode

    Now there's a walkthrough: Night Craft As the quest was originally adapted into "Tales of a Sea Hawk", I've also added a link in the storyline walkthrough.
  8. Grey Roger

    Help with cargo delivery quest during Night Craft quest

    And thank you for reporting it. This was something which needed to be fixed and like many such, the first step is for someone to report a problem.
  9. Grey Roger

    Need Help Updating the Russian Translation

    I had to update a couple of files for the "Night Craft" quest: Help with cargo delivery quest during Night Craft quest Could you re-translate "France Trader_dialog.h", please? There's something odd about the existing Russian version, it's not showing line breaks properly, so I can't add the...
  10. Grey Roger

    Help with cargo delivery quest during Night Craft quest

    Put these versions of "France Trader_dialog.c" and "France Trader_dialog.h" into "PROGRAM\DIALOGS" and "PROGRAM\DIALOGS\ENGLISH" respectively. The "Night Craft" quest came from a Russian mod which was based on the stock game, not on our Build Mod. So "France Trader_dialog.c" did have code for...
  11. Grey Roger

    Need Help Updating the Russian Translation

    Possibly put the second 'StartQuestMovie' in case "free_emilio" instead, as that is where fast travel and the menu are also blocked. You can also remove this line:Locations[FindLocation("Havana_town_05")].reload.l4.disable = 1;There's no point in locking the door to the prison if...
  12. Grey Roger

    Solved Help with locator, model, and texture

    Raising it is easy, just change PositionY to something that isn't 0. Try 0.1. If you make PositionY too big, the item will probably either float in midair or disappear because it's now above the ceiling. If you make it negative, the item will disappear under the floor. Flipping it is going...
  13. Grey Roger

    Solved Help with locator, model, and texture

    For other angles, XX = cos(angle), XY = 0, XZ = sin(angle); YX = 0, YY = 1, YZ = 0; ZX = -XZ, ZY = 0, ZZ = XX. And that's for a locator which is flat on the ground but pointing at an angle other than straight along an axis. For something leaning at an angle, similar calculations involving XY...
  14. Grey Roger

    Solved Help with locator, model, and texture

    The maquahuitl is already in Build 14, thanks to @Jack Rackham, though at present it's limited to the "Bartolomeu" storyline. For an example of how to make an object appear to be propped up against a wall, have a look in the Maltese crypt, which you'll find in Bridgetown. Then have a look at...
  15. Grey Roger

    Help with cargo delivery quest during Night Craft quest

    Can you upload a savegame? You'll need to compress it with something like 7-Zip before you can upload it here. There is supposed to be code for receiving cargo in the special dialog file which Jean Maginot uses during the quest but it's presumably not working, so I'll need to correct it. Then...
  16. Grey Roger

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

    That's odd for several reasons. The update only includes a single locator file for "Town_StJohns" and nothing at all for "Lineship47". In my install, "Lineship47_guns.gm" and the "bench" files are all dated 2020, which means they should be in the 2022 installer. Try installing the game again...
  17. Grey Roger

    Need Help Updating the Russian Translation

    No, there should be one version of "smuggler_line.txt" in "Storyline\standard\QUESTBOOK" and a different version in "Storyline\FreePlay\QUESTBOOK". The one in "standard" has lines referring to Rheims and Danielle. Those don't exist in other storylines so the version in "FreePlay" has different...
  18. Grey Roger

    Trophies in the Free Play mode

    Some time ago, the quest "Night Craft" was adapted from a Russian mod into the "Tales of a Sea Hawk" storyline. The Russian mod was based directly on the stock game, "Tales of a Sea Hawk" is the story from the stock game adapted into "New Horizons", so putting the quest into that storyline...
  19. Grey Roger

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

    The first update of 2026 is now available for download! https://piratesahoy.bowengames.com/potc/Grey Roger/post_1Jan_updates_290126.zip Some of you may have played the new special quest "Night Craft" as part of the "Tales of a Sea Hawk" storyline. It's still there but now it's also been...
Back
Top