Add Primal Fear Resources To S Dedicated Storage On Ark Access

The S+ Dedicated Storage has a built-in feature that allows it to "learn" new items to automatically snap into the box from your inventory or nearby crates.

Steps:

  • Confirm: Once the item is placed in the snapshot slot, the box will "lock" to that item ID.
  • Result: You can now drag and drop that specific Primal Fear resource into the box, or use the "Pull" feature to grab it from nearby inventories.
  • Note: If the item disappears or the slot resets, the item may be blacklisted or use a strange Blueprint path. Proceed to Method 2. Add Primal Fear Resources To S Dedicated Storage On Ark


    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. The S+ Dedicated Storage has a built-in feature

    Open your Game.ini file. Scroll to the bottom. You are looking for a section that handles S+ configurations. If it doesn't exist, create it.

    Add these lines to force the game to read your custom list: Confirm: Once the item is placed in the

    [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.

    Every Primal Fear resource has a specific ItemClassString. You can find these in the Primal Fear mod files or use the Cheat GiveItem command in-game. Common examples include:

    If you have 30 different types of Figurines, Essences, or Feathers from Primal Fear, dragging one by one is tedious. Use the "Set Next" function.