Athlonic |
04-02-10 12:34 PM |
Hi,
the file you want to mess with is :
Silent hunter5\Data\UPCDataGE\UPCCrewData\SpecialAbilitie s.upc
Search for this section :
Quote:
;NAVIGATOR - Passive abilities
[SpecialAbility 11]
ID=Ability-Reduce-DivingSurface-Time
|
and change this part :
Quote:
AbilityValue= 5, 5, 10, 10, 15, 15, 20, 20, 25, 25
AbilityInternalValue= 18.5, 17.25, 37, 34.5, 55.5, 51.75, 74, 69, 92.5, 86.25
|
into this :
Quote:
AbilityValue= 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
AbilityInternalValue= 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
|
and for the Gunner :
Quote:
;GUNNER - Passive abilities
[SpecialAbility 34]
ID=Ability-Reduce-Guns-Reload-Time
|
and change :
Quote:
AbilityValue= -10, -20, -30, -40, -50
|
into :
Quote:
AbilityValue= 0, 0, 0, 0, 0
|
Should do the trick.
|