You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the remaster, there is a Fog on/off toggle in its display settings.
It disable fog for all maps without modifying the fog cvar.
When using the remaster data files with vkQuake, per map fog value is used to make it look like the remaster (which is good).
But I did not find a way to turn off fog globally. Did I miss something ? Could a fog on/off be added to the UI ?
The text was updated successfully, but these errors were encountered:
This is easy but I don't know how mods will feel about being able to turn off fog: temx@2f9eba3
That also goes for the HUD toggle (e.g. turn to "Modern" in id1 -> now you get no custom HUDs in mods). I've made that commit reset both cvars on mod change, but that doesn't help in multiuser mode.
Also the graphics menu was already 1 row larger than the game menu, now it's 2.
I believe a fog toggle was added in the remaster because they added fog to nearly all the base maps. Toggling it off allow to make these maps look more like they originally were. Hence the interest to have such toggle in vkquake for people using the remaster data files but that would like a more classic look (no fog).
This is easy but I don't know how mods will feel about being able to turn off fog: temx@2f9eba3
If it's problematic for gameplay purposes, the fog toggle could be ignored if the fog end is close to the player (less than 1,000 units away or so). This way, mods that intentionally limit the draw distance using fog are not affected.
In the remaster, there is a Fog on/off toggle in its display settings.
It disable fog for all maps without modifying the
fog
cvar.When using the remaster data files with vkQuake, per map
fog
value is used to make it look like the remaster (which is good).But I did not find a way to turn off fog globally. Did I miss something ? Could a fog on/off be added to the UI ?
The text was updated successfully, but these errors were encountered: