File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 141
141
}
142
142
@MODULE[ModuleWheelBase]
143
143
{
144
- @clipObject = leg3_piston_CAPSULECOLLIDER
144
+ @wheelColliderTransformName = wheelCollider
145
+ @clipObject = piston_collider
145
146
}
146
147
@MODULE[ModuleWheelSuspension]
147
148
{
148
- @suspensionTransformName = leg3_piston
149
- @suspensionColliderName = leg3_piston_CAPSULECOLLIDER
149
+ @suspensionTransformName = piston
150
+ @suspensionColliderName = piston_collider
150
151
}
151
152
@MODULE[ModuleWheelDeployment]
152
153
{
153
- @animationTrfName = leg3
154
+ @deployTargetTransformName = deployTgt
155
+ @animationTrfName = leg
154
156
@animationStateName = restock-leg-3-deploy
155
- @retractTransformName = leg3_piston
157
+ @retractTransformName = piston
156
158
}
157
159
@MODULE[ModuleWheelBogey]
158
160
{
159
- @bogeyTransformName = leg3_foot
161
+ @bogeyTransformName = foot
160
162
}
161
163
}
Original file line number Diff line number Diff line change 6
6
- Fixed Russian localization syntax
7
7
- Fixed variant display names for lights
8
8
- Tidied up various config syntax errors, thank you HebaruSan!
9
+ - Fixed LT-2 landing leg being weaker than stock (#858)
9
10
10
11
v1.4.3
11
12
------
You can’t perform that action at this time.
0 commit comments