Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RoboPhred committed Jul 25, 2020
1 parent 883d930 commit cff74e2
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
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

0 comments on commit cff74e2

Please sign in to comment.