mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Configure fuel vent part
This commit is contained in:
parent
8cb3047749
commit
1e9b01c815
@ -87,6 +87,7 @@ Localization
|
||||
#LOC_Restock_variant-surface_metal = Metal
|
||||
#LOC_Restock_variant-surface_basic = Basic
|
||||
#LOC_Restock_variant-surface_truss = Truss
|
||||
#LOC_Restock_variant-surface_warningStripes = Warning Stripes
|
||||
#LOC_Restock_variant-surface_thermalblankets = Insulated
|
||||
|
||||
#LOC_Restock_variant-decoupler_metal = Metal
|
||||
|
@ -0,0 +1,47 @@
|
||||
// Patches applying art changes to fuel vents
|
||||
// Contents:
|
||||
// - FTE-1 Drain Valve (ReleaseValve)
|
||||
|
||||
// FTE-1 Drain Valve
|
||||
@PART[ReleaseValve]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
!mesh = DELETE
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Resource/restock-fuel-vent-1
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = Metal
|
||||
VARIANT
|
||||
{
|
||||
name = Metal
|
||||
displayName = #LOC_Restock_variant-surface_metal // Metal
|
||||
themeName = Metal
|
||||
primaryColor = #6f6e6d
|
||||
secondaryColor = #6f6e6d
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Vent_metal = true
|
||||
Vent_striped = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Striped
|
||||
displayName = #LOC_Restock_variant-surface_warningStripes // Warning Stripes
|
||||
themeName = Gray with Stripes
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor = #A4823F
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Vent_metal = false
|
||||
Vent_striped = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -81,6 +81,7 @@ Squad/Parts/FuelTank/Size3Tanks/
|
||||
Squad/Parts/FuelTank/xenonTank/
|
||||
Squad/Parts/FuelTank/xenonTankLarge/
|
||||
Squad/Parts/FuelTank/xenonTankRadial/
|
||||
Squad/Parts/FuelTank/drainTankFTE-1/
|
||||
Squad/Parts/Misc/AsteroidDay/
|
||||
Squad/Parts/Resources/FuelCell/
|
||||
Squad/Parts/Resources/ISRU/
|
||||
|
@ -1,3 +1,9 @@
|
||||
v1.2.0
|
||||
------
|
||||
- New stock part replacements
|
||||
- Resources
|
||||
-FTE-1 Drain Valve (Andrew Cassidy): now has metal and warning stripe variants
|
||||
|
||||
v1.1.2
|
||||
------
|
||||
- Fixed engine plate compatability with stock vessels by moving boattails to the end of the variant list
|
||||
|
Loading…
Reference in New Issue
Block a user