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!
Quick links for Beyond New Horizons
- Download latest version
- Wiki
- FAQ
- Report bugs here
- Bug Tracker on Github
Quick links for Maelstrom
- Download the latest version of Maelstrom
- Download the latest version of ERAS II
- Download the latest version of New Horizons on Maelstrom
Quick links for PotC: New Horizons
- Download latest version
- Wiki
- FAQ
- Report bugs here
Thanks to YOUR votes, GOG.com now sells:
- Sea Dogs
- Sea Dogs: Caribbean Tales
- Sea Dogs: City of Abandoned Ships
Vote now to add Pirates of the Caribbean to the list!
Quick links for AoP2: Gentlemen of Fortune 2
- Downloads and info
- ModDB Profile
- Forums Archive
A Pirate Podcast with Interviews
Music, Comedy and all things Pirate!
- Episode Guide - About - Subscribe -
- Twitter - Facebook - iTunes - Android -
- Youtube - Fill the Coffers -
@Talisman just curious, you are playing jack sparrow right? How is the skill progression going? Do you find you are leveling to fast or is it right? You shouldn't at least max out before the end of the storyline.
Seems pretty good to me so far .
Only the cannon skill seems to go very slow. Haven't had any good sea battles lately?
At the moment the tickmarks are only shown at skills which have a bonus.@Levis: With all your recent changes to officer types and the skill system, are the two skills marked with Ticks in F2>Character still taken into account?
The idea is that those are linked to player type and those are the ones that a character will increase faster than the others.
I noticed today that a companion officer of mine didn't have any tick marks at all, which I think did use to be the case in the past.
If something indeed did change with that functionality, I reckon it should be restored or removed to prevent confusion.
Ok, I believe I actually have a system in place for it I just need to assign some bonusses to the officertypes then. Else I need to add about 2 lines of code I think .So the bonuses do still work? That's good!
Are bonuses ever signed to NPCs? I think they used to be and probably should be otherwise the player has an unfair advantage.
init Dou_soldier_1
init Dou_soldier_2
init Anne Paers
init Laurens Bloem
init Stefan Loseir
init Peter Emden
init Kersten Dekker
init Nol Meens
init Douwesen_Street_merchant_1
init Douwesen_Street_merchant_2
init Location fantom character <0>
init Location fantom character <1>
init Location fantom character <2>
init Location fantom character <3>
init Location fantom character <4>
if(!IsMainCharacter(refCharacter) && !sti(refCharacter.index)==GetMainCharacterIndex() && !bAllies(refCharacter))
{
// trace("init "+refCharacter.id);
if(DEBUG_EXPERIENCE>1) Trace("XP LOG: Start InitAutoSkillsSystem");
XP ERROR: No officertype assigned to: Johan Elting now set to: civilian
@Talisman just curious, you are playing jack sparrow right? How is the skill progression going? Do you find you are leveling to fast or is it right? You shouldn't at least max out before the end of the storyline.
Also, in starting a new game with Assassin:
So THE PLAYER is being set to civilian???Code:XP ERROR: No officertype assigned to: Johan Elting now set to: civilian
LOL! Then once we disable some of that logging, nobody should ever even notice, right?Think so yes. Doesn't matter that much because it will be set later again.