- Joined
- Feb 6, 2008
- Messages
- 38,965
- Reaction score
- 3,937
- Points
- 203
- Location
- Wolfsburg
- Preferred Pronouns
- Sire
Hi there,
in the latest nightly (r2244) the "check for 90% thrust" was disabled -thanks for that- but
I was thinking I could make this behavior configurable and searched the source. But I coul not find anything like "config" there.
Am I right that there is no generic SSU-Config where something like this could be placed?
And if there is no general SSU-Config, why is that so?Code:... [RSLS] CHECK_SSME_90_PERCENT=true ; enable / disable T-2s SSME PC>=90% check (it may cause aborts when frame rate is low) ...
/Kuddel
Such stuff goes into the SpaceShuttleUltra.cfg, which is parsed in clbkSetClassCaps.
You are right, we have no central configuration class or structure. Not sure if we really need one now, but I like your idea. :lol: