Rexeh / joystick-diagrams

Automatically output your tool/game HID configs into printable diagrams with all your binds.
https://joystick-diagrams.com
GNU General Public License v2.0
146 stars 22 forks source link

No template for device even it is supported #37

Closed dsanchezseco closed 3 years ago

dsanchezseco commented 3 years ago

The export proccess returns that there are no templates for the hotas (warbrd+alpha right and throttle mt-50cm2) even when they are supported.

Export Started
No Template for: RIGHT VPC Stick WarBRD
No Template for: VPC Throttle MT-50CM2
Export Finished
Rexeh commented 3 years ago

Thanks @dsanchezseco.

At the moment, the template name must match 100% your VPC device. As such you'll need to make sure these are the same.

My device for example by default is called VPC Throttle MT-50 CM2, so you need an .SVG with name "VPC Throttle MT-50 CM2.svg"

If you have LEFT/RIGHT sticks, you'll need to copy the template and have two versions in your /TEMPLATES folder with the relevant names.

Let me know if that solves your issue. Cause Virpil lets you change the name of your devices, there isn't much I can do past this right now! I plan to allow some DEVICE to TEMPLATE link later on to make this easier.

dsanchezseco commented 3 years ago

yup, that did it. Feel free to close the issue if needed. Thanks!

Rexeh commented 3 years ago

No problem!