Releases: Codenade/ksp2-inputbinder
Releases · Codenade/ksp2-inputbinder
0.6.0
0.5.4
0.5.3
0.5.2
0.5.1
What's Changed
- new actions now available by default: CameraZoom, HideMap, QuickLoad, QuickLoadHold
- moved
input.json
fromBepInEx/plugins/inputbinder
toBepInEx/config/inputbinder/profiles
(should be moved automatically on startup) - it is now possible to save and load different configurations without having to go into the game directory and manually doing it
- fixed not being able to bind z, rx, ry, rz axes
- renamed button "Change" to "Rebind" and "Modifiers" to "Processors" to better match the terminology used in Unity's InputSystem
- new "Reset All" button in the window header to remove overrides from all bindings, clicking this button will open a dialog asking for confirmation
- refactored loading system (loading of old files should still work but is not guaranteed to always yield the same bindings as before)
- processors are now displayed inside the main page of the app instead of only when clicking the associated button
- actions with expected control type Vector2 (e.g. Flight.CameraZoom) can now be assigned to
- fix for scrolling the list of actions also zooms the camera
- fixed scrolling one tick scrolls too far
- removed "Remove all gamepad bindings" button
- clearing a binding now sets its overridePath to "" instead of "none"
- added feature to automatically add processors to bindings (config only; all gamepad controls are treated as buttons)
- slider range can now be changed by editing
BepInEx/config/inputbinder/inputbinder.cfg
- slider range is now [-2;2] by default
- fixed boolean processor arguments not displaying their name properly
- fixed UI creating invisible copies of itself
- fixed processors list empty when trying to add one to an action with an expected control type of Button
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
Inputbinder adds a button in the Appbar's tray.
It is a mod to enable gamepad input and change bindings.
Features:
- Save / Load bindings
- Uses Input Processors from Unity Input System
- Throttle Axis
- Individual Trim controls