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

Spray Logo bug #193

Closed
Ronin4862 opened this issue Mar 18, 2023 · 1 comment
Closed

Spray Logo bug #193

Ronin4862 opened this issue Mar 18, 2023 · 1 comment

Comments

@Ronin4862
Copy link

After loading a saved game the spray logo doesn't work as it should.
https://youtu.be/dV6DqNoRmKc

@SamVanheer
Copy link
Collaborator

Thanks for reporting this.

This only happens if you're not using a custom logo file. To reset your installation for testing purposes you have to set the cl_logofile cvar to an empty string (cl_logofile "" in console) and delete tempdecal.wad.

The reason why it only happens with the default logo is that the engine only informs the server of the custom decal info once when using the default whereas it informs the server every level load with a custom logo.

The server's default value for the custom logo frame count is incorrect so it thinks there is a custom one when there isn't, so the client just uses whatever decal has index 0.

I've fixed it so the server assumes the player has no custom logo. If they do the engine will inform the server.

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

No branches or pull requests

2 participants