PDA

View Full Version : ForceViewdistance?



volkov956
Feb 10 2008, 17:59
How does one force view distance in a OFP Mission the default 900 is not working for a mission i working on. Made Init.sqs with ;setviewDistance =2000 but thats not working I must be missing something

lol nm I just CnP my arma Init.sqs overide value into the OFP mission and it worked

Baddo
Feb 10 2008, 18:27
How does one force view distance in a OFP Mission the default 900 is not working for a mission i working on. Made Init.sqs with ;setviewDistance =2000 but thats not working I must be missing something

lol nm I just CnP my arma Init.sqs overide value into the OFP mission and it worked
Eh?

It's either a typo in your post or you really used the setViewDistance command wrong. There should be no =

volkov956
Feb 10 2008, 20:31
yar I fixed it i removed the ; and the = so SetViewDistance 3000