Model small wheel and prototype configs

This commit is contained in:
Andrew Cassidy 2019-09-26 20:44:09 -07:00
parent 658502a52e
commit f7798a284e
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1
2 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
// Patches applying art changes to
+PART[roverWheel2]
{
@name = roverWheel2_interim
@author = Andrew Cassidy
!mesh = DELETE
MODEL
{
model = ReStock/Assets/Ground/restock-wheel-1
}
!MODULE[FXModuleLookAtConstraint]
MODULE
{
name = FXModuleLookAtConstraint
CONSTRAINLOOKFX
{
targetName = Suspension1
rotatorsName = Suspension2
}
CONSTRAINLOOKFX
{
targetName = Suspension2
rotatorsName = Suspension1
}
}
@MODULE[ModuleWheelDamage]
{
@damagedTransformName = BustedWheel
@undamagedTransformName = Wheel
}
}