Crosshair not centered

The crosshair is not centred



Is there a possible fix for this ?

Maybe implement a config option to adjust X and Y axis.

yes please fix this

managed to do a fix.

go to plugin folder and edit the actual "Crosshair.cs" file

line 89 (notepad++ recomended) and paste this:

            var container = UI.CreateElementContainer(mainUI, $"{HexToColor("000000")} 0", "0.4695 0.4695", "0.5295 0.5295");

should do the trick, works for me.

 

XBK70QcXUEMEhoz.jpg Stix

managed to do a fix.

go to plugin folder and edit the actual "Crosshair.cs" file

line 89 (notepad++ recomended) and paste this:

            var container = UI.CreateElementContainer(mainUI, $"{HexToColor("000000")} 0", "0.4695 0.4695", "0.5295 0.5295");

should do the trick, works for me.

 

Which number here makes the crosshair go up? Every number i change seems to make it just go more left or right. The symbol I'm using is still not centered.

https://github.com/Rust-TheAlchemist/Crosshair-Rust-Mod

Automatically turns crosshair on when a player connects or respawns. It doesn't yet care about whether they want it on or not. That will come later.
Originally /crosshair toggle for off/on still works.

I also recentered it for my 2560x1440 Fullscreen. I plan on adding the capability for players to adjust their own position as I'm able.