Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crosshair might be off-center #433

Closed
NukeThief opened this issue Aug 19, 2022 · 1 comment
Closed

Crosshair might be off-center #433

NukeThief opened this issue Aug 19, 2022 · 1 comment

Comments

@NukeThief
Copy link

Why do i think that? Well i use a combination of yellow crosshair : and tf2s ingame green dot crosshair and i see some bits of the dot from the : crosshair and i figured out there there is a pos offset on it but idk where to change it.

@rbjaxter
Copy link
Owner

Unfortunately with how font crosshairs work, there's no way to make them all perfectly centered.

It depends on what crosshair you're trying to use, but for the included one you'd adjust the xpos and ypos values here: https://github.com/rbjaxter/budhud/blob/master/%23customization/_enabled/bh_crosshairs.res#L27-L28

you'd basically adjust these values by one, hud_reloadscheme, see if it's good, and then repeat until it is. change 0.4999 to 0.4998, then 0.4997, and so on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants