Tally 10 Posted December 27, 2010 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
Tally 10 Posted December 31, 2010 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