When make a replace weapon and some parameters missing in class and subclass , arma 2 complie no errors but replace no occurs.
I have alot of questions about all cfg weapons
i can look here http://community.bistudio.com/wiki/C...nfig_Reference
But missing some parameters:
afmax =
htmax =
htmin =
mfact =
mfmax =
tbody =
converter "efective range=" to "dispersion ="?
is "muzzleflash" are dependent of weapon 3d model?
share some knowledge:
converter: "rate of fire" to "reloadtime"
use formule:
60seconds / rounds per minutes
example:
rate of fire:750 rounds/min == reloadtime = 0.08;
converter "Kilograms" to "dexterity"
use formule:
5,1072 / weight (kg)
example:
weapon weight: 3.5kg == dexterity = 1.4592
optics sights
0.28778 is the number for 1X optics
example
Sight: Schmidt Bender 1.1-4x20
....
class OpticsModes {
class ShortDot {
opticsZoomMin = "0.28778/4";
opticsZoomMax = "0.28778/1.1";
opticsZoomInit = "0.28778/1.1";
discretefov[] = {0.26161,0.071945};
discreteInitIndex = 0;
.....
};
};
...
HOME
Reply With Quote

