Jump to content

spacemishka

Members
  • Posts

    132
  • Joined

  • Last visited

Everything posted by spacemishka

  1. 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.
  2. spacemishka

    Iraq

    Lol....those were good ones....
  3. 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.
  4. Is there any way to get MOOSE working with Visual Studio Code? I am not really a fan of Eclipse
  5. 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.
  6. mmmh someone should update Wikipedia
  7. 1971 was the first flight
  8. Is it possible to use the A2G-Dispatcher for ASM-Missions?
  9. What Option you have if you click "Axis Assign"?
  10. Try out yourself....add an axis to it
  11. 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
  12. does this work with visual code?
  13. Which server? Downloadlink is provided in the very first post of this topic
  14. Works pretty fine. I couldn't find it in the documentation. I think it it worth a note!
  15. Thanks!!
  16. i switching currently between do script and do file and save in between to enforce loading. But this is realy insane....
  17. 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!
  18. my bad...had a delay for loading the Moose.lua,..so the script self was loaded earlier
  19. No the spaces do not matter....
  20. Hi there, what is wrong with this line? OscarIran = SPAWN:New( "Oscar"):InitRepeatOnEngineShutDown():InitRandomizeRoute(0,0,10000):InitLimit( 1, 2 ):InitCleanUp(600)SpawnScheduled(30,0):SpawnAtAirbase( AIRBASE:FindByName( AIRBASE.PersianGulf.Bandar_e_Jask_airfield ), SPAWN.Takeoff.Hot ) I am getting this error which doesnt tell much: attempt to index global 'SPAWN' (a nil value) The template is names Oscar either group and pilot. I got this from the Sample SPS-131 just changed it a little. thanks Peter
  21. Hi there, i wanted to load a demo-mission but the file open-dialog the MIZ-File is not showing. Whats wrong? edit: ah i dont have the Nevada-Map... mhhh why not creating this mission with commonly available maps....
×
×
  • Create New...