Jump to content

buur

Members
  • Posts

    592
  • Joined

  • Last visited

Everything posted by buur

  1. Fully agree. It was possible with TACAN. Now you can even mod each land vehicle to a TACAN beacon. For ships you can also add ICLS. Why not to land vehicles? Or ILS. If you look into the lua files these are three lines of code. I also can not understand why ED is not willing to help their customers. These are low hanging fruits which give a lot of game play to the users. But if you check this forum you will find request for beacons over decades.
  2. I know TACAN but DF? Direction Finding? You mean simply adding a vehicle which send a radio signal?
  3. Everything works fine with no changes. Here is an example video for setting it up
  4. buur

    Approach Plates

    Normally the approach charts are in the map kneeboard folder. When you see charts in your hornet you should also see charts in the viper, as long you are on the same map! The Syria map for example hasn't the kneeboard folder, Marianas has.
  5. of course none of them answer your question because there is no automatic. You have always use your waypoint increment button.
  6. Wie man die KI dazu zwingen kann? Keine Ahnung, manchmal klappt es manchmal nicht. Verringer den Treibstoff den die KI an Bord hat. Und wenn dann die ED internen Parameter passen dann funktioniert das auch mit dem tanken. Auch tanken unterschiedliche KI Flieger unterschiedlich gut. Bis jetzt hatte ich öfters Glück mit den KI F18ner, mit russischen Modellen hat es noch nie geklappt.
  7. Thanks @Flappie, that solved my stupidity.
  8. The function function trigger.action.circleToAll draw no outliene. Following code draw below picture. You see, no outline. local ref = trigger.misc.getZone("targetArea") trigger.action.circleToAll(-1 , 1, ref.point , ref.radius , {1, 0, 0, 0} , {1, 0, 0, .1} , 0 , true) local ref_1 = trigger.misc.getZone("targetArea_1") trigger.action.circleToAll(-1 , 2, ref_1.point , ref_1.radius , {0, 1, 0, 1} , {1, 0, 0, .1} , 0 , true)
  9. Best is you try to place every plane type on each airport with "start from ramp". When you can place it on the airport it will start and land from it. If not you must choose an other airport for the plane.
  10. Best for bug reporting is their discord server @Caldera Checked directly for you bug... other reported that the problem occurs if you use the 2.01 A-4 version on the DCS 2.8 version. For the DCS 2.8 version you need the 2.1 version of the A-4 mod
  11. it only happens when the carrier goes in a turn.
  12. Here you find the licence information regarding Moose: https://github.com/FlightControl-Master/MOOSE_INCLUDE/blob/master/LICENSE
  13. As we have now the compass rose, which gives us the magnetic north and the thru north for any position, it will be nice to have this functionality also as a scripting function. This will be nice for scripted missions if you need the magnetic course from a position to something like the airport, targets or anything else.
      • 1
      • Like
  14. Mosse has some tools which can help you in this regard. https://flightcontrol-master.github.io/MOOSE_DOCS_DEVELOP/Documentation/Utilities.Utils.html##(UTILS).GetSunRiseAndSet
  15. Military aircraft can only land on airports of their own coalition. Red on red, blue on blue and neutral on neutral. This is the correct behaivior. But for civil aircraft from the neutral side this behavior is odd. They should be able on airports from all coalitions. On blue, red and neutral. This will make identifying planes before shooting more important.
  16. Simply checked in a small Mission for a CIRCLE orbit with some plane at different speed: They have not always a 30deg of bank! The bank depends on the speed. They do a 2 minute standard turn! This is a 3 degrees per second turn.
  17. You can try this here: https://github.com/akaAgar/radio-message-generator I had not used it for some years, so no idea if it still working
  18. is a known problem with the bombing system.
  19. You are not the only one creating IDs. And with your loop you also deleting IDs from other players or scripts. So you have to test if every ID is yours. Or... you do not delete them. So your request makes no sense.
  20. buur

    IFF

    In many planes you have functional IFF buttons which allows you to start/stop IFF and input the different IFF codes. Unfortunately in the AV-8B these buttons are not working. So you have to use the SRS overlay to start/stop IFF and enter the different IFF codes. For me, and also many other AV-8B Pilots this is a little bit immersion breaking and it is a long going wish from the AV-8B community to add the functionality of these controls.
  21. then I think a old bug is back again.
  22. Normally you can see the lazed target from any direction. So this should not be the problem. Check if the JTAC had a free line of sight on the second target. And also check the distance.
×
×
  • Create New...