thelabcat / DS-FPS-Mouse-Fixer-Linux

A Python cross-platform port of https://github.com/JDoe212/DS-FPS-Mouse-Fixer
GNU General Public License v3.0
0 stars 0 forks source link

MPH HUD detection config is affected by items on radar #6

Closed thelabcat closed 4 months ago

thelabcat commented 4 months ago

All HUD detectors besides Samus's are set to use the radar triangle, but if a blip is directly below or above the hunter, this is interfered with as blips render in front of the radar reticle.

Suggested solution: Reconfigure the HUD detectors to not use on-radar checking points and colors. Check that ship and multiplayer UI do not trigger.

thelabcat commented 4 months ago

Fixed in last commit.