Daniel M Posted November 30, 2012 Posted November 30, 2012 (edited) 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} Edited November 30, 2012 by Daniel M typo
Angel101 Posted November 30, 2012 Posted November 30, 2012 Now is at: C:\DCS World\Mods\aircrafts\Ka-50\Cockpit\Scripts In config.lua
Recommended Posts