Log in

View Full Version : Crew Fix


Tusc31979
02-25-08, 11:08 PM
I did use the search already, but found a number of dead-end threads.

How can I make my crew fatigue disappear?

And/or (not for campaigns) can I make them impossible or very hard to kill?

I had gone through last year when I got the game and increased their recharge rates from rest/sleep and reduced fatigue in each compartment, etc. But those files are gone now.

Has anyone come out with a Fatigue Mod I can use to eliminate it, or pre-made files so I don't have to spend a week relearning what to adjust? Major kudos for this one!

My reasons for this are that I find that portion of the sim a tedious aspect. I generally don't get much time to play and don't like worrying over it. Don't worry, I DO go in for a lot of the realism mods. This is just one thing I don't like to futz with.

Webster
02-26-08, 01:19 AM
go to data/cfg and open the "basic.cfg" file, and look about 25% of the way down from the top of this file you will see the "fatigue coef" catagory shown below:

example of the original crew fatigue stock v1.4 settings:

[FATIGUE_COEF]
;comp 0
RegularFactor00=0.01
SpecificFactor00=0.04
BadWeather0=0.02
;comp1
RegularFactor10=0.01
RegularFactor11=0.01
SpecificFactor10=0.01
SpecificFactor11=0.02
BadWeather1=0.02
;comp2
RegularFactor20=0.01
RegularFactor21=0.01
SpecificFactor20=0.01
SpecificFactor21=0.02
BadWeather2=0.02
;comp3
RegularFactor30=0.01
RegularFactor31=0.01
SpecificFactor30=0.04
SpecificFactor31=0.01
BadWeather3=0.02
;comp4
RegularFactor40=0.01
RegularFactor41=0.01
SpecificFactor40=0.01
SpecificFactor41=0.04
BadWeather4=0.02
;comp5
RegularFactor50=0.01
RegularFactor51=0.01
SpecificFactor50=0.03
SpecificFactor51=0.04
BadWeather5=0.02
;comp6
SpecificFactor60=-0.1
SpecificFactor61=-0.1
;comp7
SpecificFactor70=-0.1
SpecificFactor71=-0.1
;comp8
RegularFactor80=0.01
RegularFactor81=0.01
SpecificFactor80=0.03
SpecificFactor81=0.04
BadWeather8=0.02
;comp9
RegularFactor90=0.01
SpecificFactor90=0.05
BadWeather9=0.02
;comp10
RegularFactor100=0.01
SpecificFactor100=0.04
BadWeather10=0.02
;comp 11
RegularFactor110=0.01
RegularFactor111=0.01
SpecificFactor110=0.01
SpecificFactor111=0.01
BadWeather11=0.02

change each line to read 0.000 or just copy and paste the example below and your crew will never get tired again.

example of no more crew fatigue:

[FATIGUE_COEF]
;comp 0
RegularFactor00=0.000
SpecificFactor00=0.000
BadWeather0=0.000
;comp1
RegularFactor10=0.000
RegularFactor11=0.000
SpecificFactor10=0.000
SpecificFactor11=0.000
BadWeather1=0.000
;comp2
RegularFactor20=0.000
RegularFactor21=0.000
SpecificFactor20=0.000
SpecificFactor21=0.000
BadWeather2=0.000
;comp3
RegularFactor30=0.000
RegularFactor31=0.000
SpecificFactor30=0.000
SpecificFactor31=0.000
BadWeather3=0.000
;comp4
RegularFactor40=0.000
RegularFactor41=0.000
SpecificFactor40=0.000
SpecificFactor41=0.000
BadWeather4=0.000
;comp5
RegularFactor50=0.000
RegularFactor51=0.000
SpecificFactor50=0.000
SpecificFactor51=0.000
BadWeather5=0.000
;comp6
SpecificFactor60=-0.000
SpecificFactor61=-0.000
;comp7
SpecificFactor70=-0.000
SpecificFactor71=-0.000
;comp8
RegularFactor80=0.0000
RegularFactor81=0.0000
SpecificFactor80=0.000
SpecificFactor81=0.000
BadWeather8=0.000
;comp9
RegularFactor90=0.000
SpecificFactor90=0.000
BadWeather9=0.000
;comp10
RegularFactor100=0.000
SpecificFactor100=0.000
BadWeather10=0.000
;comp 11
RegularFactor110=0.000
RegularFactor111=0.000
SpecificFactor110=0.000
SpecificFactor111=0.000
BadWeather11=0.000


this fatigue fix was shown to me by "MushMartin" and it works the same for SH3 or SH4, so he gets credit for my knowing about this tweak

Galanti
02-26-08, 07:41 AM
I did use the search already, but found a number of dead-end threads.

How can I make my crew fatigue disappear?

And/or (not for campaigns) can I make them impossible or very hard to kill?

I had gone through last year when I got the game and increased their recharge rates from rest/sleep and reduced fatigue in each compartment, etc. But those files are gone now.

Has anyone come out with a Fatigue Mod I can use to eliminate it, or pre-made files so I don't have to spend a week relearning what to adjust? Major kudos for this one!

My reasons for this are that I find that portion of the sim a tedious aspect. I generally don't get much time to play and don't like worrying over it. Don't worry, I DO go in for a lot of the realism mods. This is just one thing I don't like to futz with.

How are you getting crewman killed? I've been playing since release and I have yet to actually have a crewman killed. I'd actually like to make them more vulnerable. As it stands now (TM 1.7.6+RSRD+NSM) when I take a shell hit or some ashcans, I may see four or five guys lose 3 % of their health.

As for fatigue, don't keep your boys on battlestations for more than half a day and you should never have an issue.

Tusc31979
02-26-08, 12:43 PM
When I first played, I used to have guys get killed. Playing again last night though, it's just as you said... despite two SOLID hits from a Fubuki, I had some damage to repair but the crew had only lost 1 to 3% health.

Thanks for the coeff ref, too. :rock: I thought I remembered modding the compartment files themselves when I had done it... like, for each specific ship and compartment. I know I also tweaked the file mentioned. It was almost a year ago, but maybe I wasn't trying to make them zero fatigue then. It's possible I was trying to increase their recovery rate so fatigue was less an issue, but still original release settings.

Webster
02-26-08, 06:26 PM
I'd actually like to make them more vulnerable. As it stands now (TM 1.7.6+RSRD+NSM) when I take a shell hit or some ashcans, I may see four or five guys lose 3 % of their health.


just take what i showed you and you can tweak the fatigue settings to your liking. just raise the numbers untill you see the crew get tired at the rate you desire.

as you can see, you can set it for different levels of fatigue depending on normal (regular), bad weather conditions (bad weather), or (specific factor) which i think is battle stations, and set the fatigue levels the same or different for each compartments (;comp)