xEvilReeperx
Results
2
issues of
xEvilReeperx
Affects: versions 1.5.6 and 2.0.3 A config like this: ``` !EXPERIMENT_DEFINITION[crewReport] EXPERIMENT_DEFINITION { id = crewReport title = Crew Report baseValue = 5 scienceCap = 5 dataScale = 1 requireAtmosphere...
The version election code doesn't work as-is because KSP only instantiates the last type loaded. A simple example: ``` C# [KSPAddon(KSPAddon.Startup.Instantly, true)] public class VersionTester : MonoBehaviour { void Start()...