ARK: Survival Evolved

ARK: Survival Evolved

The Hunted
Batman Oct 22, 2020 @ 11:31am
Change stack size
Hello!
We would like to change the stack size of raw prime meat from 1 to 10.
In ASM we put under "Stack size overrides"
"DA_PrimalItemConsumable_RawPrimeMeat_Child" quantity 10 ignore multiplier.

In Game.ini it looks like this:
ConfigOverrideItemMaxQuantity=(ItemClassString="DA_PrimalItemConsumable_RawPrimeMeat_Child",Quantity=(MaxItemQuantity=10,bIgnoreMultiplier=True))

Still, in-game the meat will not stack at all. Anyone know what I am doing wrong?
Appreciate the help :)
< >
Showing 1-5 of 5 comments
gmat Oct 23, 2020 @ 6:25am 
ConfigOverrideItemMaxQuantity=(ItemClassString="DA_PrimalItemConsumable_RawPrimeMeat_Child_C",Quantity=(MaxItemQuantity=10,bIgnoreMultiplier=true))
ConfigOverrideItemMaxQuantity=(ItemClassString="DA_PrimalItemConsumable_RawPrimeMeat_Fish_Child_C",Quantity=(MaxItemQuantity=10,bIgnoreMultiplier=true))
ConfigOverrideItemMaxQuantity=(ItemClassString="DA_PrimalItemConsumable_RawMutton_Child_C",Quantity=(MaxItemQuantity=10,bIgnoreMultiplier=true))
Batman Oct 23, 2020 @ 9:54am 
That's it!
Thank you, that helps a lot :)
Gravy Oct 25, 2020 @ 2:01pm 
Very helpful @gmat but I'm just starting out with ASM, in what file do I make these additions/changes?

I'm tired of nearly drowning from being overloaded with prime fish and barely having enough time to dump them one at a time before I die.
Batman Oct 25, 2020 @ 2:40pm 
Hey, I put the following into the ASM program -> Stack size overrides:
DA_PrimalItemConsumable_RawPrimeMeat_Child_C
DA_PrimalItemConsumable_RawPrimeMeat_Fish_Child_C
DA_PrimalItemConsumable_RawMutton_Child_C


The changes will be in Game.ini somewhere under this line
[/script/shootergame.shootergamemode]
and will look like this:
ConfigOverrideItemMaxQuantity=(ItemClassString="DA_PrimalItemConsumable_RawPrimeMeat_Child_C",Quantity=(MaxItemQuantity=10,bIgnoreMultiplier=True))
ConfigOverrideItemMaxQuantity=(ItemClassString="DA_PrimalItemConsumable_RawPrimeMeat_Fish_Child_C",Quantity=(MaxItemQuantity=10,bIgnoreMultiplier=True))
ConfigOverrideItemMaxQuantity=(ItemClassString="DA_PrimalItemConsumable_RawMutton_Child_C",Quantity=(MaxItemQuantity=10,bIgnoreMultiplier=True))
Gravy Oct 26, 2020 @ 6:31pm 
@Batman: Thanks so much! This mod has renewed my interest in ARK and but this meat stacking issue was getting frustrating. :steamhappy:
< >
Showing 1-5 of 5 comments
Per page: 1530 50