Jump to content

Larnaca parking spots cause huge frame drops


Foogle

Recommended Posts

I can confirm, although it was airframe depending too.

At first I had a A-10C on 22, F-14A on 23, Hornet on 25 and Flanker on 26. Only Tomcat and Hornet showed big fps drop. Then placed a Tomcat on 22 and Hornet on 26 and now I had big fps drops there too. For a control I placed the same opposite on 44, 45 etc, and no fps drops there.

  • Like 1

- Jack of many DCS modules, master of none.

- Personal wishlist: F-15A, F-4S Phantom II, JAS 39A Gripen, SAAB 35 Draken, F-104 Starfighter, Panavia Tornado IDS.

 

| Windows 11 | i5-12400 | 64Gb DDR4 | RTX 3080 | 2x M.2 | 27" 1440p | Rift CV1 | Thrustmaster Warthog HOTAS | MFG Crosswind pedals |

Link to comment
Share on other sites

  • 1 month later...

This is how to fix that... Hope that helps.

local identify_terminal = function(object_itter)
  if object_itter:getTypeName() == 'LARNACA_TERMINAL' then
    object_itter:destroy()
  end
end

  world.searchObjects(5, {
    id = world.VolumeType.SPHERE,
    params =
    {
      point = Airbase.getByName("Larnaca"):getPoint(),
      radius = 3000,
    },
  }, identify_terminal)

 

Creator & Developer of XSAF ::An AI model that wants to kill you, and needs no help from humans.

Discord: PravusJSB#9484   twitch.tv/pravusjsb  https://www.patreon.com/XSAF  https://discord.gg/pC9EBe8vWU https://bmc.link/johnsbeaslu

Work with me on Fiverr: https://www.fiverr.com/pravusjsb

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...