Skip to content

Commit

Permalink
`1.5.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
severedsolo committed Feb 1, 2019
1 parent d393d0a commit 2a8f35d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion GameData/Severedsolo/OhScrap/Changelog.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions GameData/Severedsolo/OhScrap/OhScrap.version
Original file line number Diff line number Diff line change
Expand Up @@ -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" :
{
Expand Down

0 comments on commit 2a8f35d

Please sign in to comment.