ngld / OverlayPlugin

Yet another OverlayPlugin fork.
Other
231 stars 39 forks source link

Improve EffectiveDistance precision in target bars #249

Closed quisquous closed 2 years ago

quisquous commented 2 years ago

EffectiveDistance is just a (rounded) byte and so is not that useful for determining exact distances from boss mechanics. This PR changes EffectiveDistance to be a float based on the Radius when on 6.x. For backwards compatibility, pre-6.x users will get the rounded byte.

Belated thanks to @KattTails for the memory location for radius!

ngld commented 2 years ago

Thanks!! And sorry for the late merge.