Skip to content

Commit

Permalink
Added interstage fix by Starwaster
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgurugamer committed Jun 1, 2017
1 parent 508d71a commit 94889d1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions KWRocketry/GameData/KWRocketry/KWCommunityFixes/interstageFix.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
//
// Patch submitted by Starwaster to fix interstage decoupling
//

@PART[KW5mDecouplerShroud|KW5x3AdapterShroud|KW1mDecouplerShroud|KW2mDecouplerShroud|KW3mDecouplerShroud]:NEEDS[KWRocketry]
{
@MODULE[ModuleDecouple]
{
%explosiveNodeID = top
%isOmniDecoupler = false
}
MODULE
{
name = ModuleDecouple
ejectionForce = 1500
explosiveNodeID = bottom2
}
}
2 changes: 1 addition & 1 deletion KWRocketry/GameData/KWRocketry/KWRocketryRedux.version
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"MAJOR": 3,
"MINOR": 1,
"PATCH": 3,
"PATCH": 4,
"BUILD": 0
},
"KSP_VERSION":
Expand Down

0 comments on commit 94889d1

Please sign in to comment.