Categorygithub.com/mattcanty/openemu-controller-bindings

# README

OpenEmu Controller Mappings Tool

[!IMPORTANT] 🕹️ I don't want anything here to detract away from what a fantastic job the team have done with OpenEmu. I can't highly recommend it enough. Gone are the days where this was a challenging endeavour.

[!NOTE] I think it would be useful to have a simple way of ripping the controller mappings instead of manually writing out the game files. I'll do this one day soon.

The Problem: No Per-Game Controller Mappings in OpenEmu

OpenEmu lacks support for per-game controller mappings. I found this to be an issue immediately. It is particularly glaring when playing games like Perfect Dark and 1080 Snowboarding on N64. You have a go and come let me know whether you can play them on defaults without your brain overheating.

So, I made a plaster to cover this wound: a CLI tool to let you load, and list controller mappings. While it’s not the perfect solution, it’s functional and gets the job done.

Nothing clever is happening here. It literally copies files.

Installation

  1. Head over to the Releases page and download the latest version for your platform.
  2. Extract the downloaded file.
  3. Place the executable somewhere in your system's PATH (e.g., /usr/local/bin or C:\Program Files\).

Usage

Backup

ocb backup

List

ocb list

Load

[!IMPORTANT] Exising controller bindings will be erased. Take a backup first if you need to.

[!IMPORTANT] OpenEmu will not automatically start working with these mappings. You must restart OpenEmu.

ocb load <NAME>

Capture

ocb capture <SYSTEM> <GAME>

References

# Packages

No description provided by the author