GUI Element PositioningSolved

Anyway you can expose the GUI positioning to the config?  Took me forever to find #1 which plugin was overlapping with Info Panel and #2 the setting to adjust.

Eventually found it in your .cs on line 9415:

RectTransform = { AnchorMin = "0.006 0.930", AnchorMax = "0.241 0.963" }​

and on line 9421:

RectTransform = { AnchorMin = "0.759 0.930", AnchorMax = "0.994 0.963" }

Which is all fine, until I upgrade to some release in the future and my edit is patched out.  Love the plugin minus some minor things like this and the messages needing to be adjusted in the Messages class.

Hi! Sorry for the extremely late response.

I just released a new version but I'll create a patch to expose GUI positioning. I'll release this new feature probably tomorrow.

As for possible broken english in the Messages class, send me what needs to be fixed if you can since english is not my first language. It will be much appreciated.

I'll add proper lang support in the future since the original creator's localization implementation is currently broken.



Merged post

Well... it was easier than expected. I just released 2.1.2 with hud options to set a custom offset for both panels
Locked automatically