-
Notifications
You must be signed in to change notification settings - Fork 99
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
generate heatmap and nade trajectories - invalid memory address or nil pointer dereference #520
Comments
This happens because the csgo-centrifuge is not working. This is to my understanding because For example. a reqiest to https://radar-overviews.csgo.saiko.tech/de_mirage/2778284110/radar.png has no response. |
Fix for this is ready and was gonna come with v5 - but that might take a couple of months. maybe I'll backport it to v4 |
Isn't the problem with the service rather that with the library? At least I can't use the radar-overviews.csgo.saiko.tech service in any way |
Yeah, I made the service for csgo but cs2 broke everything.. Afaik there's no way to do the same in CS2, partially because I can't even find Map CRCs. So we'll just go back to having a static mapping of the most recent map version |
So the service won't be needed anymore |
I guess its better than nothing. The main problem I was having was figuring out the map offsets and scales because the map radars I could find easily. |
I was using the test scripts in the heatmap example and the nade trajectory example.
Got this error:
The demo I used is here.
The text was updated successfully, but these errors were encountered: