ARK: Survival Evolved

ARK: Survival Evolved

SE Storage Bins v3
 This topic has been pinned, so it's probably important
Bolisaris  [developer] 4 Oct, 2021 @ 10:22am
Config ini slot codes
Slot settings for the ini file.

You will need to enter the following for each bunker you want to change the slot count on, the numbers given on this list are the defaults (you do not need to add them to get the default value).

The maximum for slots is 1000 the minimum is 1

If you put over 1000 (lets say 1200) the slots will be set at maximum 1000, if no entry is made for a particular bunker that bunker will be set at it's default value.

You need to place these in your GameUserSettings.ini file, place them anywhere after the serversettings section entries.

You will need the [SEBigStorage] label for these to work do not forget to add it.[/i]

Because you are changing the number of slots I have added code that will bring the absolute maximum slots available to the same number, otherwise you would not get the value you entered and the items would stop loading into the bin at the absolute maximum slots number in the blueprint.
So if you entered 'CactusSapBunkerSlots=650' and it's absolute max items was set at 300, then items would not be stored after it reaches 300. But with the added code the absolute maximum items will be the same as the slot count



[SEBigStorage]
CactusSapBunkerSlots=450
ClayBunkerSlots=450
SaltBunkerSlots=450
SandBunkerSlots=450
SilkBunkerSlots=450
SulfurBunkerSlots=450
WyvernMilkTankSlots=300
Last edited by Bolisaris; 4 Oct, 2021 @ 11:52am