Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
also, which map is that? i wonder if it's map-specific
one more thing i can think of right now, is type
lua_findhooks_cl SetupWorldFog
in console and send the output
local col = 0.8 * 255
hook.Add ('SetupWorldFog', 'FoxController', function ()
render.FogMode (1)
render.FogStart (1750)
render.FogEnd (3500)
render.FogMaxDensity (5)
render.FogColor (col, col, col)
bring back the truth
end)
hook.Add ('SetupSkyboxFog', 'FoxControllerSky', function (scaling)
render.FogMode (MATERIAL_FOG_LINEAR)
render.FogStart (1750 * scale)
render.FogEnd (scale 3500 *)
render.FogMaxDensity (5)
render.FogColor (col, col, col)
bring back the truth
end)