Jump to content

Item Dropping Issue


Gravitas
  • Pending

The drop grid feature of the "Advanced Controls" mod does not work properly after the QOL update. So while I was reviewing the code to fix this issue, I found the cause of the problem but this issue cannot fixable via a client mod.

This issue also causes when you drop something inside the chest with quick drop, it drops to chest location instead of player location.
This issue also effects:

  • chests, scaled chests and other chests
  • salt box and icebox
  • chester and hutch

 

image1.thumb.jpg.a7701e96ce3b5b28d5b786e2f72f6dc9.jpg

image2.thumb.jpg.9c5104ac23f8598bbceff2362fa0d1d8.jpg

image3.jpg.efab51f28268665fd9046189f3845f3b.jpg

 

NOTE:Issue don't happens when you drop entire stack.

To fix this issue, the code in line 216 in the inventoryitem.lua file which is 
"local x, y, z = (self.owner or self.inst).Transform:GetWorldPosition()"
needs to be replaced with 
"local x, y, z = (self.inst or self.owner).Transform:GetWorldPosition()"


Steps to Reproduce

Use the drop grid feature of the "Advanced Controls" mod.(The faster the character, the more visible the issue will be.)
Drop any item with quick drop while the item is inside a chest.




User Feedback


Hello @Dorofir, welcome to the forums.

Unfortunately, you would have to direct your issues toward the mod creator as the Klei Bug Tracker is for game issues and bugs with the base game without any mods active. Mod related issues should be reported to the mod creator, so they can fix it.

Share this comment


Link to comment
Share on other sites



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...