-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Shipbreaker SixAxis | ||
|
||
A mod for Hardpace: Shipbreaker that enables six axis controllers like 3DConnexion / SpaceMouse devices. | ||
|
||
Uniquely, this mod gives Shipbreaker all 6 axes of control, meaning joystick input can independently control | ||
|
||
- Forward / Backward | ||
- Left / Right | ||
- Up / Down | ||
- Pitch | ||
- Roll | ||
- Yaw | ||
|
||
# Installation | ||
|
||
Requires [BepInEx 5.0.1](https://github.com/BepInEx/BepInEx/releases) or later. | ||
|
||
1. Install BepInEx in the Shipbreaker steam folder. | ||
2. Launch the game, reach the main menu, then quit back out. | ||
3. In the steam folder, there should now be a folder BepInEx/Plugins | ||
4. Create a folder named `SixAxis` in the BepInEx/Plugins folder. | ||
5. Extract the release zip file to this folder. | ||
|
||
With any luck, we will get official support for this in the future. However, ShipBreaker uses the InControl unity library for its controller input, | ||
which restricts the game to only supporting at most 5 axes. In particular, the game has no axis control for roll. This mod rewires the orientation controls of the game to support this. | ||
|
||
# TODO | ||
|
||
Configurable bindings of any controller axis to any game axis | ||
Configure exact joystick device identifiers to support dual joystick setups |