-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up generic engine configs #1
Conversation
Since all blocks are now TESTFLIGHT, the references were breaking ModuleManager.
Idle decay was a TestFlight 1 feature that does not have an equivalent in TestFlight 2. It has been superseded by the distinction between continuous and cumulative burn time.
The engineID in this module appears to always have been spurious, and current RealismOverhaul configs don't have it.
This is a copy-and-paste error inherited from the TestFlight 1 config.
@Starstrider42 Seems like you posted an issue in 2017 saying that you can’t seem to get gimbal failures to work. Is the issue still there, because I suspect that you somehow can’t assign TestFlight modules directly to a part like |
@Starstrider42 Also please tell me how to use TestFlightReliability_TestFail |
I assume you mean KSP-RO/TestFlight#164? Yes, However, I don't understand the rest of your post. As far as I know, I just tried out |
@Starstrider42 Also could you please fix this file out for me? I'm trying to figure out a new approach to the TestFlight Generic Settings but seems like it does not work for some reason. |
Closing as out of date; most of these changes have been separately incorporated into |
This PR removes some references in the generic config that don't correspond to real fields in the TestFlight 2 PartModules. I haven't investigated whether any of the remaining fields have changed meaning between TestFlight 1 and 2, and I did only a basic check to make sure a demo flight behaved the same with both configs.
I haven't done anything about the transition from
cycle
tocontinuousCycle
andratedBurnTime
toratedContinuousBurnTime
, as @Starcatcher2009 mentioned he already had a better fix for that.