Jump to content

Recommended Posts

Posted

Hi all, 

I noticed while trying to create a FOB in a inexplicably populated area in Afghanistan that (as the title says) any unit places on top of a removed scenery object spawns floating in the air. See attached pictures for reference.

Am I doing something wrong or it's this a bug?

I tried this in other maps as well so it's not an isolated issue.

Screen_240801_214914.png

Screen_240801_215316.png

CPU: AMD Ryzen 7 5800X, RAM: 4x16GB G.Skill Trident Z Neo DDR4-3600 CL16, GPU: Gigabyte RX6800XT Aorus Master, MB: Gigabyte X570 Aorus ultra

My userfile content is available here (liveries, mods and whatnot)

  • 3 months later...
Posted (edited)

No, nothing you have done wrong. I have the same issue. I spent a long time doing the twalls for the FOB I was creating. Kinda knocks the wind out of my sails when I see this.

Untitled.png

Edited by Diablo 1-1
Posted

I think the problem is in the method used to delete scene objects (object.destroy()), this method does not delete the physical box of the object, only the visible one. You can check it like this: create a static in ME, then in the running mission apply the .destroy() method to this static (via script), then activate a new static in the same place. Result: the new static hovers in the air, as if it were on the roof of the old static, which is deactivated.

Серверы КВАС. Железо: I9-9900k, 32GB DDR4, SSD, RTX 2080super

  • 2 weeks later...
Posted

Hi,

You need to have a delay between deleting an object and creating a new one in its place, at least one second. I use 5 seconds, works OK for me.

  • Thanks 2
  • Recently Browsing   0 members

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