mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Upload configs for Thud, Seat and Cargo parts
This commit is contained in:
@ -0,0 +1,112 @@
|
||||
// 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
|
||||
displayName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
smallCargoContainer-white = true
|
||||
smallCargoContainer-metal = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = metal
|
||||
displayName = Metallic
|
||||
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
|
||||
displayName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
ConformalStorageUnit-white = true
|
||||
ConformalStorageUnit-metal = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = metal
|
||||
displayName = Metallic
|
||||
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
|
||||
}
|
||||
}
|
||||
|
||||
// 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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user