josdemmers / Diablo4Companion

A companion app for Diablo IV to help you find your perfect gear affixes.
MIT License
222 stars 34 forks source link

Controller Support #33

Closed dkir2021 closed 11 months ago

dkir2021 commented 1 year ago

Currently the scan seems to only happen when mouse is moved, it would be good to have this also happen when using a controller.

dkir2021 commented 1 year ago

as a note how do you want feature requests submitting? as I would like to be able to prioritise the affixes, with numbers 1,2,3 etc that could show with the colour circle. Their is also a python OCR https://github.com/mxtsdev/d4-item-tooltip-ocr that would allow you to get the affixes and you could even give % of perfection on the affixes.

josdemmers commented 1 year ago

Currently the scan seems to only happen when mouse is moved, it would be good to have this also happen when using a controller.

Controller should work fine as well. Others have been using it. But you might need to add an extra tooltip image.

This one looks for the Shift key image. You will have to check in-game how that looks like when you have a controller connected.

as a note how do you want feature requests submitting? as I would like to be able to prioritise the affixes, with numbers 1,2,3 etc that could show with the colour circle. Their is also a python OCR https://github.com/mxtsdev/d4-item-tooltip-ocr that would allow you to get the affixes and you could even give % of perfection on the affixes.

You can use GitHub for that as well, just like this one for controller support. A separate GitHub issue for each feature request works best.

Regarding OCR, no plans for that yet any time soon. But it is something I want to look into. However not sure if it will be fast enough to give realtime information for the overlay.

josdemmers commented 1 year ago

Regarding the controller, you probably need to add an image to the tooltip folder similar to this: image