Jump to content

d0ppler

Members
  • Posts

    571
  • Joined

  • Last visited

Everything posted by d0ppler

  1. 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?
  2. Yeah, now it works perfectly. Sorry for being so stupid not checking my laser codes
  3. Ahh! Of course!! I'll give it another go
  4. 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.
  5. 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?
  6. 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
  7. 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
  8. scommander2 is correct. Click on this:
  9. 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??
  10. Just give me an official MH-60 and my life will be complete
  11. Make sure you're in PRE mode. Not BORE, not VIS (which is default). Hit the enable button to toggle between them, or hit the corresponding OSB button.
  12. 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
  13. 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.
  14. 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...
  15. At least for the Viper, you can toggle it on/off. I bet you can for the hornet as well
  16. 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)
  17. As the title says, are there any ways to create a Data Cartridge or add/manipulate waypoints to the current DTC runtime with LUA script?
  18. 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
  19. 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.
  20. There are free, public map apps for your phone which will give you mgrs coordinates
  21. Well, that's exactly what I am doing. If you read the original post..
  22. 22 OCT 2025 - FINALLY fixed a sneaky bug in the shooting handler. - Added more targets for Pinpoint Strike. 28 in total
  23. This is awesome! https://www.reuters.com/business/aerospace-defense/ukraines-zelenskiy-visit-sweden-wednesday-defence-talks-2025-10-22/
  24. I believe it uses a tiny bit less of cpu resources rather than check the actual value itself.
×
×
  • Create New...