You could have asked this question also as a reply to your own thread. But anyway, the answer is also in a config file. Actually each submarine class has their own file, in their own specific folder. It's in:
C:\Program Files\Silent Hunter 4\Data\Submarine\
NSS_SUBCLASSname\NSS_SUBCLASSname.cfg
The throttle settings are in fractions of maximum speed when either surfaced or submerged.
For example, Gato class:
Quote:
[Unit]
ClassName=SSGato
3DModelFileName=data/Submarine/NSS_Gato/NSS_Gato
HumanPlayable=YES
Interior=data/Interior/NSS_Gato/NSS_Gato
UnitType=200
MaxSpeed=21
MaxSpeedSubmerged=9
....
[EngineProperties]
AllStop=0.00
AheadSlow=0.40
AheadOneThird=0.57
AheadStandard=0.80
AheadFull=0.94
AheadFlank=1.00
BackSlow=-0.26
BackStandard=-0.40
BackFull=-0.53
BackEmergency=-0.66
|