We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, i'm not sure if it's a problem with the engine or the client.
https://github.com/FWGS/xash3d-fwgs/actions/runs/13695571141 artifact-win32-i386
https://github.com/Velaron/cs16-client/actions/runs/13661313340 Windows-x86
set_entvar(id, var_rendermode, kRenderTransAdd); set_entvar(id, var_renderamt, 5.0); set_entvar(id, var_rendercolor, Float:{ 0.0, 0.0, 0.0 }); set_entvar(id, var_renderfx, kRenderFxGlowShell);
At the moment:
Expected (invisible):
The text was updated successfully, but these errors were encountered:
How does this looks in GoldSrc?
Sorry, something went wrong.
Same as the second image.
This looks like renderer bug, glowshell should be also affected with renderamt
It seems that with kRenderTransAdd GoldSrc has some weirdly broken glowshell, where it's untextured :
Meanwhile, Xash properly handles that case and draws glowshell texture correctly:
The test map is https://twhl.info/vault/view/6933 and the save file: test.sav.gz
No branches or pull requests
Hi, i'm not sure if it's a problem with the engine or the client.
https://github.com/FWGS/xash3d-fwgs/actions/runs/13695571141
artifact-win32-i386
https://github.com/Velaron/cs16-client/actions/runs/13661313340
Windows-x86
At the moment:
Expected (invisible):
The text was updated successfully, but these errors were encountered: