ReStocked/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-launchclamp.cfg

28 lines
641 B
INI
Raw Normal View History

// Patches applying art changes to
// Contents:
// TT18-A Launch Stability Enhancer (launchClamp1)
// TT18-A Launch Stability Enhancer
@PART[launchClamp1]
{
@author = Andrew Cassidy
!mesh = DELETE
MODEL
{
model = ReStock/Assets/Structural/restock-launchclamp-1
}
!MODULE[LaunchClamp] {}
MODULE {
name = ModuleRestockLaunchClamp
trf_towerPivot_name = obj_girdercap
trf_towerStretch_name = obj_stretch
trf_towerGirder_name = obj_girder
trf_towerYoke_name = obj_yoke
trf_anchor_name = obj_ground
trf_animationRoot_name = restock-clamp-1
2019-09-10 20:09:38 +00:00
anim_decouple_name = RestockLaunchClamp_Deploy
}
}