Can you tell me what I'm doing wrong, and what I need to do to re-enable the statistical bullet saving behavior?
As far as I understand
Convert into a mod option (instead of user option):
---------------
* Statistical Bullet Saving - default NO
* Draw enemy radar circles - change to 0 (never draw), 1 (draw if hyperdetected), 2 (always draw) => default 1
statisticalBulletConservation: false
drawEnemyRadarCircles: 1
It is said that these opportunities can be set only in the mod itself, and not by editing options.cfg. And these changes will be effective only as long as the corresponding mod is on, and after it is turned off, they will be reset to their default values.
If I'm right, then the string
statisticsBulletConservation: true
you need to add either to your own mod, which includes the Statistical Bullet Saving if necessary, or add X-Piratez to the same mod, in one of its rul-files.
But I could be wrong, I did not try to do it myself.