Add Primal Fear Resources To S Dedicated Storage On Ark

To fix this, you must override the stack size in your Game.ini file under the [/script/shootergame.shootergamemode] header:

The most reliable way to ensure S+ Dedicated Storage and the recognize Primal Fear items is by adding their class paths to your server or local configuration file. Add Primal Fear Resources To S Dedicated Storage On Ark

You must use [StructuresPlus] not [S+] . If you use [/Script/ShooterGame.ShooterGameUserSettings] incorrectly, the mod ignores it. To fix this, you must override the stack size in your Game

PullResourceAdditions=/Game/Mods/PrimalFear/Resources/PrimalItemResource_Blood_C,/Game/Mods/PrimalFear/Resources/PrimalItemResource_Hide_C Handle Non-Stackable Items To fix this

import os for root, dirs, files in os.walk("PrimalFear/Content/Items/Resources"): for file in files: if file.endswith(".uasset"): classname = file.split(".")[0] path = f"Blueprint'/Game/Mods/PrimalFear/Items/Resources/classname.classname'" print(f"DediStorageItemWhitelist=path")