Jump to content

Silvern

Members
  • Posts

    517
  • Joined

  • Last visited

Everything posted by Silvern

  1. Found this new object... Something to do with the new free map?
  2. Yeah, it's a Hornet, SA page bug, but it was moved here. Odd.
  3. It is not possible to hide SAM threat rings in Mission Editor, so players always know where the SAMs are.
  4. Maybe it means corrected amount of countermeasures? This bug has been acknowledged by Wags himself. Would be awesome to have 60/60 flares & chaff. https://forums.eagle.ru/showpost.php?p=3787079&postcount=25
  5. Even for only A-4, it's going to be amazing. Thanks for the info and good luck! :)
  6. This looks great Joey! Really looking forward to this ship, especially the catapult version.
  7. +1 ED, if you're reading this, at least consider including Cyprus as a low-detailed area - hopefully don't omit the whole landmass. Although the map is only 610*440km, so Cyprus will most likely not be included. https://ugra-media.ru/2018/proekt-blizhnij-vostok/
  8. Gromit190! :thumbup: Great work! Between this and MOOSE GCICAP module, one can easily create a dynamic combat scenario that feels alive. Hats off.
  9. Anyone able to loft the AMRAAM in the latest patch?
  10. How can I hide the SAM threat rings on Hornet's SA page in the mission builder? Hidden on map does not work.
  11. I have a hunch it's Kola peninsula. Like in Jane's F/A-18 - Wags' previous Hornet sim IIRC?
  12. I have a hunch it's Kola peninsula. Like in Jane's F/A-18 - Wags' previous Hornet sim IIRC?
  13. It worked fine for us when we didn't have TCN on both ships. If a single carrier in a group has TCN, it works fine in our experience. Didnt try with separate groups so far. With two carriers we've been able to spawn 14 Hornets max between them, with no issues. What've also learned it helps if server is unpaused before clients start spawning in. Otherwise boom.
  14. Yes, this is much needed!
  15. +1 It's fine as it is right now. AI JTACs, AI AFACS, various scripts and so on all use pre-set codes. Plus in MP, you cant really change the codes on the ground, so everyone would be flying with the same code.
  16. MiG-21 and F-5E are the worst offenders as far as I've seen. They are capable of insane maneuvers. Older AI planes like F-4E or MiG-23 for example, behave much more plausible - relatively speaking.
  17. Does BRU-55 also allow for double JSOW? :music_whistling:
  18. Silvern

    Iranian F-14B

    Any Iranian F-14B skins floating around yet? It's fictional, but it's the best we've got until F-14A comes out.
  19. Thank you for sticking with DCS after the whole debacle. Will SCUD also be reuploaded?
  20. I have been trying the CAS engagement zone but have ran into a problem. How can I respawn the CAS group on death and have them do the mission again - ad infinitum? Any help would be much appreciated. :) This is what I have now... I need to add the respawn to it: CASEngagementZone2 = ZONE:New( "Red1" ) -- Create a local variable (in this case called CASPlane) and -- using the GROUP function find the aircraft group called "Plane" and assign to this variable CASPlane2 = GROUP:FindByName( "Pontiac" ) -- Create a local Variable (in this cased called PatrolZone and -- using the ZONE function find the pre-defined zone called "Patrol Zone" and assign it to this variable PatrolZone2 = ZONE:New( "RedStage" ) -- Create and object (in this case called AICasZone) and -- using the functions AI_CAS_ZONE assign the parameters that define this object -- (in this case PatrolZone, 500, 1000, 500, 600, CASEngagementZone) AICasZone = AI_CAS_ZONE:New( PatrolZone2, 4000, 5500, 800, 900, CASEngagementZone2 ) -- Tell the program to use the object (in this case called CASPlane) as the group to use in the CAS function AICasZone:SetControllable( CASPlane2 ) -- Tell the group CASPlane to start the mission in 1 second. AICasZone:__Start( 600 ) -- They should statup, and start patrolling in the PatrolZone. -- After 10 minutes, tell the group CASPlane to engage the targets located in the engagement zone called CASEngagement Zone. (600 is 600 seconds) AICasZone:__Engage( 900, 750, 3000 )
  21. Static or dynamic weather?
  22. Does the latest version support intercom between F-14 pilot & RIO? Radios work, but I can't get the intercom to work.
  23. Are older Sidewinder variants also coming later on? Or will DCS F-14A & B only use AIM-9L & M?
×
×
  • Create New...