ARK: Survival Evolved

ARK: Survival Evolved

The Hunted
Batman 2020 年 10 月 22 日 上午 11:31
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 :)
< >
正在显示第 1 - 5 条,共 5 条留言
gmat 2020 年 10 月 23 日 上午 6:25 
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 2020 年 10 月 23 日 上午 9:54 
That's it!
Thank you, that helps a lot :)
Gravy 2020 年 10 月 25 日 下午 2:01 
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 2020 年 10 月 25 日 下午 2:40 
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 2020 年 10 月 26 日 下午 6:31 
@Batman: Thanks so much! This mod has renewed my interest in ARK and but this meat stacking issue was getting frustrating. :steamhappy:
< >
正在显示第 1 - 5 条,共 5 条留言
每页显示数: 1530 50