ARK: Survival Evolved

ARK: Survival Evolved

The Hunted
Novia Mar 27, 2021 @ 8:12am
Changing Stack Sizes
Looking in the config options, I'm able to change the stack sizes (I want prime / prime fish and mutton to stack to 20). The example string shows this;

[/script/shootergame.shootergamemode]
ConfigOverrideItemMaxQuantity=(ItemClassString="DA_PrimalItemConsumable_CookedMeat_Child_C",Quantity=(MaxItemQuantity=100,bIgnoreMultiplier=true))

However, the item string is this;

DA_PrimalItemConsumable_CookedMeat_Child.DA_PrimalItemConsumable_CookedMeat_Child'" 1 0 0 false


So would I just replace the "CookedMeat" in the example string with "RawPrimeMeat" and it'd work? (changing the value to 20 as well) Or is there some discrepancy since the code provided in the spawn codes document doesn't show codes with "Child_C" in their lines.
< >
Showing 1-1 of 1 comments
MustBTV Mar 27, 2021 @ 8:55am 
This should get you exactly what you're asking for

ConfigOverrideItemMaxQuantity=(ItemClassString="DA_PrimalItemConsumable_RawPrimeMeat_Child_C",Quantity=(MaxItemQuantity=20, bIgnoreMultiplier=true))
ConfigOverrideItemMaxQuantity=(ItemClassString="DA_PrimalItemConsumable_RawPrimeMeat_Fish_Child_C",Quantity=(MaxItemQuantity=20, bIgnoreMultiplier=true))
ConfigOverrideItemMaxQuantity=(ItemClassString="DA_PrimalItemConsumable_RawMutton_Child_C",Quantity=(MaxItemQuantity=20, bIgnoreMultiplier=true))

Last edited by MustBTV; Mar 27, 2021 @ 8:55am
< >
Showing 1-1 of 1 comments
Per page: 1530 50