Add Primal Fear Resources To S Dedicated Storage On Ark -

Introduction: The Inventory Nightmare

[StructuresPlus] IgnoreItemBlacklist=true AddItemWhiteList=(ItemClassString="PrimalItem_Base_C") Note: PrimalItem_Base_C is the catch-all parent class. This tells S+ to allow anything that is a Primal Item. However, because PF has weird custom classes, we need to be specific. You cannot type "Chaos Blood." You must type the Blueprint Class Name .

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 . Add Primal Fear Resources To S Dedicated Storage On Ark

// Primal Fear Bloods (The core loop) AddItemWhiteList=(ItemClassString="PrimalItemResource_AlphaBlood_C") AddItemWhiteList=(ItemClassString="PrimalItemResource_ApexBlood_C") AddItemWhiteList=(ItemClassString="PrimalItemResource_FearsomeBlood_C") AddItemWhiteList=(ItemClassString="PrimalItemResource_DemonicBlood_C") AddItemWhiteList=(ItemClassString="PrimalItemResource_CelestialBlood_C") AddItemWhiteList=(ItemClassString="PrimalItemResource_DivineBlood_C") AddItemWhiteList=(ItemClassString="PrimalItemResource_ChaosBlood_C") AddItemWhiteList=(ItemClassString="PrimalItemResource_GodlyBlood_C") AddItemWhiteList=(ItemClassString="PrimalItemResource_OmegaBlood_C") AddItemWhiteList=(ItemClassString="PrimalItemResource_OriginBlood_C")

Add these lines to force the game to read your custom list: You cannot type "Chaos Blood

You cannot just snap one down and type "Demon Blood." The menu will mock you with an empty list. Why? Because Primal Fear adds new items with unique class names that S+ doesn't recognize by default.

You must use [StructuresPlus] not [S+] . If you use [/Script/ShooterGame.ShooterGameUserSettings] incorrectly, the mod ignores it. the mod ignores it.

// Primal Fear Boss Drops AddItemWhiteList=(ItemClassString="PrimalItemResource_YetiClaw_C") AddItemWhiteList=(ItemClassString="PrimalItemResource_ManticoreSpike_C") AddItemWhiteList=(ItemClassString="PrimalItemResource_DragonHeart_C") Adding Primal Fear resources to S+ Dedicated Storage is not a "check a box" feature. It is a rite of passage . By editing your Game.ini and using the class names provided above, you will transform your Ark base from a litter-box of dropped items into a sleek, automated warehouse.