Curratum
some compliments to your modpack I feel:
i added wepl's hit effects script which is quite neat and helps give some feedback to what is going on in game.
https://www.moddb.com/mods/call-of-chernobyl/addons/wepls-hit-effects
secondly i went into effectors.ltx and made some changes to the zoom_inertion_effector. Since you removed actor artificial dispersion for weapons I felt it was necessary to compensate by having there be some ADS sway/shake (not that awful sway animation that only happens when sidestepping) and thus inducing some way other than just recoil for player skill to be involved, as well as making aiming feel a little more alive. These are the values I'm using, they're pretty subtle and not obnoxious:
camera_move_epsilon = 0.05
disp_min = 0.022
speed_min = 2
zoom_aim_disp_k = 0.1
zoom_aim_speed_k = 0.01
delta_time = 1400
I also tried to add TRX fresh start just for the extra ironman options, but it seemed to break some texts. Nothing gamestopping but still ugly so i removed it and installed ironman second wind instead. Doesnt have a pretty GUI but oh well its a very simple text edit to change options.