This article is a stub. You can help Stormworks: Build and Rescue Wiki by expanding it. |
User Input [ edit page ]
Throttle Lever
Lockable Button
Key Button
Keypad Large
Pilot Seat
- Output 1 (Number): a/d
- Output 2 (Number): w/s
- Output 3 (Number): left/right
- Output 4 (Number): up/down
- Output 5 (On/Off): if 1 is pressed
- Output 6 (On/Off): if 2 is pressed
- Output 7 (On/Off): if 3 is pressed
- Output 8 (On/Off): if 4 is pressed
- Output 9 (On/Off): if 5 is pressed
- Output 10 (On/Off): if 6 is pressed
- Output 31 (On/Off): if trigger is pressed
- Output 32 (On/Off): if occupied
- there is also a composite output which sends even more values, but all combined into one composite
Modes:
- Reset: When e.g. w is pressed the value will rise from 0 to 1, once w is released the value will decrease until 0. The opposite with s: it decreases from 0 to -1
Instrument Panel
- Uses composite inputs and outputs with configurable channels from 1-32.
- Composite inputs: A combination of up to four numeric or boolean inputs to dials, gauges, indicators, seven-segment displays, and/or radial/bar segment displays.
- Composite output: A combination of up to four outputs from buttons and switches.
- Daisy chaining: Instrument panels can be linked together into a chain so your microcontrollers only need one composite input and output for multiple instrument panels.
- Note: You can't use multiple buttons/switches on the same channels on different panels - if the same channel is used, then only the last panels' button/switch state will control the output.