ARK: Survival Evolved

ARK: Survival Evolved

Transferrable Stuff
MashhitDK 11 Mar, 2020 @ 4:31am
Stack Size Override(s) (aka ConfigOverrideItemMaxQuantity)
Below code will make transferable Element and Element Shard(s) stack 5000
- In case you want it to stack to something else... simply change the MaxItemQuantity= to your liking.

Code:
ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_Element_TStuff_C",Quantity=(MaxItemQuantity=5000,bIgnoreMultiplier=True)) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_ElementShard_TStuff_C",Quantity=(MaxItemQuantity=5000,bIgnoreMultiplier=True))

Where do I place this?
Above code goes in your Game.ini under the [/script/shootergame.shootergamemode] header.

Why isn't this working for Me?
Check and make sure your settings haven't been overridden
- In case you're doing this in singleplayer and made the changes while Ark was running your entry to the Game.ini might have been removed.
Simply close down Ark and make the changes again.

And be sure you add this to the Game.ini and NOT the GameUserSettings.ini