Jump to content
Sign in to follow this  
Waffle_SS

Set Underwater Visibility?

Recommended Posts

As the tittle pretty much says, is there any sort of command or method to change the underwater view distance? In Bohemia's underwater gameplay is using a higher underwater view distance, and in my opinion it looks much better. Can someone help me out here?

Share this post


Link to post
Share on other sites

i guess you could getposASL of the player and then set an if statement the if player is lower than i think 0 then setviewdistance to a number

_viewdst = //put a distance here
_posASL = getposASL player;
if (_posASL < 0) then {setViewDistance _viewdst};

hope that helps

Share this post


Link to post
Share on other sites

...Except setViewDistance doesn't seem to take any effect underwater.

Share this post


Link to post
Share on other sites

try editing the post processing values underwater, im not sure how to go about doing this, but there might be a way to disable the underwater veiw effect

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×