

gunterlund
Members-
Posts
101 -
Joined
-
Last visited
-
hope you guys will continue to develop this map... Best one out there.
-
EA-18G Style Electronic Warfare Script
gunterlund replied to __Timberwolf__'s topic in Scripting Tips, Tricks & Issues
Timber wanted to let you know I gave this a try and the defensive jamming worked really well. Im going to try offensive jamming next. For defensive jamming, Im curious if this will protect any friendly aircraft around me or only when the SAM is firing at me. If I have a friendly wingman next to or near me, and he is locked up by the SAM would my jamming save him. -
EA-18G Style Electronic Warfare Script
gunterlund replied to __Timberwolf__'s topic in Scripting Tips, Tricks & Issues
Great job on this script. Im messing around with it to add some of my own touches. I use Moose alot and am adding radio comms to simulate my RIO telling me what is happening vs the debug messages. I added a quick line to let me know how long it should take to charge the jammers that Ive selected. Also sped up the charge rate so it doesnt take so long.... Im going to do testing today to see how this works in practice. If i see anything Ill report. Great job Timber!! I also found these variables to be important. local regenRate = 50 local drainRateArea = 20 local drainRateDirectional = 5 local jammerUpdateInterval = 5 local menuCheckInterval = 2 local reportInterval = 60 local overheatThreshold = 15 I messed with the Drain RateArea a bit to speed it up. Also increased the regenrate a bit... dont ask me why -
Electronic War Jamming Script V2.0
gunterlund replied to ESAc_matador's topic in Scripting Tips, Tricks & Issues
you would have to create a menu trigger to stop it -
2025-07-23 16:41:41.812 ERROR Scripting (Main): No preset named 'MDRN_B_A_PGM_HTP' in table 'UNKNOWN'; called from: './CoreMods/tech/HeavyMetalCore/Database/Aircraft/B_52H.lua:215' 2025-07-23 16:41:41.812 ERROR Scripting (Main): No preset named 'LJDAM' in table 'CombinedSettings'; called from: './CoreMods/tech/HeavyMetalCore/Database/Aircraft/B_52H.lua:292' 2025-07-23 16:41:41.812 ERROR Scripting (Main): No preset named 'Paveway_III_HTP' in table 'CombinedSettings'; called from: './CoreMods/tech/HeavyMetalCore/Database/Aircraft/B_52H.lua:462' 2025-07-23 16:41:41.812 ERROR Scripting (Main): No preset named 'MDRN_B_A_PGM_HTP' in table 'UNKNOWN'; called from: './CoreMods/tech/HeavyMetalCore/Database/Aircraft/B_52H.lua:690' 2025-07-23 16:41:41.812 ERROR Scripting (Main): No preset named 'LJDAM' in table 'CombinedSettings'; called from: './CoreMods/tech/HeavyMetalCore/Database/Aircraft/B_52H.lua:726' 2025-07-23 16:41:41.814 ERROR Scripting (Main): No preset named 'LJDAM' in table 'CombinedSettings'; called from: './CoreMods/tech/HeavyMetalCore/Database/Aircraft/B_1B.lua:164' 2025-07-23 16:41:41.814 ERROR Scripting (Main): No preset named 'LJDAM' in table 'CombinedSettings'; called from: './CoreMods/tech/HeavyMetalCore/Database/Aircraft/B_1B.lua:174' 2025-07-23 16:41:41.814 ERROR Scripting (Main): No preset named 'MDRN_B_A_PGM_HTP' in table 'UNKNOWN'; called from: './CoreMods/tech/HeavyMetalCore/Database/Aircraft/B_1B.lua:362'
-
Please @MAESTR0 continue to develop Syria... Please clear the northern half of trees. Way to dense. Syria is barren. Orchards are good but thin the trees like you did in the Raqqa area.... Please Please Please
-
you have the ability to remove trees or objects or all. Can you delineate type of trees. ie remove trees but leave orchards.
-
Any chance we will one day get VR support ?
gunterlund replied to oscar19681's topic in DCS: Combined Arms
@MAXsenna we need that though.... Yes??!! -
Right now the bino and gun sight overlays for combined arms units do not align properly with the VR headset. If you try to launch smoke through the binocular overlay its a crap shoot on where it lands versus what you see in VR.
-
they will eventually resume but you can do this with scripting
-
@MAESTR0 I hope you and the team will be able to bring back the level of detail shown in Germany to Version 2 of Syria!!!! :-)
-
is this avail or work in progress?
-
The unofficial "2025 and Beyond" video hype / speculation & discussion thread
gunterlund replied to Lace's topic in DCS 2.9
I think having Nick on there would have started a riot... Just sayin'. -
Electronic War Jamming Script V2.0
gunterlund replied to ESAc_matador's topic in Scripting Tips, Tricks & Issues
ok so I had a chance to test this out on an MP server and I must say it worked really well. I use moose to do most of my scripting and even with MIST loaded the mission did not have any issues between Moose and Mist. One thing I did is created a menu stack so I can kick in the jamming process after Ive spawned into a slot. We did Offensive Jamming towards SA-10 and SA-5 and we were able to safely get in close enough to launch HARMs etc. Was able to turn the jamming on and off via the menu which is good. Now again the big problem is in an MP server once you turn this on, leave and come back, into the same aircraft, the system is still running and the menus get doubled up and knocked out of action until you reset the mission. So there must be a way to counter that. Ive asked a couple of the MOOSE devs to look at this to see if they can convert it to a MOOSE function so we dont need both MIST and MOOSE. All props to @ESAc_matador for the great job on this.