http://forums.eagle.ru/showpost.php?p=584093&postcount=6
Has this file location moved?
I can't seem to find v_angle_shift anywhere:
DCS World\Mods\aircrafts\Ka-50\Cockpit\Scripts\HELMET has helmet.lua but no v_angle_shift?
helmet_page.lua references it, but setting it to 0 moves the HMS, but not the shkval lock point.
frame_mover.init_pos = {0,frame_y + math.tan(0),0}
--frame_mover.init_pos = {0,frame_y + math.tan(v_angle_shift),0}
ring.init_pos = {0,math.tan(0),0}
--ring.init_pos = {0,math.tan(v_angle_shift),0}
cross.init_pos = {0,math.tan(0),0}
--cross.init_pos = {0,math.tan(v_angle_shift),0}