toadicus
toadicus
...upgradable efficiency. Adds logic to FNSolarPanelWasteHeatModule to produce megajoules from solar panels in lieu of electrical charge. This is primarily useful for solar-powered IR scopes, which require megajoules for the...
This PR splits KSPAPIExtensions into two assemblies: # KSPAPIExtensions A stripped-down version of the original, this contains more-or-less only what is required to run the improved tweakables and the elector....
https://github.com/Swamp-Ig/KSPAPIExtensions/blob/master/Source/Utils/MathUtils.cs#L99 If guiFormat is an empty string, this line will cause an ArgumentException: Index Out of Range. It can be fixed by checking the string for non-zero length, thus: if...
These commits re-enable the SaveGameFixer, add functionality necessary to operate outside the "saves" dir, and adds update runs on the canned "Ships" dir that ships with KSP. I've done nominal...