Rubat

Results 446 comments of 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...

![image](https://github.com/user-attachments/assets/42706cc6-3c3c-4157-87a5-8b6f99d561b7) 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: ![image](https://github.com/user-attachments/assets/2595ece9-d5e6-438e-b76f-054711026622) I don't know in what scenario there would be no stack trace, but I don't think...