From 2a8f35d357b4c19c87eb9a7d3de63ea6a4aca0e5 Mon Sep 17 00:00:00 2001 From: severedsolo Date: Fri, 1 Feb 2019 22:08:13 +0000 Subject: [PATCH] `1.5.1 Release --- GameData/Severedsolo/OhScrap/Changelog.cfg | 15 ++++++++++++++- GameData/Severedsolo/OhScrap/OhScrap.version | 4 ++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/GameData/Severedsolo/OhScrap/Changelog.cfg b/GameData/Severedsolo/OhScrap/Changelog.cfg index 471c549..951aab2 100644 --- a/GameData/Severedsolo/OhScrap/Changelog.cfg +++ b/GameData/Severedsolo/OhScrap/Changelog.cfg @@ -2,7 +2,20 @@ KERBALCHANGELOG //Required to have this name { showChangelog = True //To show the changelog, this must be set to True modName = OhScrap //Add your mod's name here - + + VERSION + { + version = 1.5.1 + change = Recompiled against KSP 1.6.1 + change = Fixed SRBs rolling 4-5 times before launch (which was leading to the abnormally high failure rates) + change = Fixed all parts automatically being tested because apparently vessel.speed is not relative to the vessel..... + change = Fixed SRB safety ratings not really reflecting the parts likelyhood to fail. + change = Fixed invalid characters in EngineFailureModule patch + change = Fixed Space Engine (Terrier etc) always having a Safety Rating of 1 and simultaneously being physically capable of failing. + change = Logger will create Logs directory if it doesn't exist + change = Slightly reduced baseFailureChance of SRBs + } + VERSION { version = 1.5 diff --git a/GameData/Severedsolo/OhScrap/OhScrap.version b/GameData/Severedsolo/OhScrap/OhScrap.version index 14b718d..fb7b02d 100644 --- a/GameData/Severedsolo/OhScrap/OhScrap.version +++ b/GameData/Severedsolo/OhScrap/OhScrap.version @@ -11,14 +11,14 @@ { "MAJOR" : 1, "MINOR" : 5, - "PATCH" : 0, + "PATCH" : 1, "BUILD" : 0 }, "KSP_VERSION" : { "MAJOR" : 1, "MINOR" : 6, - "PATCH" : 0 + "PATCH" : 1 }, "KSP_VERSION_MIN" : {