About this mod
Split item stacks per hotkey (default Q). Take one item or half of the stack. Or cheat by increasing and decreasing the stack.
- Requirements
- Permissions and credits
- Changelogs
- Donations
Current version of the mod uses a main key and modifiers key around it to trigger different functionalities.
The default main Hotkey is Q, move the mouse cursor on an item in the inventory then press Q to pick up exactly 1 item from the stack.
Modifier key to pick up half of the stack is Shift. Press Shift + Q to pick up half of items stack.
Both keys can be used multiple times to increase the amount of items you're about to take from the stack.
Additionally there are two modifiers to increase or decrease the stack:
Ctrl + Q will increase the stack of highlighted item, Alt + Q will decrease it. (cheat option)
With v1.1.0 new cheat functions were added:
Double Stack Ctrl + Shift + Q, will double item's current stack.
Halve Stack Alt + Shift + Q, will halve item's current stack.
All keys, modifiers and the cheat mode can be changed in the file main.lua . (see Configuration section below)
All cheat options work only as host!
Attention
The key Q is bound to "Store all of type" in game own settings per default!
I recommend to change it in game Settings->Controls to something else, R might be a good option, since you don't reload while in inventory anyway.
Requirements
UE4SS for Abiotic Factor
Manual Installation
As for now Vortex doesn't support the game, so you have to install the mod manually.
1. Follow the instruction on the UE4SS for Abiotic Factor page to download and install latest UE4SS from there.
2. After use the Manual Download button in Files tab of this mod to download the mod as a zip file.
4. Unzip/extract the content of mod's zip (StackManager folder) into the directory: (game root directory)\AbioticFactor\Binaries\Win64\ue4ss\Mods\
Make sure you don't create a new folder while extracting! If you do just move the content to the destination after.
Whole mod path should be like this: (game root directory)\AbioticFactor\Binaries\Win64\ue4ss\Mods\StackManager\
Steam example: C:\Program Files (x86)\Steam\steamapps\common\AbioticFactor\Binaries\Win64\ue4ss\Mods\StackManager\
5. Verify that you have installed the mod correctly.
The mod directory should contain a Scripts folder and an enabled.txt file.
(game root directory)\AbioticFactor\Binaries\Win64\ue4ss\Mods\StackManager\Scripts\
(game root directory)\AbioticFactor\Binaries\Win64\ue4ss\Mods\StackManager\enabled.txt
Mod Configuration
1. Navigate into mod's directory to find the main.lua file.
It should be in: (game root directory)\AbioticFactor\Binaries\Win64\Mods\StackManager\Scripts\
2. Open the main.lua with Notepad or any other text editor.
3. Here you can change following variables:
PickUpKey - Key to pick up one item from stack
PickUpModifiers - Modifiers for the PickUpKey, empty per default.
TakeHalfKey - Key to pick up half of the stack. (Default value is "PickUpKey", it means no matter to what you change the "PickUpKey", it will use the same key)
TakeHalfModifiers - Modifier to the "TakeHalfKey". (Default value "{ ModifierKey.SHIFT }")
IncreaseStackKey - Key to increase stack by 1. (Default value is "PickUpKey")
IncreaseStackModifiers- Modifier to the "IncreaseStackKey".(Default value "{ ModifierKey.CONTROL }")
DecreaseStackKey - Key to decrease stack by 1. (Default value is "PickUpKey")
DecreaseStackModifiers- Modifier to the "DecreaseStackKey".(Default value "{ ModifierKey.ALT }")
DoubleStackKey - Key to increase stack by it's current value (double it). (Default value is "PickUpKey")
DoubleStackModifiers- Modifier to the "DoubleStackKey".(Default value "{ ModifierKey.CONTROL, ModifierKey.SHIFT }")
HalveStackKey - Key to decrease stack by half. (Default value is "PickUpKey")
HalveStackModifiers- Modifier to the "HalveStackKey".(Default value "{ ModifierKey.ALT, ModifierKey.SHIFT }")
The main.lua contains links to UE4SS documentation with possible key and modifier values.
4. Don't forget to save the file. You will also have to reapply changes after each mod update.
Compatibility
The mod is NOT compatible with the Just Press Q mod!
Known Issues
- Crashes when pressing the hotkey. It's an UE4SS issue, you can test if the game will crash by pressing the hotkey (default Q) as soon the game is loaded.
- See UE4SS mod page for UE4SS native issues
My AF Mods
Check out my other Abiotic Factor mods.
- Cheat Console Commands
- Instant Fishing
- Unlimited Power (Gear - Held Item - Batteries)
- Jager Corpse Remover
- Duplicate Items
- Infinite Leyak Containment
- Customization Unlocker
GitHub Page
Highest form of appreciation
If you like my work and feel generous, you can support me.

