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

Items disappear if you try to take stack from ground without inventory #13503

Open
2 tasks done
Abkim27 opened this issue Mar 2, 2024 · 0 comments
Open
2 tasks done
Labels
Bug Something isn't working Code Programming task Low prio An issue that doesn't cause problems with the gameplay or is not important to fix for some reason Modding Modding-related feature request or issue, or a bug that only occurs with mods

Comments

@Abkim27
Copy link

Abkim27 commented Mar 2, 2024

Disclaimers

  • I have searched the issue tracker to check if the issue has already been reported.
  • My issue happened while using mods.

What happened?

I made Human.xml without "Any" inventory and after i also made revolver round pickable into RightHand and LeftHand i tried to take stack of 12 from ground and 2 of them was in my hands and others just disappeared. That doesn't happen if i spawn it through console... or it still does? That doesn't happen with other items such as steel it seems.

Changed <Pickable slots="Any" msg="ItemMsgPickUpSelect" /> to

<Holdable canBeCombined="true" removeOnCombined="true" slots="Any,RightHand,LeftHand" handle1="0,0" msg="ItemMsgPickUpSelect">
      <StatusEffect type="OnBroken" target="This">
        <Remove />
      </StatusEffect>
</Holdable>
2024-03-03.01-04-24.mp4

Reproduction steps

1.Human.xml edit with no Any inventory spaces
2.weapons.xml edit with some kind of bullets made pickable into hands
3.In sub editor drop stack(!) of ammo more than 2
4.Two bullets in hands, other bullets disappeared

Bug prevalence

Happens every time I play

Single player or multiplayer?

Single player

-

No response

Version

v1.2.8.0 (Winter Update hotfix 2)

-

No response

Which operating system did you encounter this bug on?

Linux

Relevant error messages and crash reports

No response

@Regalis11 Regalis11 added Bug Something isn't working Code Programming task Low prio An issue that doesn't cause problems with the gameplay or is not important to fix for some reason Modding Modding-related feature request or issue, or a bug that only occurs with mods labels Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Code Programming task Low prio An issue that doesn't cause problems with the gameplay or is not important to fix for some reason Modding Modding-related feature request or issue, or a bug that only occurs with mods
Projects
None yet
Development

No branches or pull requests

2 participants