Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.

Latest commit

 

History

History
52 lines (29 loc) · 1.96 KB

README.md

File metadata and controls

52 lines (29 loc) · 1.96 KB

Note:

  • Project is archived from 2022-03-06 onwards
  • SteamDeck is not supported, however for more info check #47

Play your favorite CEMU games with your Steam Controller's GYRO!

Requirements

  • Cemu emulator.
  • Cemuhook with motion source support.
  • Steam Controller.

Download

Download release here.

Before playing

Make sure that Steam Controller configuration has gyro disabled in places where actual WiiU motion sensor would be used! Might cause undesired effects otherwise.

How to use

Drag executable anywhere you want and launch it. If you right click on tray icon it will allow you to restart server or exit. Moreover, it will show server address and port on hover:

tray-example

A settings file will be created in the same directory. If you left-click on tray icon, it will open a simple UI where you can edit server settings or apply filter for motion data in real time:

ui-settings

If you have changed default server IP or port, you will also need to change it in cemuhook.ini under Input:

cemuhook-ini-change

Finally, go to Cemu and make sure motion source is selected:

cemu-example

Headless mode

App can be started in a headless mode of some sort. In this mode the UI will never be instantiated. This mode can be enabled by a hidden setting in generated configuration file.

Icon

The icon is licensed to me, so keep that in mind.

Credits

  • Huge credits must be given to kolrabi. This project is mostly based on information that they collected about HID.
  • Thank you rajkosto for providing tips and source code for UDP server.