-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #92 from zer0Kerbal/1.4.0.0-release
Version 1.4.0.0-release - KSP 1.4 update
- Loading branch information
Showing
15 changed files
with
454 additions
and
185 deletions.
There are no files selected for viewing
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
99 changes: 73 additions & 26 deletions
99
GameData/SpaceY/SpaceYExpanded/Patches/SpaceY_ColorChange10m.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
37 changes: 37 additions & 0 deletions
37
GameData/SpaceY/SpaceYExpanded/Patches/SpaceY_ColorChange10m.orig
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,37 @@ | ||
|
||
// Appearance switching, when available: | ||
|
||
@PART[SYtank10m*]:NEEDS[InterstellarFuelSwitch|Firespitter]:AFTER[SpaceY-Expanded] | ||
{ | ||
MODULE | ||
{ | ||
name:NEEDS[!InterstellarFuelSwitch] = FSmeshSwitch | ||
name:NEEDS[InterstellarFuelSwitch] = InterstellarMeshSwitch | ||
objects = tank10mWhite;tank10mStriped;tank10mBlack;tank10mStripedSV | ||
objectDisplayNames = White;Striped;Black;SaturnV | ||
affectColliders = false | ||
buttonName = Next Paint Scheme | ||
previousButtonName = Prev Paint Scheme | ||
} | ||
} | ||
|
||
// Appearance switching turned off, when not available: | ||
|
||
@PART[SYtank10m*]:NEEDS[!InterstellarFuelSwitch&!Firespitter]:AFTER[SpaceY-Expanded] | ||
{ | ||
node_stack_disabled = 0.0, -1000.0, 0.0, 0.0, -1.0, 0.0, 0 | ||
|
||
MODULE | ||
{ | ||
name = ModuleJettison | ||
jettisonName = xPaintSchemes | ||
bottomNodeName = disabled | ||
isFairing = True | ||
jettisonedObjectMass = 0.1 | ||
jettisonForce = 0.1 | ||
jettisonDirection = 0 0 1 | ||
} | ||
} | ||
|
||
|
||
|
153 changes: 95 additions & 58 deletions
153
GameData/SpaceY/SpaceYExpanded/Patches/SpaceY_ColorChange7m.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 |
---|---|---|
@@ -1,67 +1,104 @@ | ||
|
||
// Appearance switching, when available: | ||
|
||
@PART[SYtank7m*]:NEEDS[InterstellarFuelSwitch|Firespitter]:AFTER[SpaceY-Expanded] | ||
@PART[SYtank7m*]:AFTER[SpaceY-Expanded] | ||
{ | ||
!MODULE[FlagDecal] {} | ||
!MODULE[ModuleJettison] {} | ||
MODULE | ||
{ | ||
name:NEEDS[!InterstellarFuelSwitch] = FSmeshSwitch | ||
name:NEEDS[InterstellarFuelSwitch] = InterstellarMeshSwitch | ||
objects = SYtank7m0;SYtank7m1;SYtank7m2;SYtank7m3;SYtank7m4 | ||
objectDisplayNames = Default;Alternate;White;Black;Striped | ||
affectColliders = false | ||
buttonName = Next Paint Scheme | ||
previousButtonName = Prev Paint Scheme | ||
name = ModulePartVariants | ||
baseVariant = SYDefault | ||
VARIANT | ||
{ | ||
name = SYDefault | ||
displayName = Default | ||
themeName = SYDefault | ||
primaryColor = #000000 | ||
secondaryColor = #ffffff | ||
GAMEOBJECTS | ||
{ | ||
SYshroud7mTop = false | ||
SYtank7m0 = true | ||
SYtank7m1 = false | ||
SYtank7m2 = false | ||
SYtank7m3 = false | ||
SYtank7m4 = false | ||
flagDecal = false | ||
} | ||
} | ||
VARIANT | ||
{ | ||
name = SYDefault2 | ||
displayName = Default Too | ||
themeName = SYDefault2 | ||
primaryColor = #ffffff | ||
secondaryColor = #000000 | ||
GAMEOBJECTS | ||
{ | ||
SYshroud7mTop = false | ||
SYtank7m0 = false | ||
SYtank7m1 = true | ||
SYtank7m2 = false | ||
SYtank7m3 = false | ||
SYtank7m4 = false | ||
flagDecal = false | ||
} | ||
} | ||
VARIANT | ||
{ | ||
name = White | ||
displayName = White | ||
themeName = White | ||
primaryColor = #ffffff | ||
secondaryColor = #ffffff | ||
GAMEOBJECTS | ||
{ | ||
SYshroud7mTop = false | ||
SYtank7m0 = false | ||
SYtank7m1 = false | ||
SYtank7m2 = true | ||
SYtank7m3 = false | ||
SYtank7m4 = false | ||
flagDecal = false | ||
} | ||
} | ||
VARIANT | ||
{ | ||
name = SYBlack | ||
displayName = Black | ||
themeName = Black | ||
primaryColor = #000000 | ||
secondaryColor = #111111 | ||
GAMEOBJECTS | ||
{ | ||
SYshroud7mTop = false | ||
SYtank7m0 = false | ||
SYtank7m1 = false | ||
SYtank7m2 = false | ||
SYtank7m3 = true | ||
SYtank7m4 = false | ||
flagDecal = false | ||
} | ||
} | ||
VARIANT | ||
{ | ||
name = BlackAndWhite | ||
displayName = Stripes | ||
themeName = BlackAndWhite | ||
primaryColor = #000000 | ||
secondaryColor = #ffffff | ||
GAMEOBJECTS | ||
{ | ||
SYshroud7mTop = false | ||
SYtank7m0 = false | ||
SYtank7m1 = false | ||
SYtank7m2 = false | ||
SYtank7m3 = false | ||
SYtank7m4 = true | ||
flagDecal = false | ||
} | ||
} | ||
} | ||
} | ||
|
||
// Appearance switching turned off, when not available: | ||
|
||
@PART[SYtank7m*]:NEEDS[!InterstellarFuelSwitch&!Firespitter]:AFTER[SpaceY-Expanded] | ||
{ | ||
node_stack_disabled = 0.0, -1000.0, 0.0, 0.0, -1.0, 0.0, 0 | ||
|
||
MODULE | ||
{ | ||
name = ModuleJettison | ||
jettisonName = SYtank7m1 | ||
bottomNodeName = disabled | ||
isFairing = True | ||
jettisonedObjectMass = 0.1 | ||
jettisonForce = 0.1 | ||
jettisonDirection = 0 0 1 | ||
} | ||
MODULE | ||
{ | ||
name = ModuleJettison | ||
jettisonName = SYtank7m2 | ||
bottomNodeName = disabled | ||
isFairing = True | ||
jettisonedObjectMass = 0.1 | ||
jettisonForce = 0.1 | ||
jettisonDirection = 0 0 1 | ||
} | ||
MODULE | ||
{ | ||
name = ModuleJettison | ||
jettisonName = SYtank7m3 | ||
bottomNodeName = disabled | ||
isFairing = True | ||
jettisonedObjectMass = 0.1 | ||
jettisonForce = 0.1 | ||
jettisonDirection = 0 0 1 | ||
} | ||
MODULE | ||
{ | ||
name = ModuleJettison | ||
jettisonName = SYtank7m4 | ||
bottomNodeName = disabled | ||
isFairing = True | ||
jettisonedObjectMass = 0.1 | ||
jettisonForce = 0.1 | ||
jettisonDirection = 0 0 1 | ||
} | ||
} | ||
|
||
|
||
|
Oops, something went wrong.