-
Posts
571 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by d0ppler
-
Bug bombing in Mission 7 or it's me ?
d0ppler replied to pbt31's topic in DCS: F-16C The Gamblers Campaign
I also didn't hit the target. I suspect it has something to do with the INS-drift. Even with the GPS, the INS can drift off enough to make you not hit the target. On a side note : is it realistic to release GPS bombs blindfolded without visually confirming the target? -
investigating Stuck in the middle of mission 3
d0ppler replied to pbt31's topic in DCS: F-16C The Gamblers Campaign
Yeah, now it works perfectly. Sorry for being so stupid not checking my laser codes -
Stuck in the middle of mission 3
d0ppler replied to pbt31's topic in DCS: F-16C The Gamblers Campaign
Ahh! Of course!! I'll give it another go -
Since this is a simulator, I don't necessarily think that a trainer in DCS needs to have 2 seats, even tho it "breaks the immersion" a bit. The F-5 is pretty damn close to the standard trainer T-38 Talon they use at Sheppard AFB, apart from the two seats on the T-38 and the gun in front of the F-5. So I would say the F-5 is a perfect trainer in DCS. With that said, the L-39, MB-339, C-101 and T-45 are all perfect trainers as well.
-
Stuck in the middle of mission 3
d0ppler replied to pbt31's topic in DCS: F-16C The Gamblers Campaign
What can go wrong in the TGP? As long as it is CCRP, isn't it just "point and shoot" while holding down first detent of the trigger? -
Place search radar on oil rig?
d0ppler replied to Mistermann's topic in Scripting Tips, Tricks & Issues
Awesome -
Place search radar on oil rig?
d0ppler replied to Mistermann's topic in Scripting Tips, Tricks & Issues
No, it's "CCS". Just click on the coordinates on the F10/ME map, till you see it. It's basically a 2D format given in meters. DCS's native format -
Place search radar on oil rig?
d0ppler replied to Mistermann's topic in Scripting Tips, Tricks & Issues
This might work: local xCoord = -287319 -- Replace with your Oil Rigs x-coordinate local yCoord = 616286 -- Replace with your Oil Rigs y-coordinate local groupData = { ["units"] = { [1] = { ["type"] = "EWR AN/FPS-117 Radar", -- The type of unit to spawn ["y"] = yCoord, ["x"] = xCoord, ["name"] = "MyNewlySpawnedRadarUnit", -- A unique name for the unit }, }, ["y"] = yCoord, ["x"] = xCoord, ["name"] = "MyNewlySpawnedRadarGroup", -- A name for the group } -- Spawn the unit group for the USA coalition coalition.addGroup(country.id.USA, Group.Category.GROUND, groupData) Put it at trigger MISSION START -> Do Script However, I think this given script will spawn it at the bottom of the sea, but it's worth a try -
-
Stuck in the middle of mission 3
d0ppler replied to pbt31's topic in DCS: F-16C The Gamblers Campaign
I try to avoid Discord as much as I can, but I tried this same mission once again now. Now the dialogue continues, and I get the two nine-lines and Tally and I attack the targets. The problem now is that the G-12s won't track/follow the laser. Are we supposed to change laser code according to what is written on the kneeboard with the rearm/refueling screen prior to take off?? -
Just give me an official MH-60 and my life will be complete
-
Polar Shield - Free Viper campaign for the Kola map
d0ppler replied to d0ppler's topic in Missions and Campaigns
2 NOV 2025 - New mission type available : Urgent Delivery. 462 random routes. You need to pickup a random item at airport A and deliver it to airport B within a time frame set to match the distance you need to travel. - Increased number of available missions to pick from to 4 -
is there a way to get currenly loaded pods from lua?
d0ppler replied to uri_ba's topic in Mission Editor
Do we have any updates on this? I want to check if a unit has a travel pod installed, but unit:getAmmo() still only returns weapons. -
Ah! I haven't flown in VR for a while, and didn't think of that. Let's hope they will improve the VR implementation within some reasonable time...
-
At least for the Viper, you can toggle it on/off. I bet you can for the hornet as well
-
Single Players: What would win you over to a multiplayer server?
d0ppler replied to Dangerzone's topic in DCS 2.9
The two most important aspects which makes SP best for me is 1. Time acceleration 2. Ability to pause the game (when someone in my family needs my attention ASAP) -
F-16C inputting coordinate in Mark changes to totally different map grid
d0ppler replied to Mac D's topic in DCS: F-16C Viper
I've done literally more than 200 unit kills with the built in JTAC/AFAC feature and MGRS coordinates the last week due to testing of my new campaign and haven't had any problems with it. A track file would be appriciated, @Gilligan, to see if there's anything you do wrong -
Polar Shield - Free Viper campaign for the Kola map
d0ppler replied to d0ppler's topic in Missions and Campaigns
28 OCT 2025 - New mission type available : Canyon Run - DEAD. 7 different scenic routes and 7 different bases to engage in low level formation flying. -
F-16C inputting coordinate in Mark changes to totally different map grid
d0ppler replied to Mac D's topic in DCS: F-16C Viper
There are free, public map apps for your phone which will give you mgrs coordinates -
Well, that's exactly what I am doing. If you read the original post..
-
Polar Shield - Free Viper campaign for the Kola map
d0ppler replied to d0ppler's topic in Missions and Campaigns
22 OCT 2025 - FINALLY fixed a sneaky bug in the shooting handler. - Added more targets for Pinpoint Strike. 28 in total -
This is awesome! https://www.reuters.com/business/aerospace-defense/ukraines-zelenskiy-visit-sweden-wednesday-defence-talks-2025-10-22/
-
I believe it uses a tiny bit less of cpu resources rather than check the actual value itself.
