• 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!

Any mod like this?

Achilles

Landlubber
I be lookin' fer a mod in which I won't 'ave ter pay me crew. I gots me Pirates! fer that...I got me POTC jes' fer sailin' pretty.
 
In Build 11 or Build 12, if'n ye be signin' Articles wid yer crew, den de sallary be discontinued an' ye must dived de plunder in order tew keep morale up! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/icon_wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="icon_wink.gif" />
 
Select Sign Articles - just don't pay them! You'll probably end up hanging at the end of the yardarm, but... It's the price you pay when you don't pay! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/laugh.gif" style="vertical-align:middle" emoid="xD:" border="0" alt="laugh.gif" />

There's probably a way to do it, Achilles. I took a pass at finding a quick fix, but it's not a quick fix to my eye. Hang loose, someone else may be around soon to figure this out for ya. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/onya.gif" style="vertical-align:middle" emoid=":onya" border="0" alt="onya.gif" />
 
Arr, I be lookin' on de mystical Google but I be findin' naught fer me time, Catalina. Not a trainer dis ol' Cap'n can see on de horizon.

I did, though, find me's a li'l bug, tho it seems ter not be workin'! Accordin' ter de thingy I read, if'n yeh borrow some gold from de loanshark, yeh jes' drop it de big ol' box in his office, 'n he'll consider it paid 'n full. Don't make much sense ter me, 'n when I tried it, I couldn't even use de big ol' box, so, whatever!
 
If you're running Build 12, that bug's been fixed... <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/icon_mrgreen1.gif" style="vertical-align:middle" emoid=":cheeky" border="0" alt="icon_mrgreen1.gif" />
 
Arr! 'Tis the instrument o' me own demise!

I dun looked 'n looked all over de misterkal Google 'n found naught fer me time. If'n anyone o' you's renergade modders be readin' dis, hear me cry fer help. Whip up a snappy trainer 'er summat simple dat jes' adds a good fitty towsin' gold per click o a key er summat. Fer me!?
 
You can either set salary paying to 0, or give yourself tons of starting cash.
For the latter, open up buildsettings.h, find the START_MONEY define, and add plenty of 0s at the end of the 1000.

For the former, open POTC_folderPROGRAMInterfacesalary.c

Find:
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->void SkipSailorPayment()

{

    ref mchref = GetMainCharacter();<!--c2--></div><!--ec2-->

Replace with:
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->void SkipSailorPayment()

{

    DeleteAttribute(GetMainCharacter(),"foodoff"); // reset food off toggle

    return;<!--c2--></div><!--ec2-->

Then every time they ask to be paid, click "skip"; there will be no ill effects.
 
Back
Top