ARK: Survival Evolved

ARK: Survival Evolved

Ultra Stacks
 This topic has been pinned, so it's probably important
Meedas  [developer] 28 Jul, 2020 @ 7:16pm
Custom Stack Sizes for Ultra Stacks
If you want to change the stack sizes of items in Ultra Stacks, you can set custom stack sizes by modifying your Game.ini. Here is a sample of how to change the stack size of wood in Ultra Stacks:

ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_Wood_US_C",Quantity=(MaxItemQuantity=20000, bIgnoreMultiplier=true))

With this setting, this would increase the stack size of wood to 20000.

You can also add the following setting to change stack sizes overall by adding this to your GameUserSettings.ini:

ItemStackSizeMultiplier=2.0

With the setting above, all stacks would by multiplied by 2 (e.g. resources that stacked to 5000 would now stack to 10000).

To reduce stacks, you can use the following:

ItemStackSizeMultiplier=0.5

This would reduce all of the stacks in the game by half.
Last edited by Meedas; 28 Jul, 2020 @ 7:16pm