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

Debuger Loyalty

Skay24

Landlubber
Hi
Has anyone Debuger code for Loyalty.
Can someone post it here. I had it a year ago from some post in forum.
 
Umm is this what you are looking for?

COAS Loyalty Mod
 

Attachments

  • COASLoyaltyMod.zip
    6.2 KB · Views: 158
Head into Program == _mod_on_off.H and change this line of code.
Code:
#define MOD_BETTATESTMODE			"OFF"  // OFF -DEV version; Test - TST ver; Off - relize

Change OFF to ON, save and exit file. Load game and press F11 but a small problem happens by turning this on for current games which makes the camera mess up. Its a quick fix which requires you to go into options and revert the buttons configuration to default and hit ok to finilise that action then the game play's perfect again. You can re-edit any commands you had changed after doing that its just the only way to fix the problem from turning the beta testing cheats on.
 
Ok I manage on my own with it you can max loyalty of the officers even with bad reputation.
Past this in the debuger.c file in 1 of the command, and in game open the console with F11

string descF20 = "Officer-skipper Loyality";
void CalculateInfoDataF20()
{
totalInfo = descF20;
// -->
if (sti(pchar.Fellows.Passengers.navigator) != -1)
{
ref chr = GetCharacter(sti(pchar.Fellows.Passengers.navigator));

chr.Loyality = sti(chr.Loyality) + 200;
}
else
{
totalInfo = "No officer";
}
// <--
totalInfo = totalInfo + NewStr() + NewStr() +
"The command is executed successfully!";
SetFormatedText("INFO_TEXT",totalInfo);
}
 
Please be clear to me coz i'm annoyyed.

I did some random stuff in the game to gain loyalty amongst my Officers.

Those who have reps below Regular Sailor
(Swindler,Shark,blood assassin and so on)

I have done some or alot of raiding and stealing loot from towns and ships.
Their Loyalty bar gain so much as I go.

As for Officer with reps above Regular Sailor.
(Trusted Sailor, Man Of Honor, Hero and so on)

I finally stop raiding and got plenty of cash in my pockets.
Balanced out 3 country except Spain...
Did some Governer quest ~ Doing good deeds

My fellow Scoundral Officers loyalty reduces...

But my Trusted Officers doesn't gain anything but 00000000 loyalty !

How to fix?!......
 
Back
Top