• 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. Baste

    BUILD 14 BETA 3.1 Polish translation

    I have now had a look at the stock Polish version and it was interesting. It seems it is based on the Russian version WITH the patch that was made for it. Despite that, it does not have many of the improvements that were made for the English-language European version. Unfortunately, I have bad...
  2. Baste

    What happens if you don't pay the loan shark?

    I checked the stock code further, and it turns out you get three pirate ships sent after you as a random encounter on the map when the time to repay the loan runs out. I just tried it, and just to be sure I changed the nation of the ships to England. My relation with England was friendly so I...
  3. Baste

    What happens if you don't pay the loan shark?

    I believe that in the stock game there will be thugs sent after you if you don't repay the loansharks. I haven't tried it myself, though, but the code implies it. Note that in the stock game there is also a bug that even if you repay the loanshark the debt isn't marked as repaid, so it will...
  4. Baste

    Any Swords on Khael Roa?

    No, there isn't. There can be random items such as gold and gems, though, and there is an Easter egg.
  5. Baste

    BUILD 14 BETA 3.1 Polish translation

    Various programs can create disc images in various file formats. ISO files can for example be created with programs such as DAEMON Tools, Nero Burning ROM, and IMG Burn. About the fonts: Yes, but it seems that file doesn't help much in this case. :shrug
  6. Baste

    BUILD 14 BETA 3.1 Polish translation

    Yes, ISO or the like. Even if I only have the folders, I think I can get the letters to display properly if they don't do it at first.
  7. Baste

    Favorite Sword?

    Me or WindmillSlayer (or both)? As for myself, I develop for both my own game version and the Build Mod, so I'm not playing the stock game. :cheers
  8. Baste

    Silver Leaf Sword?

    It isn't used anywhere and there is no code to let us know what it was supposed to be used for. Although based on its description it is possible that it was supposed to be given as a reward from the English governor.
  9. Baste

    BUILD 14 BETA 3.1 Polish translation

    I meant the whole game version, such as disc image files, so I can install it and test changes in the game as well and not only study the code. That might not be feasible, and uploading and sending me the game version as disc image files or such could probably be seen as software piracy even...
  10. Baste

    Favorite Sword?

    I'm not very familiar with the weapons in the Build Mod, but in the stock game I prefer the Squall. It has high stats and is the most balanced sword in the stock game. With a high Melee Combat skill and the Professional Fencer ability I feel that the enemies' Advanced Defense is pretty much negated.
  11. Baste

    Silver Leaf Sword?

    You did see my post in your thread, right? :P http://www.piratesahoy.net/threads/windmill-slayer-in-stock-potc.20118/#post-444452 The part about the Corsair's Pride isn't true, though, as I clarified in my latest post in that thread.
  12. Baste

    The Purpose of Thierry Bosquet

    I suspected it was something bad with him, especially when the tavern keeper said he was a bad man. I paid anyway to see what would happen. Yes, you get his Yataghan, but I prefer the Schiavona early in the game. Another thing about him is that because of a bug he keeps respawning outside of...
  13. Baste

    BUILD 14 BETA 3.1 Polish translation

    Huh, what do you mean? It seems I posted quite a while before you. o_O If I had the Polish version of the stock game, then maybe I could figure out a better way to use Polish fonts in the Build Mod by studying how they are used in the stock game. I'm not saying I definitely would be able to...
  14. Baste

    Need Help Windmill slayer in stock POTC

    I take back my statement about the Corsair's Pride. I checked the stock code, and it turns out the sword isn't used anywhere, including on random officers. So, it cannot be found in the game.
  15. Baste

    Silver Leaf Sword?

    The Silver Leaf is indeed the sword Danielle uses later in the game. It is not used anywhere else, and cannot be found in the game. I checked the stock code, and it turns out it was supposed to be one of the items stores and traders can sell, but due to a little miss, it can never be loaded. I...
  16. Baste

    BUILD 14 BETA 3.1 Polish translation

    Sorry for my absence. Life continues to get in the way of doing things. Such kind words, but I wouldn't call myself an expert on this. I only understand part of it. KK would know more about it. :yes I had a look at changing the characters in the code, and it seems it might be possible, but...
  17. Baste

    BUILD 14 BETA 3.1 Polish translation

    Yes, that is correct, whenever you want "Ą" in the game you must write "¥" in the code, whenever you want "ą" in the game you must write "¹" in the code, and so on (if the characters look the same for you as they do for me). Unfortunately, that's how the font files and texture files are set up. :/
  18. Baste

    BUILD 14 BETA 3.1 Polish translation

    You put the character corresponding to the letter you want in the file you want the text. For example, to get that description text I put this in "standard.c" in PROGRAM\Storyline: case "Polish": sl.(sn).title = "Nowe horyzonty"; sl.(sn).description =...
  19. Baste

    BUILD 14 BETA 3.1 Polish translation

    Thanks to the help we got from KK in PMs, I have found the characters to use for Polish letters. Some of them cannot be typed here so see the attached file. This is the result I get: This should make translation easier. :)
  20. Baste

    BUILD 14 BETA 3.1 Polish translation

    Yeah, I thought about that afterwards, that I could try to use those characters and see what happens. It seems to make some progress: The font files and textures seem to work, so it seems all that is needed is to know which characters correspond to which letters. :)
Back
Top