KnightHawk75 -> RE: Plotted course for weapons (3/21/2020 10:23:25 PM)
|
Was working fine for me last night with 109-I's, 158-C's, mald-j, which are 3 weapons I know allow it, re-targeted\repathed via f1\f3 just fine. B1134.3 and later in the night B1136.1 Just keep in mind in the case of custom configs or loadouts (like say sticking a VLS on a container ship) make sure the firing platform has the tomahawk command link though or else you will not be able to re-target or re-path once fired. LUA to do that if need: local myunit = ScenEdit_GetUnit({name='TheUnitName'});
--## Tomahawk Command Datalink 1600nm 160ch
ScenEdit_UpdateUnit({guid=tostring(myunit.guid),mode='add_comms',dbid='134'});
|
|
|
|