Jump to content

Raviar

Members
  • Posts

    599
  • Joined

  • Last visited

4 Followers

About Raviar

  • Birthday 08/25/1985

Personal Information

  • Flight Simulators
    DCS
  • Location
    Denmark
  • Interests
    DCS
  • Occupation
    Software Engineer

Recent Profile Visitors

5193 profile views
  1. Is it just me, or did I miss something here? Aren't the Arctic Thunder campaigns for the F-16 and F/A-18 supposed to be included with the terrain? I recall there being two free campaigns!
  2. Jester is no use, the most useless AI ever! same as Tomcat and perhaps all future modules, the HB AI is extremely annoying and useless, cant find anything even in visual arena, lost lock with no reason! cant re-acquire target and its get back to normal scan(HB you can use state machine, leverage the technology!) like nothing was in progress when your are about to merge! has extreme delay on report, when the target pass from 12 and goes to 8 still report 12 high! bottom line this module didnt test properly in DCS gameplay!
  3. As per the title, limiting the pilots' G-load ability of AI by a number. While AI can fly the aircraft to its limits, even beyond, it makes it easier for mission makers to restrict AI ability.
  4. You can follow patch status here: ED Discord News Section: https://discord.com/channels/542985647502393346/543013331896631318
  5. Lua is horrible, ED needs to integrate with Rust as well
  6. Thanks in adv for going through this scripting debugging. I have the below code which is part of the larger code: local targetPoint2d = {} targetPoint2d.x = targetPoint.x targetPoint2d.y = targetPoint.z local fireTask = { id = 'FireAtPoint', params = { point = targetPoint2d, radius = 3000, expendQty = 10, expendQtyEnabled = true } } local groupName = spawnedGroup:GetName() spawnedGroup:OptionROEWeaponFree() Group.getByName(groupName):getController():pushTask(fireTask) local spawnMarkPointText = "RED Artillery has spawned in " .. selectedRedZone:GetName() trigger.action.markToAll(10, spawnMarkPointText, spawnPoint, true) local targetMarkPointText = "RED Artillery is targeting " .. nearestBlueZone:GetName() trigger.action.markToAll(11, targetMarkPointText, { x = targetPoint.x, y = 0, z = targetPoint.z }, true) local redZoneName = selectedRedZone:GetName() local blueZoneName = nearestBlueZone:GetName() MESSAGE:New("Spawning RED Artillery in zone: " .. redZoneName .. " and targeting blue zone: " .. blueZoneName .. " Artillery Group Name is: " .. groupName .. " Target point is: x=" .. targetPoint.x .. ", y=" .. targetPoint.y .. ", z=" .. targetPoint.z, 10):ToAll() The marker appears as well as the messages and arti group, but they dont start firing! and the target point is within a range. any idea how can I debug this ?
  7. "Honesty is the first chapter in the book of wisdom." - Thomas Jefferson As much as I dislike gossip and speculation, I equally detest total silence and irresponsibility. There is a post on Reddit discussing the Strike Eagle refund, Enigma creating a video, and an announcement by Razbam in the Discord. Is it not the right time to inform users and customers about any updates on this module? What is the future of this module?
  8. Shhhh, dont break the silence!
  9. Would be really nice if we can get something like Syria and Sinai map which mark the location on the map
  10. Would be really nice if we can get something like Syria and Sinai map which mark the location on the map
      • 7
      • Like
  11. Thanks for your response. Although I am following all the attached links and the Unofficial Roadmap, what I meant was regarding upcoming updates.
  12. BEST NEWS of MP EVER
  13. It has been a few years since the Hornet was launched. It would be nice if ED could update us on the progress of the Hornet. Several weapons, including the Sea Mine and Fire Bomb, are still not delivered, either due to core engine limitations or other reasons. The HOTAS functionality seems to need an update (as I recall Wags mentioned in a podcast, though I might be mistaken). Is there any update planned for the Hornet's flight model? There are still some weapons missing on the Viper, such as the Sniper pod and towed decoy. We haven't heard about MDC, the dynamic campaign, and Vulkan since 2019. Thanks ED
  14. After three years of nagging, it's time for appreciation. I am extremely happy and grateful for all the efforts HB has put into bringing these iconic birds to life in the DCS skies. HB has demonstrated a true passion for and attention to detail in the module, the level of detail is astounding, and Jester has become more intelligent. I hope all the pressure HB received pays off. Thank you for all your hard work. its another dream comes true
  15. really appreciate it
×
×
  • Create New...