Method 1: The INI Configuration File Method (Best for Vanilla Tek Storage)
Standard vaults hold a maximum of 350 item slots. A single Primal Fear boss fight can yield enough resources to fill multiple vaults. Tek Dedicated Storage solves this by holding thousands of units of a single specific item type in a highly optimized, lag-free structure. Step 1: Unlock and Craft Dedicated Storage
DediStorageItemWhitelist=BlueprintPathString
INI changes are loaded on boot. If you edit Game.ini while playing, nothing happens . Save, close Ark, restart. Add Primal Fear Resources To S Dedicated Storage On Ark
Step 3: Handle Custom Stack Limits (Optional but Recommended)
If specific Primal Fear resources (like Blood or special Hides) do not appear in the Dedicated Storage list, you need to add their blueprint paths to the PullResourceAdditions Open your server's GameUserSettings.ini Locate the [StructuresPlus] Add or append the resource IDs to the following line:
If you have 30 different types of Figurines, Essences, or Feathers from Primal Fear, dragging one by one is tedious. Use the function. Method 1: The INI Configuration File Method (Best
Once the items are inside the Dedicated Storage, they act like normal stacks (depending on server settings, often stacking up to 100 or 1000). This is a game-changer for breeding lines that require massive amounts of food or blood!
Don't try to drag and drop liquids manually. Use an S+ Puller or an S+ Item Collector to pipe the resources directly into the Dedicated Storage. This works for:
Do not try to type "Celestial Blood." It will not appear. You must drag the physical item in first. Step 3: Handle Custom Stack Limits (Optional but
ARK/ShooterGame/Saved/Config/WindowsNoEditor/GameUserSettings.ini 2. Edit the File
In your mod load order, ensure the Primal Fear mod ID ( 839789643 ) is listed before the S+ mod ID ( 731604991 ).
For quick copy-pasting, here are the most commonly targeted blueprint paths found within the Official Primal Fear Resource Mod Database : Blueprint Path Config Code
Before diving into complex configurations, the fastest way to get Primal Fear items working with S+ is to ensure the correct load order in your server's GameUserSettings.ini or mod management tool.
// 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")