mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Finish configs and minor tweaks to launch clamp textures
This commit is contained in:
parent
e274c1ac4f
commit
f238454298
@ -1 +1 @@
|
||||
Subproject commit 469941b40e5c9e3dca4f2a1fe1a7c8f1977c417b
|
||||
Subproject commit e9141a8de795621d60b6232e81bce20b6dcd8509
|
Binary file not shown.
Binary file not shown.
@ -1,7 +1,9 @@
|
||||
// Patches applying art changes to
|
||||
// Contents:
|
||||
// TT18-A Launch Stability Enhancer (launchClamp1)
|
||||
|
||||
|
||||
// TT18-A Launch Stability Enhancer
|
||||
@PART[launchClamp1]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
@ -23,19 +25,4 @@
|
||||
trf_animationRoot_name = restock-clamp-1
|
||||
anim_decouple_name = RestockLaunchClamp_Deploy
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleAnimateGeneric
|
||||
animationName = RestockLaunchClamp_Extend
|
||||
startEventGUIName = #LOC_RestockPlus_light_rotate_on
|
||||
endEventGUIName = #LOC_RestockPlus_light_rotate_off
|
||||
actionGUIName = #LOC_RestockPlus_light_rotate_toggle
|
||||
allowDeployLimit = true
|
||||
revClampDirection = false
|
||||
revClampSpeed = true
|
||||
revClampPercent = true
|
||||
eventAvailableFlight = false
|
||||
eventAvailableEVA = false
|
||||
}
|
||||
}
|
@ -110,6 +110,7 @@ Squad/Parts/Utility/rockomaxAdapters/
|
||||
Squad/Parts/Utility/ServiceBay/
|
||||
Squad/Parts/Utility/spotLightMk1/
|
||||
Squad/Parts/Utility/spotLightMk2/
|
||||
Squad/Parts/Utility/launchClamp1/
|
||||
Squad/Parts/Resources/RadialTank/
|
||||
Squad/Parts/Resources/SmallTank/
|
||||
Squad/Parts/Resources/LargeTank/
|
||||
|
@ -15,6 +15,10 @@ Localization
|
||||
#LOC_RestockPlus_light_rotate_off = Base Rotation
|
||||
#LOC_RestockPlus_light_rotate_toggle = Rotate Light
|
||||
|
||||
#LOC_RestockPlus_launch_clamp_extended_on = Extended
|
||||
#LOC_RestockPlus_launch_clamp_extended_off = Clamp Extension
|
||||
#LOC_RestockPlus_launch_clamp_extended_toggle = Extend Clamp
|
||||
|
||||
// ENGINES
|
||||
// =======
|
||||
// 3.75m
|
||||
|
@ -0,0 +1,20 @@
|
||||
//allows extending and retracting of launch clamps
|
||||
|
||||
// TT18-A Launch Stability Enhancer
|
||||
@PART[launchClamp1]
|
||||
{
|
||||
MODULE
|
||||
{
|
||||
name = ModuleAnimateGeneric
|
||||
animationName = RestockLaunchClamp_Extend
|
||||
startEventGUIName = #LOC_RestockPlus_launch_clamp_extended_on
|
||||
endEventGUIName = #LOC_RestockPlus_launch_clamp_extended_off
|
||||
actionGUIName = #LOC_RestockPlus_launch_clamp_extended__toggle
|
||||
allowDeployLimit = true
|
||||
revClampDirection = false
|
||||
revClampSpeed = true
|
||||
revClampPercent = true
|
||||
eventAvailableFlight = false
|
||||
eventAvailableEVA = false
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user