ARK: Survival Evolved
Genre: Survival
Studio: Studio Wildcard
Publisher: Studio Wildcard
Rent a server
Rent a server
Genre: Survival
Studio: Studio Wildcard
Publisher: Studio Wildcard

How can I make items such as meat stack?

You want meat and other goodies to be stackable in your inventory? You can do that with a small change in the game.ini file of ARK: Survival Evolved.

Proceed as follows:

  1. Log in to your GPORTAL account
  2. Click on “My servers” on the left and select your ARK server
  3. Stop your server (and start it again when you are done with the changes)
  4. Now you can find the menu item “Configuration files” on the left side – click on it
  5. In the new window you can now select the “game.ini” under “Select configuration file”
  6. Here you have to enter an additional code line

Below is an example of the code you can use to stack “Raw Meat” up to 300 times:

ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemConsumable_RawMeat_C",Quantity=(MaxItemQuantity=300, bIgnoreMultiplier=true))

If you want to transfer this to another item, you have to replace the name “PrimalItemConsumable_RawMeat” with the corresponding name of the item.

Under “MaxItemQuantity” you can change the maximum value of the stack.

Important Note that some items have a fixed maximum size that you cannot exceed, even if you enter a much higher value.

This should make things much more tidy in your inventory in the future. Have fun!

similar articles