Kamikaze94 / WolfHUD

Payday 2 HUD
480 stars 237 forks source link

AutoPickup - Interact button not detected #945

Open Apryed opened 2 years ago

Apryed commented 2 years ago

Expected Behavior

Character to loot things in sight while "Interact" button is hold.

Current Behavior

Character loot as default ( Press everytime to loot something )

What is not working?

Interaction.lua -> At end of file -> "managers.menu:get_controller():get_input_bool("interact")" should be giving TRUE when Interact is pressed ( and hold ).

Current value = false Value after Interact is pressed = false

I simply comment it out to get AutoPickup, but since it's gone, I loot everything without pressing Interact.

Please fix.

Note : Tried with and without controller plugged in ( Mine was connected at the beginning ). I should try with it just in case pd2 recognise that command to controllers exclusively.

Watchman3001 commented 1 year ago

Uh... Hi? Not sure if the mod is still updated, but reinstalled payday recently, have the same issue. Can it be fixed by some changes in that file, or it is not possible?