2024-08-20 17:48:33 +00:00
|
|
|
// Patches applying art changes to cargo parts
|
|
|
|
// Contents:
|
|
|
|
// - SEQ-3 Cargo Storage Unit (smallCargoContainer)
|
|
|
|
// - SEQ-3C Conformal Storage Unit (ConformalStorageUnit)
|
|
|
|
// - SEQ-9 Container Module (1.25m) (cargoContainer)
|
|
|
|
// - SEQ-24 Cargo Storage Unit (2.5m) (CargoStorageUnit)
|
|
|
|
|
|
|
|
// SEQ-3 Cargo Storage Unit
|
|
|
|
@PART[smallCargoContainer]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
|
|
|
{
|
|
|
|
@author = Kavaeric
|
|
|
|
!mesh = DELETE
|
|
|
|
!MODEL {}
|
|
|
|
MODEL
|
|
|
|
{
|
|
|
|
model = ReStock/Assets/Payload/restock-cargo-inventory-box-1
|
|
|
|
}
|
|
|
|
MODULE
|
|
|
|
{
|
|
|
|
name = ModulePartVariants
|
|
|
|
baseVariant = white
|
|
|
|
VARIANT
|
|
|
|
{
|
|
|
|
name = white
|
2024-08-25 14:55:53 +00:00
|
|
|
displayName = #LOC_Restock_variant-surface_white
|
2024-08-20 17:48:33 +00:00
|
|
|
primaryColor = #ffffff
|
|
|
|
secondaryColor = #ffffff
|
|
|
|
GAMEOBJECTS
|
|
|
|
{
|
|
|
|
smallCargoContainer-white = true
|
|
|
|
smallCargoContainer-metal = false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
VARIANT
|
|
|
|
{
|
|
|
|
name = metal
|
2024-08-25 14:55:53 +00:00
|
|
|
displayName = #LOC_Restock_variant-surface_metal
|
2024-08-20 17:48:33 +00:00
|
|
|
primaryColor = #6f6e6d
|
|
|
|
secondaryColor = #6f6e6d
|
|
|
|
GAMEOBJECTS
|
|
|
|
{
|
|
|
|
smallCargoContainer-white = false
|
|
|
|
smallCargoContainer-metal = true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// SEQ-3C Conformal Storage Unit
|
|
|
|
@PART[ConformalStorageUnit]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
|
|
|
{
|
|
|
|
@author = Kavaeric
|
|
|
|
!mesh = DELETE
|
|
|
|
!MODEL {}
|
|
|
|
MODEL
|
|
|
|
{
|
|
|
|
model = ReStock/Assets/Payload/restock-cargo-inventory-conformal-1
|
|
|
|
}
|
|
|
|
MODULE
|
|
|
|
{
|
|
|
|
name = ModulePartVariants
|
|
|
|
baseVariant = white
|
|
|
|
VARIANT
|
|
|
|
{
|
|
|
|
name = white
|
2024-08-25 14:55:53 +00:00
|
|
|
displayName = #LOC_Restock_variant-surface_white
|
2024-08-20 17:48:33 +00:00
|
|
|
primaryColor = #ffffff
|
|
|
|
secondaryColor = #ffffff
|
|
|
|
GAMEOBJECTS
|
|
|
|
{
|
|
|
|
ConformalStorageUnit-white = true
|
|
|
|
ConformalStorageUnit-metal = false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
VARIANT
|
|
|
|
{
|
|
|
|
name = metal
|
2024-08-25 14:55:53 +00:00
|
|
|
displayName = #LOC_Restock_variant-surface_metal
|
2024-08-20 17:48:33 +00:00
|
|
|
primaryColor = #6f6e6d
|
|
|
|
secondaryColor = #6f6e6d
|
|
|
|
GAMEOBJECTS
|
|
|
|
{
|
|
|
|
ConformalStorageUnit-white = false
|
|
|
|
ConformalStorageUnit-metal = true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// SEQ-9 Container Module (1.25m)
|
|
|
|
@PART[cargoContainer]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
|
|
|
{
|
|
|
|
@author = Kavaeric
|
|
|
|
!mesh = DELETE
|
|
|
|
!MODEL {}
|
|
|
|
MODEL
|
|
|
|
{
|
|
|
|
model = ReStock/Assets/Payload/restock-cargo-inventory-125-1
|
|
|
|
}
|
2024-08-26 19:28:46 +00:00
|
|
|
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
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2024-08-20 17:48:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// SEQ-24 Cargo Storage Unit (2.5m)
|
|
|
|
@PART[CargoStorageUnit]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
|
|
|
{
|
|
|
|
@author = Kavaeric
|
|
|
|
!mesh = DELETE
|
|
|
|
!MODEL {}
|
|
|
|
MODEL
|
|
|
|
{
|
|
|
|
model = ReStock/Assets/Payload/restock-cargo-inventory-25-1
|
|
|
|
}
|
2024-08-26 19:28:46 +00:00
|
|
|
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
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2024-08-20 17:48:33 +00:00
|
|
|
}
|