-
-
Notifications
You must be signed in to change notification settings - Fork 91
Core_TitanOne
Enables support for the Titan One device.
This is a USB dongle which can emulate almost any console controller. It can be controlled from a PC, plus you can plug a real controller into it and read from the real controller.
Essentially it can provide two main benefits:
- Allow UCR to control a console.
- Allow remapping of a physical xbox controller (Because windows cannot natively see the the xbox controller plugged into the Titan, but UCR can)
The main limitation of the Titan One is that the axis scales only have 101 units, so you lose a bunch of accuracy.
The Titan Two (Which does not have this issue) is now in production though, but it currently lacks an API to hook into, but when it does, expect a Titan Two provider for UCR.
- You must own a Titan One device
- The ConsoleTuner software must be installed (GTuner etc)
None
Reading and setting the state of the controller.
Currently only Xb360, Xbone, Ps3 and Ps4 have names for buttons and axes added, others such as the Wii could be added fairly easily.
This provider is unable to switch which controller type is currently being emulated by the Titan One device, as this is not possible via the ConsoleTuner API. You must handle this yourself through the ConsoleTuner software (Or if on Auto-Detect, you may not need to bother).