Skip to content

poutine70/UCR

 
 

Repository files navigation

Universal Control Remapper

GitHub release IOWrapper version license Github All Releases AppVeyor Sonarcloud Status

Universal Control Remapper is a complete rewrite of the original UCR, created in collaboration with evilC.

Universal Control Remapper is a Windows application which allows the end-user to remap any inputs from devices, such as keyboards, mice, joysticks, racing wheels, eye trackers, etc. to virtual output devices. Remapping is achieved by transforming inputs through plugins to a desired output device.

Table of Contents

Downloads

The latest release of Universal Control Remapper can be downloaded from GitHub and comes complete with a number of basic plugins.
Extra experimental or niche plugins can be found in the UCR-Plugins repository
Test builds, patches and updated components (New or enhanced plugins etc) are often posted to the UCR channel in the HidWizards Discord server linked below. If encoutering problems, it is often best to check this channel for pinned patches etc.

Documentation

Documentation for Universal Control Remapper are hosted on GitHub at https://github.com/snoothy/ucr/wiki.

Support / Discussion / Feedback

Please do not use the UCR thread on the AutoHotkey forums. Either raise an issue on the issue tracker or join us in the HidWizards chat channel on Discord

Features

  • Remap any number of inputs to any number of outputs on emulated output devices, with full analog support
  • Profiles and nesting allows for easy configuration
  • Endless remapping potential through plugin extension support
  • Remapping and device order persists through reboots and unplugging of devices
  • Profiles can be switched by external programs through Command line parameters (CLI)
  • HidGuardian support through HidCerberus for true HID remapping
  • Remap your own, or unsupported, input/output devices through extension support for device providers
  • Uses no injection making it compatible with games using anti-tampering technologies, such as Denuvo

Device support

UCR supports input and output devices through plugins using the IOWrapper backend. UCR is released with standard plugins but can be extended with third party plugins to add additional device support.

Supported input

  • Xbox 360 controllers (XInput)
  • DirectInput controllers, includes gamepads, racing wheels, HOTAS, etc.
  • Keyboard (using interception)
  • Mouse (using interception)
  • Tobii Eye tracker

Supported output

Building and Contributing

It is required to run the build script before building with Visual Studio. Run .\build.ps1 InitProject from powershell to initialize the required dependencies. All subsequent builds can be done from Visual Studio 2017.

Please see CONTRIBUTING when you've decided to contribute to Universal Control Remapper

License

Universal Control Remapper is Open Source software and is released under the MIT license.

About

Universal Control Remapper [Alpha]

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.5%
  • Other 1.5%