Feedback #22779
MainThrottle Axis Group is not selectable
Description
The MainThrottle Axis Group is not selectable inside the action group screen only by editing the savefile obtainable.
History
#1 Updated by MechBFP over 5 years ago
- Tracker changed from Bug to Feedback
#2 Updated by TheidenHD over 5 years ago
The MainThrottle Axis Group is not selectable inside the action group screen only by editing the savefile obtainable.
Edit:
If you want to youse it, open the .craft file find your part, in AXISGROUPS set axisGroup to MainThrottle and delate MainThrottle from axisIncremental.
Example for the RoboticController
AXISGROUPS
{
sequencePosition
{
axisGroup = MainThrottle
axisIncremental = Pitch, Yaw, Roll, TranslateX, TranslateY, TranslateZ, WheelSteer, WheelThrottle, Custom01, Custom02, Custom03, Custom04
axisInverted = None
overrideIncremental0 = Pitch, Yaw, Roll, TranslateX, TranslateY, TranslateZ, MainThrottle, WheelSteer, WheelThrottle, Custom01, Custom02, Custom03, Custom04
overrideIncremental1 = Pitch, Yaw, Roll, TranslateX, TranslateY, TranslateZ, MainThrottle, WheelSteer, WheelThrottle, Custom01, Custom02, Custom03, Custom04
overrideIncremental2 = Pitch, Yaw, Roll, TranslateX, TranslateY, TranslateZ, MainThrottle, WheelSteer, WheelThrottle, Custom01, Custom02, Custom03, Custom04
overrideIncremental3 = Pitch, Yaw, Roll, TranslateX, TranslateY, TranslateZ, MainThrottle, WheelSteer, WheelThrottle, Custom01, Custom02, Custom03, Custom04
}
}
#3 Updated by nestor over 5 years ago
- Status changed from New to Ready to Test
- Target version set to 1.7.2
#4 Updated by Anonymous over 5 years ago
- Status changed from Ready to Test to Resolved
Controls on parts can be bound to the MainThrottle axis group in version 1.7.2
However craft-files created before this fix will still have 'MainThrottle' in the lists axisIncremental and overrideIncrementalN,
so the throttle position will control the rate of incrementing the control on the part, which is rather strange and not useful.
These craft will need the second part of the craft-file editing posted above, or to have the relevant parts replaced with new ones in the in-game craft editor.
#5 Updated by chris.fulton over 5 years ago
- Status changed from Resolved to Closed