You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ReStocked/Distribution/Restock/GameData/ReStock/Patches/Utility/restock-ladders.cfg

74 lines
1.5 KiB
INI

// Patches applying art changes to ladders
// Contents:
// - Pegasus I Mobility Enhancer (ladder1)
// - Kelus Mobility Enhancer (telescopicLadder)
// - Kelus-LV Bay Mobility Enhancer (telescopicLadderBay)
// Static Ladder
@PART[ladder1]:HAS[RestockIgnore[]]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Utility/restock-ladder-static-1
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
}
// Small ladder
@PART[telescopicLadder]:HAS[RestockIgnore[]]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Utility/restock-ladder-extending-1
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
@MODULE[RetractableLadder]
{
@ladderAnimationRootName = animationRoot
@ladderColliderName = ladderCollider
@ladderRetractAnimationName = LadderExtend
}
MODULE
{
name = ModuleRestockDepthMask
maskTransform = LadderMask
}
}
// Big ladder
@PART[telescopicLadderBay]:HAS[RestockIgnore[]]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Utility/restock-ladder-extending-2
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
@MODULE[RetractableLadder]
{
@ladderAnimationRootName = animationRoot
@ladderColliderName = ladderCollider
@ladderRetractAnimationName = LadderLightExtend
}
MODULE
{
name = ModuleRestockDepthMask
maskTransform = LadderMask
}
}