evilC / UCR

Universal Control Remapper [ALPHA]
MIT License
196 stars 31 forks source link

Template config/automatic config generation. #153

Open georgir opened 7 years ago

georgir commented 7 years ago

It would be nice to have UJR's "Auto configure stick ID XXX" functionality. But I guess it'll have to take two inputs instead of one - both source and destination controller, instead of just source. I feel the lack of this functionality is currently the biggest reason people can not easily switch from UJR to UCR. It just takes way too long to set it up initially, especially with having to make two menu choices (controller and axis/button) for each source and destination field.

As a stopgap measure maybe UCR can ship with a pre-configured profile mapping a bunch of things from joystick # 2 to vjoy # 1.

evilC commented 7 years ago

Yes, I had concerns about this too.
Technically, I am not sure it would be too hard to implement something which can add and configure a number of plugins (eg select 4 axis, 32 buttons and it adds 2 AxisToAxis plugins and 32 ButtonToButton plugins, all configured for straight-through mapping)