Are you running a dedicated server? Do you want every player to automatically have Dedicated Storage pre-loaded with all Primal Fear resources? You need to edit the Game.ini file.
This is the ultimate solution. It adds all Primal Fear items to the global S+ storage whitelist permanently.
Pro Tip: You can cycle through all your Primal Fear items in under 5 minutes with Set Next. Keep the storage inventory open and just keep clicking "Set Next" while picking up new items.
Mistake 1: Forgetting to restart the server/game.
INI changes are loaded on boot. If you edit Game.ini while playing, nothing happens. Save, close Ark, restart.
Mistake 2: Using the wrong section header.
You must use [StructuresPlus] not [S+]. If you use [/Script/ShooterGame.ShooterGameUserSettings] incorrectly, the mod ignores it.
Mistake 3: The "Invalid Class" error.
If you drag a Primal Fear resource into the S+ storage and it says "Item not allowed," you have a typo in your INI. Double check the class name. For example, PrimalItemResource_ChaosBlood_C is NOT the same as PrimalItem_ChaosBlood_C.
Mistake 4: Using Super Structures (SS) vs. S+
If you are using Super Structures (the replacement mod for S+ after the developer left), the code is identical. Just replace [StructuresPlus] with [SuperStructures] in your INI.
If you want every single Primal Fear resource to work without listing them (warning: this may lag your server if you have 100+ storages), use this:
AddItemWhiteList=(ItemClassString="PrimalItemResource_PF_C")
However, this is buggy. The safest way is to use the specific classes above.
Are you running a dedicated server? Do you want every player to automatically have Dedicated Storage pre-loaded with all Primal Fear resources? You need to edit the Game.ini file.
This is the ultimate solution. It adds all Primal Fear items to the global S+ storage whitelist permanently.
Pro Tip: You can cycle through all your Primal Fear items in under 5 minutes with Set Next. Keep the storage inventory open and just keep clicking "Set Next" while picking up new items.
Mistake 1: Forgetting to restart the server/game.
INI changes are loaded on boot. If you edit Game.ini while playing, nothing happens. Save, close Ark, restart.
Mistake 2: Using the wrong section header.
You must use [StructuresPlus] not [S+]. If you use [/Script/ShooterGame.ShooterGameUserSettings] incorrectly, the mod ignores it.
Mistake 3: The "Invalid Class" error.
If you drag a Primal Fear resource into the S+ storage and it says "Item not allowed," you have a typo in your INI. Double check the class name. For example, PrimalItemResource_ChaosBlood_C is NOT the same as PrimalItem_ChaosBlood_C.
Mistake 4: Using Super Structures (SS) vs. S+
If you are using Super Structures (the replacement mod for S+ after the developer left), the code is identical. Just replace [StructuresPlus] with [SuperStructures] in your INI.
If you want every single Primal Fear resource to work without listing them (warning: this may lag your server if you have 100+ storages), use this:
AddItemWhiteList=(ItemClassString="PrimalItemResource_PF_C")
However, this is buggy. The safest way is to use the specific classes above.