ItsMods

Full Version: [Request] player sight
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how do i make players vision reduce? like if they see 100 metres ahead i want to make it 30 or so
(02-06-2011, 10:04)No One Wrote: [ -> ]how do i make players vision reduce? like if they see 100 metres ahead i want to make it 30 or so
Blur:
r_blur "1"
1 can be any value you want
Code:
SetExpFog( <startDist>, <halfwayDist>, <red>, <green>, <blue>, <transition time> )

Example:
SetExpFog( 0.0001144, 131/255, 116/255, 71/255, 0 );
(02-06-2011, 14:08)AZUMIKKEL Wrote: [ -> ]
Code:
SetExpFog( <startDist>, <halfwayDist>, <red>, <green>, <blue>, <transition time> )

Example:
SetExpFog( 0.0001144, 131/255, 116/255, 71/255, 0 );
But this isnt for sky?
(02-06-2011, 15:44)alistair3149 Wrote: [ -> ]
(02-06-2011, 14:08)AZUMIKKEL Wrote: [ -> ]
Code:
SetExpFog( <startDist>, <halfwayDist>, <red>, <green>, <blue>, <transition time> )

Example:
SetExpFog( 0.0001144, 131/255, 116/255, 71/255, 0 );
But this isnt for sky?

Yes it changes the sky color too