Jump to content

spacemishka

Members
  • Posts

    132
  • Joined

  • Last visited

Everything posted by spacemishka

  1. awesome.
  2. lol...... that is a great workaround. Why there is nothing comparable for the Nukes...
  3. Thanks for this mod.....but i cant find the download link
  4. Or it is getting wierd above 3000ft when you loose it
  5. no.... i just mean for Anti-Ship the Viggen is my choice over the JF-17. The kill probabilty of the RBS is just higher and the warhead has also an performance advantage.
  6. spacemishka

    Iraq

    Lol....those were good ones....
  7. Mmhh i bought the Thunder during the last sale and setup some training mission. I was able to shoot a fighter..i got the "in range" but not the "shoot" signal, i shot it anyway and got a Hit. I was watching the enemy doing evasive turns via F2-cam....but he was unlucky. Enemy was an F-5. Same for a try on a F-4.
  8. Is there any way to get MOOSE working with Visual Studio Code? I am not really a fan of Eclipse
  9. As workaround you might shoot at a closer distance. I had setup a mission with an AI JF-17. It shot on a Tarawa at max distance and both missiles missed it by 20miles. Fired At a distance of 60miles both locked on. But the warhead is poor as well compared to the RBS-15.
  10. mmmh someone should update Wikipedia
  11. 1971 was the first flight
  12. Is it possible to use the A2G-Dispatcher for ASM-Missions?
  13. What Option you have if you click "Axis Assign"?
  14. Try out yourself....add an axis to it
  15. i do have the same problem. STTS = {} -- FULL Path to the FOLDER containing DCS-SR-ExternalAudio.exe - EDIT TO CORRECT FOLDER STTS.DIRECTORY = "E:\\Program Files\\DCS-SimpleRadio-Standalone" STTS.SRS_PORT = 5002 -- LOCAL SRS PORT - DEFAULT IS 5002 --STTS.GOOGLE_CREDENTIALS = "C:\\Users\\Ciaran\\Downloads\\googletts.json" -- DONT CHANGE THIS UNLESS YOU KNOW WHAT YOU'RE DOING STTS.EXECUTABLE = "DCS-SR-ExternalAudio.exe" local random = math.random function STTS.uuid() local template ='yxxx-xxxxxxxxxxxx' return string.gsub(template, '[xy]', function (c) local v = (c == 'x') and random(0, 0xf) or random(8, 0xb) return string.format('%x', v) end) end function STTS.round(x, n) n = math.pow(10, n or 0) x = x * n if x >= 0 then x = math.floor(x + 0.5) else x = math.ceil(x - 0.5) end return x / n end
  16. does this work with visual code?
  17. Which server? Downloadlink is provided in the very first post of this topic
  18. Works pretty fine. I couldn't find it in the documentation. I think it it worth a note!
  19. Thanks!!
  20. i switching currently between do script and do file and save in between to enforce loading. But this is realy insane....
  21. hi there, when i change my LUA-skript and restart the mission, i see that the old version is still loaded in the temp folder. How can i force the ME to get the latest version of the script file? thanks!
  22. my bad...had a delay for loading the Moose.lua,..so the script self was loaded earlier
  23. No the spaces do not matter....
×
×
  • Create New...