ARK: Survival Evolved

ARK: Survival Evolved

Ultra Stacks
 이 토론은 고정되었습니다. 중요해서 그렇겠죠?
Meedas  [개발자] 2020년 7월 28일 오후 7시 16분
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.
Meedas 님이 마지막으로 수정; 2020년 7월 28일 오후 7시 16분