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.
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.






