Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
This mod came out a few years after my little poc:
https://steamproxy-script.pipiskins.com/sharedfiles/filedetails/?id=3018929461
There is an "unofficial" B42 version of the above by another uploader. I think it has what you need?
I wish I could code myself
Z == drop a genny/corpse
Z+LMB == drop your “equip primary” thing
Z+RMB == drop your “equip secondary” thing
Z+MMB (or possibly Z+RMB+LMB if fancy) == drop your backpack, and then fanny packs, one by one as you press repeatedly
All regardless of whether you have containers equipped in your hands, jerry cans, tools or weapons, etc.
This will allow for intuitive selection of what to drop, and will streamline actions that should feel much more unconscious than they do in vanilla, like dropping log stacks or said jerry cans, or the actual containers.
If someone could be a really strong coder, they could even make it so that if you hover your mouse over an opened container’s menu and push the desired combination, you will attempt to drop the corresponding item into that container.
Enable Steam Input in the steam controller configurator. Took about 15 seconds from there to map 'Z' on my xbox one controller.
For dropping generators/heavy bodies, the following works in singleplayer. I haven't tested in MP. For performance reasons, I'd suggest doing this first, before checking for bags. There's no need to check for bags to drop if the player has gen/body in hand imo. Feel free to use it, don't care about credit, it's been working for me fine but don't shoot me if it breaks things. :)
local primaryItem = player:getPrimaryHandItem();
if primaryItem and isForceDropHeavyItem(primaryItem) then
ISTimedActionQueue.add(ISUnequipAction:new(player, primaryItem, 50))
return
end
You could bind the drop key to something you won't hit accidentally?
Though is if fully functional but the only problem is I can't remark if the target container is full or not.
I'm not certain if this issue existed before 41.68 update because I've installed this mod after the update...
But if you still support this mod, please fix this issue. Thanks!
If so, I would like to make a suggestion. Could you make the same button to drop the backpack, also work to pick up and equip? It would be fantastic.
thanks for your mod
I see them bloom for me and you
And I think to myself
What a wonderful mod
Anecdotally, I have seen at least one other mod that uses the 'z' key by default. Any other mods that may be interfering? GL, keep me posted.
Worst case, unsub and sub again to refresh the mod files.
You make a valid point, but I think if you are willing to drop one bag...you should consider that you are in a situation to drop everything in your hands. Haha. Afterwards, the hotbar is your friend.
Any issues at all, just lemme know! Hope it helps!
mooders are the core of this game IMHO!
btw there is a mod similar to your "restock idea". The mod stacks duplicate items to a selected container. But you have to check and stack every container to clean up your inventory.
have fun with modding :D
Next mod should be a "restock" to place duplicate items from inventory in nearby containers. These mods are really for me, haha, but I thought I could clean then up and share properly.
I've not tested what would actually happen, but this mod will not allow you to drop your bag while in a vehicle. Hope that helps!
Is this bindable?