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/Structural/restock-structural-launchcl...

29 lines
662 B
INI

// Patches applying art changes to
// Contents:
// TT18-A Launch Stability Enhancer (launchClamp1)
// TT18-A Launch Stability Enhancer
@PART[launchClamp1]:HAS[RestockIgnore[]]
{
@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
anim_decouple_name = RestockLaunchClamp_Deploy
}
}