Difference between revisions of "Parts/Utility/stackCouplers/stackQuadCoupler.cfg"
From Kerbal Space Program Wiki
m (*update to 1.0;) |
(updated, added move link) |
||
Line 1: | Line 1: | ||
+ | {{move|Parts/Utility/stackCouplers/stackQuadCoupler.cfg|cfg file was found here, current path does not exist}} | ||
+ | |||
{{Part config|TVR-2160C Mk2 Stack Quad-Coupler|2=PART | {{Part config|TVR-2160C Mk2 Stack Quad-Coupler|2=PART | ||
{ | { | ||
name = stackQuadCoupler | name = stackQuadCoupler | ||
module = Part | module = Part | ||
− | author = Squad | + | author = Pablo |
− | + | MODEL | |
+ | { | ||
+ | model = Squad/Parts/Utility/stackCouplers/Assets/stackQuadCoupler | ||
+ | } | ||
rescaleFactor = 1.0 | rescaleFactor = 1.0 | ||
node_stack_top = 0.0, 0.5, 0.0, 0.0, 1.0, 0.0, 1 | node_stack_top = 0.0, 0.5, 0.0, 0.0, 1.0, 0.0, 1 | ||
Line 16: | Line 21: | ||
category = Structural | category = Structural | ||
subcategory = 0 | subcategory = 0 | ||
− | title = TVR-2160C Mk2 Stack Quad-Coupler | + | title = #autoLOC_500963 //#autoLOC_500963 = TVR-2160C Mk2 Stack Quad-Coupler |
− | manufacturer = O.M.B. Demolition Enterprises | + | manufacturer = #autoLOC_501629 //#autoLOC_501629 = O.M.B. Demolition Enterprises |
− | description = What could be more awesome than a Tricoupler? Why, a quadcoupler, of course. Just remember that this is not a decoupler, and will not separate stages. | + | description = #autoLOC_500964 //#autoLOC_500964 = What could be more awesome than a Tricoupler? Why, a quadcoupler, of course. Just remember that this is not a decoupler, and will not separate stages. |
− | attachRules = 1,0,1, | + | attachRules = 1,0,1,1,0 |
stackSymmetry = 3 | stackSymmetry = 3 | ||
mass = 0.175 | mass = 0.175 | ||
Line 29: | Line 34: | ||
maxTemp = 2000 // = 3400 | maxTemp = 2000 // = 3400 | ||
fuelCrossFeed = True | fuelCrossFeed = True | ||
− | |||
bulkheadProfiles = size1 | bulkheadProfiles = size1 | ||
+ | tags = #autoLOC_500965 //#autoLOC_500965 = ?4 four mount multi (quad split | ||
+ | MODULE | ||
+ | { | ||
+ | name = ModulePartVariants | ||
+ | baseVariant = Dark | ||
+ | useMultipleDragCubes = false | ||
+ | VARIANT | ||
+ | { | ||
+ | name = Dark | ||
+ | displayName = #autoLOC_8007117 | ||
+ | themeName = Dark | ||
+ | primaryColor = #000000 | ||
+ | TEXTURE | ||
+ | { | ||
+ | shader=KSP/Bumped | ||
+ | mainTextureURL = Squad/Parts/Utility/stackCouplers/Assets/stackCouplersDiffuse_Dark | ||
+ | _BumpMap=Squad/Parts/Utility/stackCouplers/Assets/stackCouplers_NRM | ||
+ | } | ||
+ | } | ||
+ | VARIANT | ||
+ | { | ||
+ | name = White | ||
+ | displayName = #autoLOC_8007116 | ||
+ | themeName = White | ||
+ | primaryColor = #ffffff | ||
+ | TEXTURE | ||
+ | { | ||
+ | shader=KSP/Bumped | ||
+ | mainTextureURL = Squad/Parts/Utility/stackCouplers/Assets/stackCouplersDiffuse | ||
+ | _BumpMap=Squad/Parts/Utility/stackCouplers/Assets/stackCouplers_NRM | ||
+ | } | ||
+ | } | ||
+ | VARIANT | ||
+ | { | ||
+ | name = Orange | ||
+ | displayName = #autoLOC_8007123 | ||
+ | themeName = Orange | ||
+ | primaryColor = #f49841 | ||
+ | secondaryColor = #4c4f47 | ||
+ | TEXTURE | ||
+ | { | ||
+ | mainTextureURL = Squad/Parts/Utility/stackCouplers/Assets/stackCouplersDiffuse_Orange | ||
+ | _BumpMap=Squad/Parts/Utility/stackCouplers/Assets/stackCouplers_Orange_NRM | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleCargoPart | ||
+ | packedVolume = -1 | ||
+ | } | ||
} | } | ||
− | |||
}} | }} |
Revision as of 22:33, 18 July 2024
PART { name = stackQuadCoupler module = Part author = Pablo MODEL { model = Squad/Parts/Utility/stackCouplers/Assets/stackQuadCoupler } rescaleFactor = 1.0 node_stack_top = 0.0, 0.5, 0.0, 0.0, 1.0, 0.0, 1 node_stack_bottom01 = 0.625, -0.4875, 0.625, 0.0, -1.0, 0.0, 1 node_stack_bottom02 = 0.625, -0.4875, -0.625, 0.0, -1.0, 0.0, 1 node_stack_bottom03 = -0.625, -0.4875, 0.625, 0.0, -1.0, 0.0, 1 node_stack_bottom04 = -0.625, -0.4875, -0.625, 0.0, -1.0, 0.0, 1 TechRequired = advMetalworks entryCost = 4200 cost = 2000 category = Structural subcategory = 0 title = #autoLOC_500963 //#autoLOC_500963 = TVR-2160C Mk2 Stack Quad-Coupler manufacturer = #autoLOC_501629 //#autoLOC_501629 = O.M.B. Demolition Enterprises description = #autoLOC_500964 //#autoLOC_500964 = What could be more awesome than a Tricoupler? Why, a quadcoupler, of course. Just remember that this is not a decoupler, and will not separate stages. attachRules = 1,0,1,1,0 stackSymmetry = 3 mass = 0.175 dragModelType = default maximum_drag = 0.3 minimum_drag = 0.3 angularDrag = 3 crashTolerance = 12 maxTemp = 2000 // = 3400 fuelCrossFeed = True bulkheadProfiles = size1 tags = #autoLOC_500965 //#autoLOC_500965 = ?4 four mount multi (quad split MODULE { name = ModulePartVariants baseVariant = Dark useMultipleDragCubes = false VARIANT { name = Dark displayName = #autoLOC_8007117 themeName = Dark primaryColor = #000000 TEXTURE { shader=KSP/Bumped mainTextureURL = Squad/Parts/Utility/stackCouplers/Assets/stackCouplersDiffuse_Dark _BumpMap=Squad/Parts/Utility/stackCouplers/Assets/stackCouplers_NRM } } VARIANT { name = White displayName = #autoLOC_8007116 themeName = White primaryColor = #ffffff TEXTURE { shader=KSP/Bumped mainTextureURL = Squad/Parts/Utility/stackCouplers/Assets/stackCouplersDiffuse _BumpMap=Squad/Parts/Utility/stackCouplers/Assets/stackCouplers_NRM } } VARIANT { name = Orange displayName = #autoLOC_8007123 themeName = Orange primaryColor = #f49841 secondaryColor = #4c4f47 TEXTURE { mainTextureURL = Squad/Parts/Utility/stackCouplers/Assets/stackCouplersDiffuse_Orange _BumpMap=Squad/Parts/Utility/stackCouplers/Assets/stackCouplers_Orange_NRM } } } MODULE { name = ModuleCargoPart packedVolume = -1 } }