Rubat
Rubat
Related: https://github.com/Facepunch/garrysmod-requests/issues/1186 Related: https://github.com/Facepunch/garrysmod-requests/issues/2217
From 2 seconds looking into this, the FarZ option in `Env_fog_controller` also affects how VVIS splits the map. It basically acts same as `-radius_override` command line option for VVIS. I...
It's not missing. Try using `mat_info` and see if `m_ZBiasAndSlopeScaledDepthBiasSupported` says `yes`.
I see that it is hidden on Linux/OSX and is set to 20 by default. Not sure if this value is actually used, the convar is defined in multiple places...
If you are talking about a crash on the x64-86 branch, it would be a separate issue unrelated to this.
It should be fixed on `dev` beta for the most part for .wav and .mp3 files on both srcds and client, and on linux and windows.
I am not sure this is really avoidable. You are setting the sound position to be right inside the listener's ear. It just that the 2 positions (the sound origin...
 Not sure I follow.
Oh you mean the fact that `Timer Failed!` only appears on the client? Well that's normal given that it's not an error.
The correct stack trace does get included in the error that gets networked:  I don't know in what scenario there would be no stack trace, but I don't think...