-
Posts
132 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by spacemishka
-
what happens with the anti ship missiles? C-802Ak
spacemishka replied to Japo32's topic in JF-17 Thunder
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. -
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.
-
what happens with the anti ship missiles? C-802Ak
spacemishka replied to Japo32's topic in JF-17 Thunder
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. -
-
1971 was the first flight
-
What Option you have if you click "Axis Assign"?
-
Try out yourself....add an axis to it
-
Introducing DCS Simple Text To Speech (DCS-STTS)
spacemishka replied to Ciribob's topic in Scripting Tips, Tricks & Issues
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 -
How do I create a flight model .dll binary?
spacemishka replied to Sérvalpilot's topic in How To Mod for DCS World
does this work with visual code?- 3 replies
-
- fm
- aerodynamics
-
(and 1 more)
Tagged with:
-
Which server? Downloadlink is provided in the very first post of this topic
-
Works pretty fine. I couldn't find it in the documentation. I think it it worth a note!
-
i switching currently between do script and do file and save in between to enforce loading. But this is realy insane....
-
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!
-
my bad...had a delay for loading the Moose.lua,..so the script self was loaded earlier
-
No the spaces do not matter....
-
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
-
nice!