-
Notifications
You must be signed in to change notification settings - Fork 2
Chain Axis
Chain Axis allows you to combine two axis inputs into a new axis. By combining multiple chain axes (chaining), you can create very complex inputs.
Below is an example of combining a Controller Axis and Key Axis for plane pitch controls with trimming.
Other use cases where Chain Axis is applicable:
- Combine two trigger axes into a single one for driving a car. Set their both rest positions to zero and use the Subtract method. That way you can use the right trigger for forward and left for brake/backwards.
- Combine an axis used for plane throttle with an axis used for extending gear (where extended=1 and retracted=0) and use the Multiply method. This way you can control the wheels of the plane with the same input as throttle, but only when the gear is extended.
API
API exposed to Python scripts, custom axes and other mods.
Sharing
Concepts behind the mod design and machine sharing.
Controller axis
Help regarding controller axis.
Key axis
Map keys, buttons and hats to an analog input axis.
Mouse
Use mouse position as input.
Chain axis
Chaining axes for complex input configurations.
Custom axis
Custom axes for everything else.
Controls
Full analog control list.
Console commands
Mod configuration console commands.
Fueled by coffee

