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

Radar PNGs Outdated & Overlapping #113

Open
UnknownFME opened this issue Jan 7, 2024 · 1 comment
Open

Radar PNGs Outdated & Overlapping #113

UnknownFME opened this issue Jan 7, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@UnknownFME
Copy link

Some maps, Ancient being the obvious one, are outdated and showing players and nades outside of the map due to a size change.

Some of the radars are overlapping (Nuke and Vertigo).

@drweissbrot
Copy link
Owner

I can definitely verify the outdated radars, not sure how to handle this issue unfortunately :/

From what I know there's no updated version of Simple Radar (nor are any updates planned currently).

The in-game radars are up to date at least, but subjectively they don't look all that good, and they're definitely not great when used without a solid background color (see screenshot for a rough idea).
You can try this one out by creating a radars.json file in the userspace directory (should be right next to the cs-hud-win.exe) with the following contents:

{
	"de_ancient": {
		"radarImageUrl": "/hud/img/radars/ingame-transparent/de_ancient.webp"
	}
}

ingame-radar-transparent

Looking at boltobserv, it looks like they got their radar images from lexogrine/csgo-react-hud (they look very similar to Simple Radar though?). While it wouldn't necessarily be nice, I think we'd be allowed to use them, considering that repository is under the MIT license. Then again, I'm a dev, not a lawyer :D


re overlapping, I assume you mean that there's only a single radar for both floors? This is currently not a feature (because it's a lot of work); I've now logged it in #114.

@drweissbrot drweissbrot added the bug Something isn't working label Jan 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants