View Single Post
Old 04-09-07, 05:10 AM   #9
jimbob
Ensign
 
Join Date: May 2005
Location: Suomi Finland
Posts: 225
Downloads: 365
Uploads: 6
Default

Yo y'all. Here's some tips to tweak them guys:

Check the code in \\Silent Hunter 4 Wolves of the Pacific\Data\UPCData\UPCCrewData\CrewMembers.upc

Code:
IntelligenceCoef= 0.5
LeadershipCoef= 0.15
MechanicalCoef= 0.3
ElectricsCoef= 0.3
GunsCoef= 0.3     
WatchmanCoef= 0.3
Now, boost them with +1 for something like:

Code:
IntelligenceCoef= 1.5
LeadershipCoef= 1.15
MechanicalCoef= 1.3
ElectricsCoef= 1.3
GunsCoef= 1.3     
WatchmanCoef= 1.3
Another tip for getting seasick etc, check the lines in that same file:

Code:
DamageDescription1= NULL,     0,     0.2,     1,     Minor Wound,         NULL,             0.2,     0.1,     48
DamageDescription2= NULL,     0,     0.2,     1,     It's just a scratch,     NULL,             0.05,     0.1,     4
DamageDescription3= NULL,     0.2,     0.5,     1,     Broken Arm,         HumanDamageArmwound,     0.1,     0.5,     96
DamageDescription4= NULL,    0.4,    0.8,    0.1,    Liver wound,        HumanDamageArmwound,     1,    0.1,    240
DamageDescription5= NULL,    0.6,    1,    1,    Sucking chest wound,    HumanDamageLegWound,     1,    0.1,    240
Tweak it to someting like:

Code:
DamageDescription1= NULL,     0,     0.1,     0.1,     Minor Wound,         NULL,             0.1,     0.1,     1
DamageDescription2= NULL,     0,     0.1,     0.1,     It's just a scratch,     NULL,             0.05,     0.1,     1
DamageDescription3= NULL,     0.1,     0.1,     0.1,     Broken Arm,         HumanDamageArmwound,     0.1,     0.1,     1
DamageDescription4= NULL,    0.1,    0.1,    0.1,    Liver wound,        HumanDamageArmwound,     0.1,    0.1,    1
DamageDescription5= NULL,    00.1,    0.1,    0.1,    Sucking chest wound,    HumanDamageLegWound,     0.1,    0.1,    1
That's an über crew, when you start a new career your dudes got more skillz and they are pretty much immortal.

You dont maybe want to be so extreme with them values,
but I just wanted to show where you can boost them sailors.

Have not tested this much at all but I suspect it should work allrite.

Make backups before tweaking.
jimbob is offline   Reply With Quote