Skip to content

Commit

Permalink
Fixed patches to only modify the MEMLanderSXT
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgurugamer committed Jun 4, 2019
1 parent 2b2c4d1 commit bd367f3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -229,3 +229,6 @@ ChangeLog
XC-MTV (All of them)
OX-32 Inflatable (Both frame and tank texture missing)
OX-32S Inflatable (Just frame texture missing)

0.3.28.1
Fixed patches to only modify the MEMLanderSXT
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
}

// Mun lander cabin, no transit through engine...
@PART[MEMLander]:NEEDS[ConnectedLivingSpace]
@PART[MEMLanderSXT]:NEEDS[ConnectedLivingSpace]
{
!MODULE[ModuleConnectedLivingSpace]{}
MODULE
Expand All @@ -163,4 +163,4 @@
passable = true
impassablenodes = bottom
}
}
}
2 changes: 1 addition & 1 deletion GameData/SXT/Patches/ModCompatibility/SXT_TweakScale.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ TWEAKSCALEEXPONENTS:NEEDS[KAS&TweakScale]
defaultScale = 1.25
}
}
@PART[MEMLander]:NEEDS[TweakScale]
@PART[MEMLanderSXT]:NEEDS[TweakScale]
{
%MODULE[TweakScale]
{
Expand Down
2 changes: 1 addition & 1 deletion SXTContinued.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"MAJOR": 0,
"MINOR": 3,
"PATCH": 28,
"BUILD": 0
"BUILD": 1
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
Expand Down
4 changes: 4 additions & 0 deletions jenkins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
7:Firespitter
7:RetractableLiftingSurface

NOT:1.4.5
NOT:1.5.1
NOT:1.6.1

#
# End of file
#

0 comments on commit bd367f3

Please sign in to comment.