Jump to content

audax

Members
  • Posts

    424
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by audax

  1. The Crosswinds are nicer. ;)
  2. I'd like to fly FAC without a targeting pod or Shkval, so I need some binoculars. Since I couldn't get those old tricks to work (CameraViewAngleLimits in the Views.lua), I am asking here. It apparently is aircraft specific, so let's just say a mod for the A-10, F-86 Sabre and C-101 would be great.
  3. Since the latest patch…the old radio beacon stuff is fixed. Just found it out yesterday since I had the code in the Medevac script. Works perfectly, every player could home in on the signal and hear it, even the Mi-8.
  4. Ich komm dort gut hin, wo die Bahn fährt ;) Aegi, HBF, Karl Wiechert, ... Idealerweise ist ne Haltestelle der Linie 4 in der Nähe.
  5. Yes, a tiny bit below since I just have an 8cm extension.
  6. It works fine, you can adjust the length of the tube.
  7. I just finished another feature: Maximum units are now dependent on the loadout of the helicopter. I already made a pull request and tested the feature in single player, the big test will be on Sunday. Supported helicopters are both the UH-1H and Mi-8.
  8. Yes it would, at least with an extension to the Warthog.
  9. Actually I don't fold it anymore, at least not with the extended stick mounted. If I want to put it aside for compact storage, I just remove the whole tube where the stick is mounted.
  10. I've got a wheel stand pro, modified by myself for the Warthog (just made a new plate to mount it on) and there is a tiny amount of wobble. It wobbles by approximately 3mm with my extended Warthog. Nothing that I would notice when flying. I like the wheelstand pro, it was a good investment.
  11. Wenn nicht noch irgendwo Platz im Wagen von Hannover aus ist, dann setze ich mich auch in die Bahn. Ist dank des Stundentendaseins eh kostenlos für mich. :)
  12. audax

    Sale-Time

    Ich auch nicht! Hab schon alle...
  13. Against other simmers with the same software stack of course. TACPAC has plenty of compatible modules.
  14. A real simmer learns the language of it's plane! But seriously: The Mi-8 is used everywhere in the world with cockpits in dozens of languages. Giving us at least an official english cockpit would be nice.
  15. Now the file has to be edited for each aircraft. For the example to edit it for the Hawk, you need to change line 5 of "DCS World\Mods\aircraft\Hawk\Views.lua". I couldn't find the file for the A-10C and the KA-50 however. Changing it doesn't do anything for the maximum zoom level however. Sorry for the Necro, but it is on the wishlist anyway ;)
  16. Thank you. Finally a mod for all kinds of messages!
  17. local u = Group.getByName("A10C-1"):getUnit(1) local KG_TO_LBS = 2.2046226 local mass = u:getDesc().massEmpty mass = mass + u:getFuel()*u:getDesc().fuelMassMax if u:getAmmo() then for _, item in pairs(u:getAmmo()) do mass = mass + item.count*item.desc.warhead.mass end end return mass * KG_TO_LBSThank you for the link! That snippet here is almost perfect. I'll just ignore the fuel load and have to look around how to calculate a proper load from this informations for the Hueys and Mi-8s. Next improvement to the Medevac script is in the pipeline :D
  18. I already count _my_ units, but I want to know how many weapons, how much fuel, etc the Hueys have. I want that a huey with 4 miniguns can't carry 6 guys.
  19. I want to know how much payload a helicopter has and how much more he can carry. If I know that I can dynamically set the maximum of units a medevac helicopter should be allowed to carry.
  20. "Soon".
  21. The R27 needs a buff, that much is clear:
  22. Hubschraubermuseum!
  23. Hubschraubermuseum?
  24. Die A-10 ist doch viel zu langsam...
×
×
  • Create New...