![]() |
SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997 |
![]() |
#1 |
Machinist's Mate
![]() Join Date: Jul 2004
Posts: 126
Downloads: 77
Uploads: 0
|
![]()
I am playing a campaign. I was unable to install the commander mod. Am looking for a way to change the fatigue setting without using the commander mod. Is there a file that I can go to to change the fatigue setting. Or will someone please give me as if you were talking to a child on how to install the commander mod. I am running silent Hunter111 with GWX gray wolves 3.0 that is running absolutely perfectly
Last edited by Rebel; 09-11-15 at 09:46 AM. |
![]() |
![]() |
![]() |
#2 |
The Old Man
|
![]()
SH3 Commander is not a MOD, it's a separate program ("app" in today's lingo
![]() But, IIRC there is a way to edit a file to change the fatigue model without using SH3 Commander; someone else will probably be along shortly to show you how. Good hunting...sink 'em all. ![]() |
![]() |
![]() |
![]() |
#3 | |
Silent Hunter
![]() |
![]() Quote:
Then open the file "Basic.cfg" with notepad and find the following blocks and replace it with this one (e.g. via copy and paste): Code:
[CREW_0] ;SEAMAN MoraleMin=0.30 MoraleMax=0.60 MoraleStep=0.05 FatigueMin=0 FatigueMax=0.5 FatigueStep=0.2 CoefMorale=0.4 CoefFatigue=0.2 QualEffect=1 Hp=10 Wounded=-0.02 Dead=-0.05 SunkShips=0.1 TorpedoHit=0.05 Experience=0 [CREW_1] ;ABLESEAMAN MoraleMin=0.30 MoraleMax=0.60 MoraleStep=0.05 FatigueMin=0 FatigueMax=0.5 FatigueStep=0.2 CoefMorale=0.4 CoefFatigue=0.2 QualEffect=1 Hp=11 Wounded=-0.02 Dead=-0.05 SunkShips=0.1 TorpedoHit=0.05 Experience=20 [CREW_2] ;LEADINGSEAMAN MoraleMin=0.30 MoraleMax=0.60 MoraleStep=0.05 FatigueMin=0 FatigueMax=0.5 FatigueStep=0.2 CoefMorale=0.4 CoefFatigue=0.2 QualEffect=1 Hp=12 Wounded=-0.02 Dead=-0.05 SunkShips=0.1 TorpedoHit=0.05 Experience=50 [CREW_3] ;PETTYOFFICER MoraleMin=0.40 MoraleMax=0.70 MoraleStep=0.05 FatigueMin=0 FatigueMax=0.5 FatigueStep=0.1 CoefMorale=0.3 CoefFatigue=0.3 QualEffect=2 Hp=12 Wounded=-0.02 Dead=-0.05 SunkShips=0.1 TorpedoHit=0.05 Experience=100 [CREW_4] ;CHIEFPETTYOFFICER MoraleMin=0.40 MoraleMax=0.70 MoraleStep=0.05 FatigueMin=0 FatigueMax=0.5 FatigueStep=0.1 CoefMorale=0.3 CoefFatigue=0.3 QualEffect=3 Hp=13 Wounded=-0.02 Dead=-0.05 SunkShips=0.1 TorpedoHit=0.05 Experience=150 [CREW_5] ;CHIEFBOATSWAIN MoraleMin=0.40 MoraleMax=0.70 MoraleStep=0.05 FatigueMin=0 FatigueMax=0.5 FatigueStep=0.1 CoefMorale=0.3 CoefFatigue=0.3 QualEffect=4 Hp=14 Wounded=-0.02 Dead=-0.05 SunkShips=0.1 TorpedoHit=0.05 Experience=200 [CREW_6] ;SUBLIEUTENANT MoraleMin=0.50 MoraleMax=0.80 MoraleStep=0.1 FatigueMin=0 FatigueMax=0.6 FatigueStep=0.05 CoefMorale=0.2 CoefFatigue=0.4 QualEffect=1.5 Hp=14 Wounded=-0.02 Dead=-0.05 SunkShips=0.1 TorpedoHit=0.05 Experience=300 [CREW_7] ;LIEUTENANTJR MoraleMin=0.50 MoraleMax=0.80 MoraleStep=0.1 FatigueMin=0 FatigueMax=0.6 FatigueStep=0.05 CoefMorale=0.2 CoefFatigue=0.4 QualEffect=2 Hp=15 Wounded=-0.02 Dead=-0.05 SunkShips=0.1 TorpedoHit=0.05 Experience=400 [CREW_8] ;LIEUTENANTSR MoraleMin=0.50 MoraleMax=0.80 MoraleStep=0.1 FatigueMin=0 FatigueMax=0.6 FatigueStep=0.05 CoefMorale=0.2 CoefFatigue=0.4 QualEffect=3 Hp=15 Wounded=-0.02 Dead=-0.05 SunkShips=0.1 TorpedoHit=0.05 Experience=500 Code:
[FATIGUE_COEF] ;comp 0 RegularFactor00=0 SpecificFactor00=0 BadWeather0=0 ;comp1 RegularFactor10=0 RegularFactor11=0 SpecificFactor10=0 SpecificFactor11=0 BadWeather1=0 ;comp2 RegularFactor20=0 RegularFactor21=0 SpecificFactor20=0 SpecificFactor21=0 BadWeather2=0 ;comp3 RegularFactor30=0 RegularFactor31=0 SpecificFactor30=0 SpecificFactor31=0 BadWeather3=0 ;comp4 RegularFactor40=0 RegularFactor41=0 SpecificFactor40=0 SpecificFactor41=0 BadWeather4=0 ;comp5 RegularFactor50=0 RegularFactor51=0 SpecificFactor50=0 SpecificFactor51=0 BadWeather5=0 ;comp6 SpecificFactor60=-0.1 SpecificFactor61=-0.1 ;comp7 SpecificFactor70=-0.1 SpecificFactor71=-0.1 ;comp8 RegularFactor80=0 RegularFactor81=0 SpecificFactor80=0 SpecificFactor81=0 BadWeather8=0 ;comp9 RegularFactor90=0 SpecificFactor90=0 BadWeather9=0 ;comp10 RegularFactor100=0 SpecificFactor100=0 BadWeather10=0 ;comp 11 RegularFactor110=0 RegularFactor111=0 SpecificFactor110=0 SpecificFactor111=0 BadWeather11=0 ![]() |
|
![]() |
![]() |
![]() |
#4 |
Machinist's Mate
![]() Join Date: Jul 2004
Posts: 126
Downloads: 77
Uploads: 0
|
![]() ![]() ![]() |
![]() |
![]() |
![]() |
#5 | |
Silent Hunter
![]() |
![]() Quote:
![]() |
|
![]() |
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|