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

Changing officer PIRATES stats

Scorpion_TTC

Landlubber
I am looking for some help finding the proper file to modify to give all recruitable officers all 10's to PIRATES stats
I found the file that should have been the correct one at:

Steam\SteamApps\common\Caribbean Legend\Program\characters\RPG\special.c

void SetRandSPECIAL(ref _refCharacter)
{
SetSPECIAL(_refCharacter,
(10 + rand(0)),
(10 + rand(0)),
(10 + rand(0)),
(10 + rand(0)),
(10 + rand(0)),
(10 + rand(0)),
(10 + rand(0)));

I made the changes but it has no effect, so this is obviously the wrong file.
any help would be much appreaciated.
 
Back
Top