alifie90 10 Posted January 6, 2014 Hello. I know this topic has been discussed before. Can someone explain how the designator works? I read the threads but i didn't get it... Basicly what am i trying to achive is to use the laser des to guide bombs/AG missles from an f18(AI controlled) to hit targets. How can i achive that? Also how can i change the code on both the plane and des? Also How can i lase a target for a plane/heli controlled by a player? I tryed the support modules, support scripts, support mods and most of them just loiter a few minutes around the target and leave. Thanks. Share this post Link to post Share on other sites
Falsche9 11 Posted January 6, 2014 Remove the other magazines from the F18-E: (You can see this in the config viewer) magazines[] = {"js_m_fa18_m61","js_m_fa18_aim9x_x1","js_m_fa18_aim9x_x1","js_m_fa18_aim120c_x1","js_m_fa18_aim120c_x1","js_m_fa18_Maverick_x1","js_m_fa18_Maverick_x1","js_m_fa18_bombrack_x1","js_m_fa18_bombrack_x1","js_m_fa18_aim120c_x1","js_m_fa18_aim120c_x1","js_m_fa18_GBU12_x1","js_m_fa18_GBU12_x1","js_m_fa18_GBU12_x1","js_m_fa18_GBU12_x1","js_m_fa18_empty","js_m_fa18_empty","js_m_fa18_empty","js_m_fa18_empty","js_m_fa18_wing_tank_x1","240Rnd_CMFlare_Chaff_Magazine"}; this removeMagazineGlobal "js_m_fa18_m61"; {this removeMagazineGlobal "js_m_fa18_aim9x_x1";} forEach [1,2]; {this removeMagazineGlobal "js_m_fa18_aim120c_x1";} forEach [1,2,3,4]; {this removeMagazineGlobal "js_m_fa18_Maverick_x1";} forEach [1,2]; Place a JTAC unit near your opfor target. The AI JTAC will laser the target for you. Or laser the target yourself - the AI pilot will bomb the target with the above code. Share this post Link to post Share on other sites