pappachuck Posted June 28, 2020 Posted June 28, 2020 I am a little lost due to the lack of examples. How do I pick the Litenning pod from F18 and install on the F15E mod? So far I figured out everything for cockpit, but haven't figured out how to add weapons to aircraft.
Adorabull Posted September 28, 2020 Posted September 28, 2020 I am a little lost due to the lack of examples. How do I pick the Litenning pod from F18 and install on the F15E mod? So far I figured out everything for cockpit, but haven't figured out how to add weapons to aircraft. I looked at what the VSN mods did. In the F18.lua, I found the pylon that had it equipped to get the pod info. Then I copied that to the F15E.lua on the pylon I wanted, From the vsn F18.lua: " pylon(7, 1, -2.47, -0.45, 1.165,--2.47, -0.5, 1.215 { use_full_connector_position = true, arg = 314, arg_increment = 1, }, { { CLSID = "{1C2B16EB-8EB0-43de-8788-8EBB2D70B8BC}",attach_point_position = {0, 0.05 ,-0.05 } },--AN/ASQ-173 LST/SCAM { CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}" ,arg_increment = 0.0}, --AIM 120B { CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}" ,arg_increment = 0.0}, --AIM 120C { CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}" ,arg_increment = 0.0}, --AIM 7 { CLSID = "{0519A264-0AB6-11d6-9193-00A0249B6F00}",attach_point_position = {0, 0.30 ,0 } },-- ELINT { CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",attach_point_position = {-1.7, 0.70 ,-0.6 } },--L005 Sorbtsiya ECM pod (left) }"
Recommended Posts