
So It'd be really unique and terrifying and they'll know immediately that they're in your lands/care when they see the guards and soldiers (skeletons) patrolling or walking around the vicinity (man, i wish we have a multiplayer mode

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 -
I think ya'll know where this is heading.Do you have the latest Beta 3.3 WIP yet? The Corsair Upgrade has been in there for quite some time.
Get it through the Upgrades menu at Pirate Shipyards.
Exactly the same way. "Corsair Refit" is exactly the same as "Flush Deck". It has just been renamed and the numbers have been changed a bit.So like the "Flush Deck" upgrade, how can I make it available to all shipyards?![]()
Try!EDIT: Wait, what does numpad 9 actually do again?Sorry, I haven't played the game for a while. Been busy with other stuffs atm.
Okay.Try!![]()
float SetRank(ref char, int iNation, int newrank)
{
// PB: Rewritten to include ALL functionality here -->
float points = 0.0;
float pointsForRank = 0.0;
string sNation = iNation;
int OldRank = GetRank(char, iNation);
char.nations.(sNation).Rank = newrank; // Set rank
if(IsMainCharacter(char)) // PB: DON'T do this for other characters than the player!
{
points = GetRMRelation(char, iNation);
if(IsInServiceOf(iNation)) // Already in the service
{
pointsForRank = RequiredNextRankDirect(newrank);
if (newrank > OldRank && points < pointsForRank) points = pointsForRank; // Promoted
if (newrank < OldRank && points > pointsForRank) points = pointsForRank; // Demoted
}
else // Joining the service
{
ReceiveLetterOfMarque(iNation);
if(sti(char.reputation) >= REP_COMEBACKMIN && newrank > 0)
{
//UpdateTitle(&char);
points = RequiredNextRankDirect(newrank);
}
}
if(points < 0.0) points = 0.0; // <---------------------------------- This seems to be the line quoted by DavyJack
SetRMRelation(char, iNation, points);
SetServedNation(iNation); // Reaffirm your loyalties
ResetForts(iNation); // Make all forts for this nation forget any past mistakes
}
// PB: Rewritten to include ALL functionality here <--
return points;
}
Ah, I probably did that because 'points ' IS a float and checking with 'o' is an integer check, so I did that to prevent possible errors.Thank You so much @Grey Roger !So they just added a ".0" on both of 'em. Nice!
Thank you again @Grey Roger!
![]()
Hehehe. You know why Sire!Why do you need that line anyway? What's so special about it?![]()
If I ever knew, then I don't anymore.Hehehe. You know why Sire!![]()
InternalSettings.h is the one. You need to make sure NumLock is enabled on your keyboard.Ahh, I got another question or problem. So cheatmode is activated but my numpads are not working or I just forgot how to do it, if I enable it from Interface.c, when I go to the game do I just press the numpads or have to do something else?
http://www.piratesahoy.net/build/tools/Modeling+Texturing/TX Convertor.zipAnd what's the application we're using here again for pictures instead of paint or the computer's default app for opening pictures. I remembered the app has some king of a red splash icon. I forgot the name.