Difference between revisions of "Parts/FuelTank/Size1 Tanks/fuelTankT800.cfg"
From Kerbal Space Program Wiki
< Parts
m (*update to 1.0;) |
m (Update config) |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
name = fuelTank_long | name = fuelTank_long | ||
module = Part | module = Part | ||
− | author = | + | author = RoverDude |
− | + | MODEL | |
− | + | { | |
− | node_stack_top = 0.0, | + | model = Squad/Parts/FuelTank/Size1_Tanks/Size1Tank_04 |
− | node_stack_bottom = 0.0, - | + | } |
− | node_attach = | + | rescaleFactor = 1.0 |
+ | |||
+ | node_stack_top = 0.0, 1.875, 0.0, 0.0, 1.0, 0.0,1 | ||
+ | node_stack_bottom = 0.0, -1.8875, 0.0, 0.0, -1.0, 0.0,1 | ||
+ | |||
+ | node_attach = 0.625, 0.0, 0.0, 1.0, 0.0, 0.0, 1 | ||
TechRequired = fuelSystems | TechRequired = fuelSystems | ||
entryCost = 4800 | entryCost = 4800 | ||
Line 14: | Line 19: | ||
category = FuelTank | category = FuelTank | ||
subcategory = 0 | subcategory = 0 | ||
− | title = FL-T800 Fuel Tank | + | title = #autoLOC_500535 //#autoLOC_500535 = FL-T800 Fuel Tank |
− | manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co | + | manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co |
− | description = A stretched variant of the FL-T400, the FL-T800 holds twice the fuel in a slightly stronger container. The black stripes along the side make the rocket go faster, our engineers tell us. | + | description = #autoLOC_500536 //#autoLOC_500536 = A stretched variant of the FL-T400, the FL-T800 holds twice the fuel in a slightly stronger container. The black stripes along the side make the rocket go faster, our engineers tell us. |
attachRules = 1,1,1,1,0 | attachRules = 1,1,1,1,0 | ||
mass = 0.5 | mass = 0.5 | ||
Line 28: | Line 33: | ||
maxTemp = 2000 // = 2900 | maxTemp = 2000 // = 2900 | ||
bulkheadProfiles = size1, srf | bulkheadProfiles = size1, srf | ||
+ | tags = #autoLOC_500537 //#autoLOC_500537 = fueltank ?lfo liquid oxidizer propellant rocket | ||
RESOURCE | RESOURCE | ||
{ | { | ||
Line 40: | Line 46: | ||
maxAmount = 440 | maxAmount = 440 | ||
} | } | ||
+ | |||
+ | MODULE | ||
+ | { | ||
+ | name = ModulePartVariants | ||
+ | primaryColor = #000000 | ||
+ | secondaryColor = #000000 | ||
+ | baseDisplayName = #autoLOC_8007117 | ||
+ | baseThemeName = Dark | ||
+ | useMultipleDragCubes = false | ||
+ | VARIANT | ||
+ | { | ||
+ | name = BlackAndWhite | ||
+ | displayName = #autoLOC_8007122 | ||
+ | themeName = BlackAndWhite | ||
+ | primaryColor = #ffffff | ||
+ | secondaryColor = #000000 | ||
+ | TEXTURE | ||
+ | { | ||
+ | mainTextureURL = Squad/Parts/FuelTank/Size1_Tanks/125Tanks_BW | ||
+ | _BumpMap = Squad/Parts/FuelTank/Size1_Tanks/125Tanks_N | ||
+ | shader = KSP/Bumped Specular | ||
+ | } | ||
+ | } | ||
+ | VARIANT | ||
+ | { | ||
+ | name = White | ||
+ | displayName = #autoLOC_8007119 | ||
+ | themeName = White | ||
+ | primaryColor = #ffffff | ||
+ | secondaryColor = #ffffff | ||
+ | TEXTURE | ||
+ | { | ||
+ | mainTextureURL = Squad/Parts/FuelTank/Size1_Tanks/125Tanks_W | ||
+ | shader = KSP/Specular | ||
+ | } | ||
+ | } | ||
+ | VARIANT | ||
+ | { | ||
+ | name = GrayAndOrange | ||
+ | displayName = #autoLOC_8007121 | ||
+ | themeName = GrayAndOrange | ||
+ | primaryColor = #4c4f47 | ||
+ | secondaryColor = #f49841 | ||
+ | TEXTURE | ||
+ | { | ||
+ | mainTextureURL = Squad/Parts/FuelTank/Size1_Tanks/125Tanks_O | ||
+ | shader = KSP/Specular | ||
+ | } | ||
+ | } | ||
+ | } | ||
} | } | ||
− | |||
}} | }} |
Latest revision as of 15:02, 10 October 2024
PART { name = fuelTank_long module = Part author = RoverDude MODEL { model = Squad/Parts/FuelTank/Size1_Tanks/Size1Tank_04 } rescaleFactor = 1.0 node_stack_top = 0.0, 1.875, 0.0, 0.0, 1.0, 0.0,1 node_stack_bottom = 0.0, -1.8875, 0.0, 0.0, -1.0, 0.0,1 node_attach = 0.625, 0.0, 0.0, 1.0, 0.0, 0.0, 1 TechRequired = fuelSystems entryCost = 4800 cost = 800 category = FuelTank subcategory = 0 title = #autoLOC_500535 //#autoLOC_500535 = FL-T800 Fuel Tank manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co description = #autoLOC_500536 //#autoLOC_500536 = A stretched variant of the FL-T400, the FL-T800 holds twice the fuel in a slightly stronger container. The black stripes along the side make the rocket go faster, our engineers tell us. attachRules = 1,1,1,1,0 mass = 0.5 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.3 angularDrag = 2 crashTolerance = 6 breakingForce = 50 breakingTorque = 50 maxTemp = 2000 // = 2900 bulkheadProfiles = size1, srf tags = #autoLOC_500537 //#autoLOC_500537 = fueltank ?lfo liquid oxidizer propellant rocket RESOURCE { name = LiquidFuel amount = 360 maxAmount = 360 } RESOURCE { name = Oxidizer amount = 440 maxAmount = 440 } MODULE { name = ModulePartVariants primaryColor = #000000 secondaryColor = #000000 baseDisplayName = #autoLOC_8007117 baseThemeName = Dark useMultipleDragCubes = false VARIANT { name = BlackAndWhite displayName = #autoLOC_8007122 themeName = BlackAndWhite primaryColor = #ffffff secondaryColor = #000000 TEXTURE { mainTextureURL = Squad/Parts/FuelTank/Size1_Tanks/125Tanks_BW _BumpMap = Squad/Parts/FuelTank/Size1_Tanks/125Tanks_N shader = KSP/Bumped Specular } } VARIANT { name = White displayName = #autoLOC_8007119 themeName = White primaryColor = #ffffff secondaryColor = #ffffff TEXTURE { mainTextureURL = Squad/Parts/FuelTank/Size1_Tanks/125Tanks_W shader = KSP/Specular } } VARIANT { name = GrayAndOrange displayName = #autoLOC_8007121 themeName = GrayAndOrange primaryColor = #4c4f47 secondaryColor = #f49841 TEXTURE { mainTextureURL = Squad/Parts/FuelTank/Size1_Tanks/125Tanks_O shader = KSP/Specular } } } }