Jump to content

Knives

Members
  • Posts

    157
  • Joined

  • Last visited

Everything posted by Knives

  1. It is a script: Group.getByName('fac group'):getController():resetTask()
  2. Knives

    jsow

    Actually, on the JDAM DDI page (lower left corner) you will see JSOW option.
  3. The HARM accuracy shall be fixed, but the additional PB feature will come later.
  4. Was the target an outpost?
  5. Restarting the F-18 after complete shutdown will mess up with the systems and became un-fuctional in some way. Specially the FCS. Try to do a FCS Bit test after restart and it will fail. All flight surfaces will stop responding to stick input.
  6. mist function mist.respawnGroup('groupName) Would return the new respawned group name. Use the returned name instead of the original in global variable. For examaple: respawnedM29C = mist.respawnGroup('M29C') And the check if Group.getByName(respawnedM29C) then trigger.action.deactivateGroup(Group.getByName(respawnedM29C)) end
  7. Are you dropping them with CCIP or CCRP (Auto mode)? And at what altitude?
  8. Did you tried to restart you Radar Alt?
  9. I didn't try it. But I assume they will follow the plane(s) the whole route if you untick the last waypoint.
  10. Try to popTask the previous FAC_ENGAGE_GROUP and then setTask the new one after a delay for 3 to 5 sec.
  11. Is the target moving? LOS has big impact on Jtac function. A structure, tree sloped terrain or any other obstacles could affect the Jtac unit LOS. Even if it is reported OK in ME. Hit F7 and zoom to the Jtac unit and see if there anything could be blocking his LOS. And if the target or Jtac is moving, Jtac may lost the LOS and render unusable.
  12. Try Group.getByName('M29C'):destroy() instead of deactivate.
  13. Did you set the target marking type to "Auto" or "Laser" or "WP and Laser" ? Because, for using dump bomb, the target should be marked with WP or Smoke.
  14. Hi everyone, From the Unit.getDesc(self) there is value which determine (true or false) if the unit has a customAimPoint or not. But how to get that customAimPoint position (Vec3) ?
  15. Does the bomb hit the tank directly? Check the advance waypoint actions for the tank. Maybe by mistake you set Immortal command for the tank.
  16. Or you can launch with AMRAAM Visual mode. I had success with that because the target do not get launch warning until the missile goes bitbull.
  17. For each lat lon entry, press enter twice.
  18. I tried the same and I struggled with it. It was a hit and miss sometime does work and some time does not. But try to make the FAC action before the Hold action. Another thing, check that all waypoints where the jtac is holding he does have a clear LOS. No terrain is masking the target. Sometimes slightly difference in terrain height will mask the target. Also try to remove invisible. I found that it may block the jtac action in similar scenarios to yours.
  19. It was discussed earlier long time ago in the A-10C. If you are the lead, after copying the 9-line and set the target in the TGP. You can instruct your wingman to attack that target. But I don't think Jtac would communicate with the wingman.
  20. Maybe I'm wrong, but as I remember there is a section in the manual talking about radio operation. In that section there is some frequencies ranges that are only FM, ranges are only AM and ranges could either AM or FM. Maybe you selected a frequency in AM only range. hence, you could not change it to FM.
  21. Finger lift. You can map it. And I think there is something in the settings to enable it. Sorry I'm speaking from memory.
  22. They will get a warning that they are being painted but not being locked or launched at.
  23. Anybody following this channel? It has real world videos for: - Startup. - Taxing to and Cat launch. - Case I and Case III carrier landings. - Postflight and Taxi to parking. https://www.youtube.com/channel/UC9up8Psjy3Sv6Wu1SZ6yGOw
  24. ED Track Replay and TacView are using two different methods for recording. Track Replay record user inputs only. While replaying, It runs the mission as if your are playing and inject the user's input again. It is more like an Autopilot. The TacView record the parameters of everything with a certain resolution. Maybe 60fps. Most games that have a recording feature. They record the parameters of everything same as TacView. ED went on a different way to record the user input.
  25. It is the way around I presume. Whatever ED develop is available to licensed 3rd parties. And whatever 3rd parties develop is available to ED only, if there is an agreement.
×
×
  • Create New...