-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
508d71a
commit 94889d1
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
KWRocketry/GameData/KWRocketry/KWCommunityFixes/interstageFix.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
{ | ||
"MAJOR": 3, | ||
"MINOR": 1, | ||
"PATCH": 3, | ||
"PATCH": 4, | ||
"BUILD": 0 | ||
}, | ||
"KSP_VERSION": | ||
|