Quote:
Originally Posted by jaxa
This night I've noticed something odd with my game. Endurance bars of crewmen at my sonar/radio station grow up during patrol :hmm:
Rest of my crew is OK, but at sonar/radio is something wrong -endurance bar is max (yellow) and longer, this longer part of bar is grey. It looks like "endurance vitamin".
I've never seen it before
I use RUb 1.44 and HT 1.46 with menu_1024_768.ini from RUb 1.43.
What's going on? Where's bug?
|
Yes a buglet. and here is how to fix it. :P Good catch, jaxa.
I study the fatigue issue greatly developing a new damage repair mod. This endurance bar gowing past 100% full will happen if you ever put in a negative number for fatigue factors (except rest quarters).
So I look into the RuB 1.44 Basic.cfg file. And what do I find, in compartment 1, which is the radar/sonar station, there is a
bug.
This is rather serious. You may want tell Berry about it.
;comp1
RegularFactor10=0
RegularFactor11=0
SpecificFactor10=-0.015------> Wrong. No negative numbers!
SpecificFactor11=0.017
BadWeather1=0
Put a negative number there and your crew will grow super human endurance. I think they meant 0.015, not (-0.015).