mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Updated Thud, and Cargo container mu files, added gas generator fx to Thud and variants to cylinder cargo parts.
This commit is contained in:
parent
da751a74d3
commit
73d8ab1029
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1746,6 +1746,32 @@
|
||||
speed = 0.0 0.35
|
||||
speed = 1.0 1.0
|
||||
localRotation = -90, 0, 0
|
||||
}
|
||||
MODEL_MULTI_PARTICLE
|
||||
{
|
||||
name = turbo
|
||||
modelName = ReStock/FX/restock-fx-spark-turbo-1
|
||||
transformName = exhaust_fxTransform
|
||||
emission = 0.0 0.0
|
||||
emission = 0.01 0.1
|
||||
emission = 0.075 0.25
|
||||
emission = 1.0 1.0
|
||||
speed = 0.0 0.35
|
||||
speed = 1.0 1.0
|
||||
localRotation = -90, 0, 0
|
||||
}
|
||||
MODEL_MULTI_PARTICLE
|
||||
{
|
||||
name = turboglow
|
||||
modelName = ReStock/FX/restock-fx-spark-turbo-glow-1
|
||||
transformName = exhaust_fxTransform
|
||||
emission = 0.0 0.0
|
||||
emission = 0.01 0.1
|
||||
emission = 0.075 0.25
|
||||
emission = 1.0 1.0
|
||||
speed = 0.0 0.35
|
||||
speed = 1.0 1.0
|
||||
localRotation = -90, 0, 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -97,6 +97,35 @@
|
||||
{
|
||||
model = ReStock/Assets/Payload/restock-cargo-inventory-125-1
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = white
|
||||
VARIANT
|
||||
{
|
||||
name = white
|
||||
displayName = #LOC_Restock_variant-surface_white
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
restock-cargo-inventory-12-1-white = true
|
||||
restock-cargo-inventory-12-1-metal = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = metal
|
||||
displayName = #LOC_Restock_variant-surface_metal
|
||||
primaryColor = #6f6e6d
|
||||
secondaryColor = #6f6e6d
|
||||
GAMEOBJECTS
|
||||
{
|
||||
restock-cargo-inventory-12-1-white = false
|
||||
restock-cargo-inventory-12-1-metal = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// SEQ-24 Cargo Storage Unit (2.5m)
|
||||
@ -109,4 +138,33 @@
|
||||
{
|
||||
model = ReStock/Assets/Payload/restock-cargo-inventory-25-1
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = white
|
||||
VARIANT
|
||||
{
|
||||
name = white
|
||||
displayName = #LOC_Restock_variant-surface_white
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
restock-cargo-inventory-25-white = true
|
||||
restock-cargo-inventory-25-metal = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = metal
|
||||
displayName = #LOC_Restock_variant-surface_metal
|
||||
primaryColor = #6f6e6d
|
||||
secondaryColor = #6f6e6d
|
||||
GAMEOBJECTS
|
||||
{
|
||||
restock-cargo-inventory-25-white = false
|
||||
restock-cargo-inventory-25-metal = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -12,8 +12,11 @@ Squad/Parts/Aero/InflatableHeatShield/
|
||||
Squad/Parts/Aero/wingletAV-R8/
|
||||
Squad/Parts/Aero/wingletAV-T1/
|
||||
Squad/Parts/Aero/wingletDeltaDeluxe/
|
||||
Squad/Parts/Cargo/CargoContainers/
|
||||
Squad/Parts/Cargo/StorageUnits/Assets/
|
||||
Squad/Parts/Command/advancedSasModuleLarge/
|
||||
Squad/Parts/Command/cupola/
|
||||
Squad/Parts/Command/externalCommandSeat/
|
||||
Squad/Parts/Command/hitchhikerStorageContainer/
|
||||
Squad/Parts/Command/inlineAdvancedStabilizer/
|
||||
Squad/Parts/Command/inlineReactionWheel/
|
||||
|
Loading…
Reference in New Issue
Block a user