Arma 3
1,548 ratings
Better Inventory
33
17
4
4
2
12
6
6
5
2
6
3
5
5
4
4
2
3
3
2
2
   
Award
Favorite
Favorited
Unfavorite
Data Type: Mod
File Size
Posted
Updated
106.238 KB
8 Apr, 2022 @ 5:59pm
24 Dec, 2023 @ 2:41pm
12 Change Notes ( view )

Subscribe to download
Better Inventory

Description
Christmas Update 22.12.2023
I wish everyone happy Holidays and have fun with Stack Moving and fixes.

Are you also annoyed to switch between Uniform, Vest and Backpack?
Here is the solution to this madness.

Features:
- Changed Inventory Layout
- Contents of Uniform, Vest and Backpack are visible at the same time.
- Clientside Mod. The Mod only needs to be whitelisted on the Server and have CBA installed.
- Stack Moving. Move many Items/Magazines at the same Time.
- Task Force Radio Buttons to open the settings of equipped Radios.

Stack Moving:
- Hold Shift while moving Items to move 5 Items at the same time.
- Hold Ctrl to move as many items as possible.
- The Key Bindings can be changed under "Options-->Controls-->Better Inventory".
- When you stack move a Magazine that has not Full Ammo, it will only move other Magazines that have not Full Ammo, the same goes for Full Magazines.

Limitations:
- Only Items and Magazines can be Stack Moved.
- Not Weapons or Containers like Uniforms.
- Not from Containers(Boxes/Vehicles) to Ground.

- The Limitations are because of the hardcoded nature of the Arma 3 Inventory and limited scripting possibilities for that.

Compatibility:
The Mod has Build-in Compatibility with the following Mods.
- Ace
- ACRE2
- Dual Arms - Two Primary Weapons
- ExileMod
- Should be compatible with every other mod/mission that doesn't drastically changes the Inventory.

Possible Features in the Future:
- CBA Settings
- Ui customization (colors etc.)
- Support for custom Inventory picture.
- Compatibility for more Mods.
- Setting to customize Stack Moving amount.

Known Bugs/Problems:
- When you stack move magazines from a container with many (1000 or so) Magazines, the game lags for a second. This is because you can not move Magazines in Arma 3 with a script, so the mod needs to delete and readd all Magazines. I try to fix/ease this problem in the next update.

Bug Reporting:
- Please provide your video resolution and interface size settings as part of your bug report if your report is ui related.
- Try to reproduce the bug with all other mods except CBA disabled.
- You can still report bugs only happening in combination with other mods but please try to provide as much information as possible. If possible share your modlist with me or even better the exact mod if you can identify it yourself.

Repacking/Reupload of the Mod:
- You are allowed to repack this mod as long as its not bundled into a public mod on the steam workshop or somewhere else online.
- Private (aka friends only) mods on the workshop or somewhere else are allowed.

Donations:
Want to thank me and support my work with a Donation?

[ko-fi.com]
Popular Discussions View All (3)
4
25 Dec, 2023 @ 9:48pm
Items activated from the inventory (backpack, vest) can no longer be used.
askatest
0
14 Jun @ 2:43am
Feature Request: Move sidearms to the left and launchers to the right
Komodo
227 Comments
i do games 17 Oct @ 3:25pm 
I'm trying to stack move from backpack into vehicle inventory and vice versa and it doesn't work in Antistasi Ultimate
Hi! I got your mod on our server, for some weapons it says they're not configured correctly and are invisible when in hand and cannot shoot... for weapons we do have CUP weapons mod for arma 2 weapons in arma 3.... could that be a issue? do we need to configure the weapons somewhere?
Yethe Samartaka 5 Oct @ 10:56am 
Hello. When moving stacks of items (20 or more), it can cause server to crash. This is especially prominent with 3x Headless Client (They won't crash) setup and bunch of mods.
zzZvir 24 Sep @ 5:46am 
Hi all, Mod excellent, but tell me if you can somehow find out in Arma capacity of transport? how much it fits into it
21 Aug @ 7:28am 
is it possible to have to dump all items from a container onto the ground?
Komodo 13 Jun @ 1:33pm 
hi X, removing 5/All mags/items works for the player but doesn't when u switch to another AI playable unit, ty
Carl 4 Jun @ 11:43am 
is it possible for you to add a script for server side preventing stack moving? current unit im in has issues with people stack moving causing whoever is in the inventory of that item to crash
[Phönix] Xaneas  [author] 15 May @ 10:14am 
@tacowoogiecarson
Never heard of a problem with my mod that you can't equip a Uniform.
Remember that you can only equip Uniforms from the same faction you are in without mods.
So you can't equip Opfor Uniforms as Bluefor Soldier.

@Pat1ence
Yes you are right about that.
I had to make the (Uniform/Vest/Backpack) not selectable because of a bug that deleted items.
Because the Inventory isn't build to have multiple containers (Uniform/Vest/Backpack) open at the same time, I spent many many hours bypassing the problems that comes with it.

@[+| CL rautamiekka
The code is definitely a mess at this point, because of the try and error i had to do to make everything work.
Maybe it would have been a good idea to simply remove the inventory and make a complete new one and use another GUI Control. I dunno.
Also there was a massive lack of scripting commands for this.
It's working and should not affect the performance of the game.
At the moment i don't find time to clean my code up.
[+| CL rautamiekka 15 May @ 5:52am 
Much of the whole code use a lotta optimizing, too.
[+| CL rautamiekka 15 May @ 5:49am 
@Pat1ence

Hmm, as far as I can tell from the code, there's no such feature. Which, ngl, is a massive shame.