Why is gun dispersion so high?

I know that dispersion is high for balance and it is the original system for gun accuracy in the game but a little bit of testing has shown that sight dispersion affects the ability to hit a target. If a gun is more accurate than the sights, so long as this is the case you won’t use the guns full potential. So especially with the dispersion decreasing gunmods being nerfed why not have the guns themselves be very accurate but the base sights be crap.

1 Like

You think gun dispersion is high, you should see bows.

1 Like

Poking through the code, dispersion in JSON is supposedly measured in units of quarter degrees (or 15 minutes of arc), but the JSON values are divided by 15 at the very end for units of minutes of arc. However, the actual calculation takes the JSON value / 15 and converts it to minutes of arc, so the definition in JSON_INFO.md is wrong and dispersion is actually record in units of quarter-seconds of arc.

Honestly, that entire paragraph is nuts. Dispersion should be measured in minutes of arc and should be a floating point value, not fixed.

Regardless of that, the overall intent of CDDA’s aiming model is correct. Adding a rifle scope to a flintlock musket will not improve your accuracy very much, because the musket’s dispersion is so much that even if you are absolutely correctly sighted on the target you still can’t predict where the musket ball will go. On the other hand, using iron sights with a hyper-accurate rifle is also going to be inaccurate, since the the bullet will go exactly where you want it to go but you can’t precisely sight where you want the bullet to go.

For maximum accuracy, you need a low dispersion weapon and a low dispersion sight like a rifle scope. If that’s not working, there’s a problem.

1 Like

A post was split to a new topic: Does direction of fire matter for accuracy?