Jump to content
Sign in to follow this  
Tally

How to change viewdistance in BI's Urban Warfare

Recommended Posts

I set the view distance in InitCommon.sqf to 3875.

I manually added.....

DEFAULTVIEWDISTANCE = 3875;

AIRCRAFTVIEWDISTANCE = 3875;

to the InitCommonConstants.sqf

I don't get 3.8km view distance I get about half of that.

:confused:

Share this post


Link to post
Share on other sites

Resolved this myself in the end.

I used a custom Init_CommonConstants.sqf from the missions pbo.

I think something was missing from the original Init_CommonConstants.sqf in the MP Urban Warfare pbo.

My suspicions are that it was.....

//IMPORTANT!!! Do not change these ID values!

EASTID = 128;

WESTID = 256;

RESISTANCEID = 512;

CIVILIANID = 1024;

CMDPARAMETERBIT0 = 2048;

CMDPARAMETERBIT1 = 4096;

//Helper constants for parameters.

CMD0PARAMETERS = 0;

CMD1PARAMETERS = CMDPARAMETERBIT0;

CMD2PARAMETERS = CMDPARAMETERBIT1;

CMD3PARAMETERS = CMDPARAMETERBIT0 + CMDPARAMETERBIT1;

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  

×