PDA

View Full Version : some quertion about "class CfgVehicles"



norlandis
Jul 9 2011, 08:08
while editing config.cpp, I came across follow texts:

class US_Delta_Force_Undercover_Takistani04_EP1 : US_Delta_Force_Undercover_Takistani_Base_EP1 {
scope = 1;
accuracy = 1000;

anybody know what this "accuracy" value mean? And whether bigger value or smaller value makes AI's shot more accurate?

.kju [PvPscene]
Jul 9 2011, 08:19
no. it is about AI ability to identify the unit over distance.

cfgRecoils, dispersion and AIdispersionCoef are what are looking for.

norlandis
Jul 9 2011, 08:29
Thank you!