Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Objects hanging in the air #73073

Open
IdleSol opened this issue Apr 17, 2024 · 2 comments
Open

Objects hanging in the air #73073

IdleSol opened this issue Apr 17, 2024 · 2 comments
Labels
(S1 - Need confirmation) Report waiting on confirmation of reproducibility

Comments

@IdleSol
Copy link

IdleSol commented Apr 17, 2024

Describe the bug

While playing the game, I came across the "lost backpack" event. It was at z=1 level.

test 1

Notice. The backpack hangs in the air and does not fall down.

Attach save file

Госпорт-trimmed.tar.gz

Steps to reproduce

N/A

Expected behavior

Hanging items falling to the ground. Neater placement of items appearing by events.

Screenshots

No response

Versions and configuration

  • OS: Windows
    • OS Version: 10.0.19043 (21H1)
  • Game Version: cdda-experimental-2024-04-16-1009 73b6cf7 [64-bit]
  • Graphics Version: Tiles
  • Game Language: Русский <color_dark_gray>(90,3%) [ru]
  • Mods loaded: [
    Тёмные Дни Впереди [dda],
    Отключить потребности у НПС [no_npc_food],
    Портальные штормы игнорируют НПС [personal_portal_storms],
    Медленный рост фунгалоидов [no_fungal_growth]
    ]

Additional context

After destroying the flower underneath, the backpack fell to the ground. Does the flower serve as a support for the upper level?

@IdleSol IdleSol added the (S1 - Need confirmation) Report waiting on confirmation of reproducibility label Apr 17, 2024
@KHeket
Copy link
Contributor

KHeket commented Apr 17, 2024

Meet this bag too several times, I get floating items by throwing into them rock or glass shards, it make them drop down

@PatrikLundell
Copy link
Contributor

The flower does not serve as a support. However, it's destruction may well trigger the call to an operation that checks if anything above doesn't have any support and thus should fall, even though no support was actually removed.

The error, however, lies in whatever places an item. It's probably some kind of map special that places the item on a location without the selection of which locations it can be placed on being coordinated with the placement (possibly because the location has been updated such that there isn't anything supporting that location anymore).
Item placement does not support items to "gravity" checks, but rather assumes that the placement has been selected to be in a legal location (adding checks may well slow down the game too much).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
(S1 - Need confirmation) Report waiting on confirmation of reproducibility
Projects
None yet
Development

No branches or pull requests

3 participants