mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Add foil tanks
This commit is contained in:
parent
da8bee800c
commit
1107afb758
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,128 @@
|
||||
// Patches applying art changes to radial tanks
|
||||
// Contents:
|
||||
// - R-4 'Dumpling' External Tank (externalTankRound)
|
||||
// - R-11 'Baguette' External Tank (externalTankCapsule)
|
||||
// - R-12 'Doughnut' External Tank (externalTankToroid)
|
||||
|
||||
|
||||
// Spherical Radial Tank
|
||||
@PART[externalTankRound]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-foil-sphere-1
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = Gold
|
||||
VARIANT
|
||||
{
|
||||
name = Gold
|
||||
displayName = #autoLOC_8007118
|
||||
themeName = Gold
|
||||
primaryColor = #fccb0a
|
||||
TEXTURE
|
||||
{
|
||||
mainTextureURL = ReStock/Assets/FuelTank/restock-foil-tanks-1
|
||||
_SpecMap= ReStock/Assets/FuelTank/restock-foil-tanks-1-s
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Silver
|
||||
displayName = #autoLOC_6005005
|
||||
themeName = Silver
|
||||
primaryColor = #cecece
|
||||
TEXTURE
|
||||
{
|
||||
mainTextureURL = ReStock/Assets/FuelTank/restock-foil-tanks-silver-1
|
||||
_SpecMap= ReStock/Assets/FuelTank/restock-foil-tanks-silver-1-s
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@PART[externalTankCapsule]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-foil-capsule-1
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = Gold
|
||||
VARIANT
|
||||
{
|
||||
name = Gold
|
||||
displayName = #autoLOC_8007118
|
||||
themeName = Gold
|
||||
primaryColor = #fccb0a
|
||||
TEXTURE
|
||||
{
|
||||
mainTextureURL = ReStock/Assets/FuelTank/restock-foil-tanks-1
|
||||
_SpecMap= ReStock/Assets/FuelTank/restock-foil-tanks-1-s
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Silver
|
||||
displayName = #autoLOC_6005005
|
||||
themeName = Silver
|
||||
primaryColor = #cecece
|
||||
TEXTURE
|
||||
{
|
||||
mainTextureURL = ReStock/Assets/FuelTank/restock-foil-tanks-silver-1
|
||||
_SpecMap= ReStock/Assets/FuelTank/restock-foil-tanks-silver-1-s
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@PART[externalTankToroid]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-foil-torus-1
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = Gold
|
||||
VARIANT
|
||||
{
|
||||
name = Gold
|
||||
displayName = #autoLOC_8007118
|
||||
themeName = Gold
|
||||
primaryColor = #fccb0a
|
||||
TEXTURE
|
||||
{
|
||||
mainTextureURL = ReStock/Assets/FuelTank/restock-foil-tanks-1
|
||||
_SpecMap= ReStock/Assets/FuelTank/restock-foil-tanks-1-s
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Silver
|
||||
displayName = #autoLOC_6005005
|
||||
themeName = Silver
|
||||
primaryColor = #cecece
|
||||
TEXTURE
|
||||
{
|
||||
mainTextureURL = ReStock/Assets/FuelTank/restock-foil-tanks-silver-1
|
||||
_SpecMap= ReStock/Assets/FuelTank/restock-foil-tanks-silver-1-s
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -48,7 +48,7 @@
|
||||
- Fuel Tanks
|
||||
- Oscar-B Fuel Tank (Beale)
|
||||
- FL-T200 Fuel Tank (Porkjet/Nertea)
|
||||
- FL-T400 Fuel Tank (Porkje/Nertea)
|
||||
- FL-T400 Fuel Tank (Porkjet/Nertea)
|
||||
- FL-T800 Fuel Tank (Porkjet/Nertea)
|
||||
- FL-T100 Fuel Tank (Porkjet/Nertea)
|
||||
- Rockomax Jumbo-64 Fuel Tank (Nertea)
|
||||
@ -58,6 +58,9 @@
|
||||
- Kerbodyne S3-3600 Tank (Nertea)
|
||||
- Kerbodyne S3-7200 Tank (Nertea)
|
||||
- Kerbodyne S3-14400 Tank (Nertea)
|
||||
- R-4 'Dumpling' External Tank (Nertea)
|
||||
- R-11 'Baguette' External Tank (Nertea)
|
||||
- R-12 'Doughnut' External Tank (Nertea)
|
||||
- PB-X150 Xenon Container (Nertea)
|
||||
- PB-X750 Xenon Container (Nertea)
|
||||
- PB-X50R Xenon Container (Nertea)
|
||||
@ -109,6 +112,7 @@
|
||||
- 'Dark' variant for several 1.25m tank/nosecones has been added
|
||||
- New (old) 'Metallic' variant for Rockomax Brand Adapter and FL-A5 Adapter
|
||||
- New 'Metallic' variant for 2.5m tanks
|
||||
- New 'Silver' variant for foil radial LFO tanks
|
||||
- New Unpainted, Black variants for heat shields
|
||||
- New Bare variant for Linear RCS
|
||||
- Most engines have a basic and a compact variant
|
||||
|
@ -11,7 +11,7 @@ DEPENDENCIES
|
||||
============
|
||||
|
||||
Required:
|
||||
- ModuleManager (3.0.6)
|
||||
- ModuleManager (3.1.2)
|
||||
|
||||
=============
|
||||
CREDITS
|
||||
@ -20,6 +20,7 @@ CREDITS
|
||||
- Chris Adderley (Nertea)
|
||||
- Beale
|
||||
- Andrew Cassidy
|
||||
- blowfish
|
||||
- Passinglurker
|
||||
|
||||
============
|
||||
|
Loading…
Reference in New Issue
Block a user