mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Add 3.75m nosecone
This commit is contained in:
parent
9d702a5307
commit
1fddfcbb6a
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 4.0 MiB |
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 4.0 MiB |
Binary file not shown.
After Width: | Height: | Size: 4.0 MiB |
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 4.0 MiB |
@ -0,0 +1,47 @@
|
|||||||
|
// Patches applying art changes to 2.5m aerodynamic parts
|
||||||
|
// Contents:
|
||||||
|
// - Protective Rocket Nose Cone Mk12A (rocketNoseConeSize3)
|
||||||
|
|
||||||
|
@PART[rocketNoseConeSize3]
|
||||||
|
{
|
||||||
|
@author = Chris Adderley (Nertea)
|
||||||
|
!mesh = DELETE
|
||||||
|
!MODEL,* {}
|
||||||
|
MODEL
|
||||||
|
{
|
||||||
|
model = ReStock/Assets/FuelTank/restock-nosecone-375-1
|
||||||
|
}
|
||||||
|
!MODULE[ModulePartVariants] {}
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = ModulePartVariants
|
||||||
|
useMultipleDragCubes = false
|
||||||
|
baseVariant = White
|
||||||
|
VARIANT
|
||||||
|
{
|
||||||
|
name = White
|
||||||
|
displayName = #autoLOC_8007119
|
||||||
|
themeName = White
|
||||||
|
primaryColor = #ffffff
|
||||||
|
secondaryColor = #ffffff
|
||||||
|
GAMEOBJECTS
|
||||||
|
{
|
||||||
|
Cone375WhiteAero = true
|
||||||
|
Cone375OrangeAero = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
VARIANT
|
||||||
|
{
|
||||||
|
name = Orange
|
||||||
|
displayName = #autoLOC_8007121
|
||||||
|
themeName = Orange
|
||||||
|
primaryColor = #4c4f47
|
||||||
|
secondaryColor = #f49841
|
||||||
|
GAMEOBJECTS
|
||||||
|
{
|
||||||
|
Cone375WhiteAero = false
|
||||||
|
Cone375OrangeAero = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -3,6 +3,8 @@
|
|||||||
- KSP 1.8 compatibility
|
- KSP 1.8 compatibility
|
||||||
- Phase 2 release
|
- Phase 2 release
|
||||||
- New stock part replacements
|
- New stock part replacements
|
||||||
|
- Aero
|
||||||
|
- Protective Rocket Nose Cone Mk12A (Nertea)
|
||||||
- Coupling
|
- Coupling
|
||||||
- Advanced Grabbing Unit (Andrew Cassidy)
|
- Advanced Grabbing Unit (Andrew Cassidy)
|
||||||
- Structural
|
- Structural
|
||||||
|
@ -97,6 +97,8 @@ PART
|
|||||||
mass = 8
|
mass = 8
|
||||||
heatConductivity = 0.06 // 1/2 default
|
heatConductivity = 0.06 // 1/2 default
|
||||||
skinInternalConductionMult = 4.0
|
skinInternalConductionMult = 4.0
|
||||||
|
/// Flag to disable this part if MH is installed
|
||||||
|
MHReplacement = True
|
||||||
emissiveConstant = 0.5 // yes, it's white. But let's claim it's an emissive white...
|
emissiveConstant = 0.5 // yes, it's white. But let's claim it's an emissive white...
|
||||||
dragModelType = default
|
dragModelType = default
|
||||||
maximum_drag = 0.3
|
maximum_drag = 0.3
|
||||||
|
Loading…
Reference in New Issue
Block a user