0 of 0

File information

Last updated

Original upload

Created by

ElderBrain

Uploaded by

Eld3rBrain

Virus scan

Safe to use

Tags for this mod

About this mod

This mod sets the item stack size from 9999 to 999 999 999.

Permissions and credits
Changelogs
-----------------------------------------------------------------------------------------------
How does it works
(click on the GIF for zoomed version)
-----------------------------------------------------------------------------------------------

-----------------------------------------------------------------------------------------------
Installation Instructions
(STEAM)

-----------------------------------------------------------------------------------------------

1. Download UE4SS_v3.0.1.zip from here: https://github.com/UE4SS-RE/RE-UE4SS

2. Extract it to ".\Palworld\Pal\Binaries\Win64" right next to "Palworld-Win64-Shipping.exe"

3. This will extract a file called "UE4SS-settings.ini". Open it with text editor and change "bUseUObjectArrayCache" parameter from "true" to "false".

4. Now there should be also a "Mods" folder inside this ".\Palworld\Pal\Binaries\Win64" directory, created by the initial extraction of UE4SS.

5. Extract "MaxStackCount-XXXXXXXX.zip" from the "Max Stack Count" mod inside the "Mods" folder. When done, you should see a new folder called "MaxStackCount" there.

6. That's it. If things still don't work, make sure you followed steps 1 to 5 correctly.

-----------------------------------------------------------------------------------------------
Installation Instructions
(GAMEPASS)
-----------------------------------------------------------------------------------------------

1. Download UE4SS_v3.0.1.zip from here: https://github.com/UE4SS-RE/RE-UE4SS

2. Extract it to "C:\Users\"UserName"\AppData\Local\Pal\Saved\Config\WinGDK\"

3. Rename xinput1_3.dll to xinput1_4.dll

4. There will be a file called "UE4SS-settings.ini". Open it with text editor and change "bUseUObjectArrayCache" parameter from "true" to "false".

5. Extract "MaxStackCount-XXXXXXXX.zip" from the "Max Stack Count" mod inside the "Mods" folder. When done, you should see a new folder called "MaxStackCount" there.

6. That's it. If things still don't work, make sure you followed steps 1 to 5 correctly.

-----------------------------------------------------------------------------------------------
Information about the mod
-----------------------------------------------------------------------------------------------

The default stack size per item is 9 999, however this is rather low regarding the limitations of the game.
It seems the property for it can store data of type Int32, which by definition can hold a positive number up to 2,147,483,647
I've set the limit to 999 999 999, since it's more visually pleasing. I don't think anyone will need more then that.

If you want to increase/decrease this number, open the config.lua file and change this line :
palMaxStackCount = 999999999

This mod have both single player and dedicated server hooks, so it should work on both.
Also the mod will affect only stackable items and won't let you stack accessories or other items that are not stackable by default.

-----------------------------------------------------------------------------------------------
What will happen if you remove the mod
-----------------------------------------------------------------------------------------------

The stack size will be reverted to 9999; however, this won't immediately affect the number of items per stack.

If you click on the sort button, an item that was previously stored inside one stack of 999 999 999 will automatically be separated into several stacks, each containing a maximum of 9999 items.

Additionally, you can manually split this 999 999 999 stack into several smaller stacks, but without the mod, the maximum per stack will again be 9999.

In either case, nothing bad will happen from removing this mod.