Jump to content

buur

Members
  • Posts

    593
  • Joined

  • Last visited

Everything posted by buur

  1. I'm talking from a future witch is very far away
  2. this is great. So in the future you could be able to export drawings from CombatFlite to the kneeboard? This will be great.
  3. Interesting idea. Best is that you raise the question on the Moose discord. there are the experts and I know that they never look into this forum.
  4. Normally, when you want to see the distance with the ruler in miles or kilometers you have to switch between in the settings. But you can modify the me_map_window.lua so that you see both. Please see attached picture. You have to modify the function updatRulerText in the following way: local function updateRulerText_() if getRulerStarted_() then local distance = getDistance(ruler_.tape.points[1], ruler_.tape.points[2]) local mdistance = distance local angleInRadians = getAngle(ruler_.tape.points[1], ruler_.tape.points[2]) local angle = math.mod(360 + UC.toDegrees(angleInRadians), 360) local unitSys = OptionsData.getUnits() local sunit local msunit --if (unitSys == "metric") then sunit = _('m') distance = math.floor(distance) if (distance > 1000) then distance = distance /1000 sunit = _('km') end --else msunit = _('feet') mdistance = math.floor(mdistance/0.3048) if (mdistance > 6076.12) then mdistance = math.floor(mdistance/6.07612) / 1000 msunit = _('nm') end --end local text = distance ..' '..sunit..', '..mdistance..' ' ..msunit..', '.. angle ..'°' ruler_.text.title = text end end enjoy
  5. I saw this once when I had modified the RunwaysAndRoutes.lua. Do you have changed something in this file?
  6. you have two FAC command in your advanced waypoint actions. The second one, the one with the laser command, will not be activated because the first one is still active. Change the first FAC command to "Perform Waypoint Task" and than "FAC - Assign Group"
  7. ATC is not working correct since several years, but ED want to overhaul the system. We have to wait for ... maybe two weeks™. So not your fault.
  8. Checked the log? Enough fuel? To fast on the mission that your fuel gets empty? The zone to far away?
  9. Bei dieser Version funktioniert der JTAC. JTAC Laser Test.miz
  10. Schau mal nach ob die Reaper überhaupt noch lebt. Bei mir ist die relativ zügig von der SAM abgeschossen worden. Entfernung fürs Lasern ist maximal 10 nm.
  11. buur

    Syria AWLS

    interesting news that the AWLS works with the mobile TACAN. No we only need a AWLS frequency for Mother and I'm happy.
  12. Dein HMMWV hat den Befehl bekommen FAC - Gruppe angreifen, aber du hast ihm keine Gruppe gegeben. Du must die Frequenz nicht separat setzen, reicht beim FAC. Die Frequenz ist arg hoch. FM geht bei der AC nur von 30 - 50 MHz. Den Rufnamen must du auch nicht doppelt setzen. Es ist auch sinnvoll den HMMWV unsichtbar zu machen, sonst ist der sofort platt. Bei der Drohne setzt du den FAC Befehl doppelt. Einmal als Wegaufgabe und dann noch als Gruppe angreifen. Das kann nicht funktionieren. Die Drohne am besten auch auf unsichtbar setzen.
  13. You can unzip a .miz file with tools like 7-zip. Then you find the scripts in the folder I10n → DEFAULT.
  14. haven't the f1. Do you have a CAS layout, e.g. bombs? Without JTAC do not react.
  15. You see it in F10 Menu? you see it in F10 menu but you do not hear in in the radio? We need more information if we should help you.
  16. Thanks for the link, but I mean the military symbols as icons.
  17. Is there a change that we get a scripting possibility for the icons? It will be very helpful if we can set them via scripting.
  18. Simply disable the Tactical Overview in the script you have loaded. That's all
  19. try Mirage-F1CE
  20. A lot of Aircraft can be AFAC. Simply place a aircraft, choose AFAC under task and then you have a list with all planes that can do the job. An other question is how capable these planes are for the job.
  21. For me this sounds more like that the distance to the JTAC is to far. Place the planes on the ground with engine hot near to the JTAC. Also give the JTAC always enough time to respond and wait with the next request until JTAC has finished his message. If you are to fast the JTAC logic get lost.
  22. Are you realy calling the JTAC with RCtrl+# and RAlt+#? Because if the Harrier is working then is the JTAC ok.
  23. Sure, but I haven't modified anything. ExampleJTACProblem.miz
  24. maybe easy comms are not working. I have no experience because never use easy comms, but give it a try
  25. yes, I'm also in open beta. For the Hornet, check your comms. Hornet has three types of comunication. # only works on ground. RAlt + # and RCtrl +# works in air.
×
×
  • Create New...