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:
Note: If the item disappears or the slot resets, the item may be blacklisted or use a strange Blueprint path. Proceed to Method 2.
Not all PF items are equal. Here is your priority list for setting up Dedicated Storage:
| Priority | Resource Name | Why you need SS/S+ storage for it | | :--- | :--- | :--- | | 1 | Primal Blood | Drops from every creature. Crafting 1 Celestial saddle requires 5,000+ blood. | | 2 | Chaos Essence | End-game currency. Weighs a ton. Storage reduces lag. | | 3 | Dino Souls | Used for taming Spirit/Nether dinos. Stacks to 1000 only, so infinite storage is vital. | | 4 | Elemental Shards (Fire/Ice/Lightning) | Your generators and armor burn through these. | | 5 | Figurines (Goddess, King, Lucifer) | Non-stackable normally. Dedicated storage compresses them into digital data. |
Title: PSA: You don't need refrigerators for Primal Fear resources anymore! (S+ Guide)
I see so many bases on Primal Fear servers that are 50% refrigerators just to store blood and toxins. If you are running the Structures Plus (S+) mod, you can actually store these resources in Dedicated Storage boxes, but the game makes it confusing.
The Issue: If you try to drag and drop a bottle of Dinosaur Blood into a Dedicated Box, it often won't let you.
The Fix: You have to use automation.
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!
If the standard Snapshot method fails, you can manually force the box to accept the item using the Console Command method. This is the most reliable way to handle "unstable" mod items.
Steps:
Configure the Storage:
Once your INI is saved and the server is restarted, you still cannot type the name. Here is the correct workflow:
Pro Tip: Do not try to type "Celestial Blood." It will not appear. You must drag the physical item in first.
ARK: Survival Evolved thrives on player creativity and server customization. On modded servers using the popular Primal Fear mod, the influx of new resources, items, and mechanics can overwhelm existing storage systems—especially when players rely on dedicated storage (S Dedicated Storage) to manage large, persistent inventories. Integrating Primal Fear resources into your S Dedicated Storage improves organization, reduces lag caused by scattered item containers, and creates a smoother gameplay experience for all players. This essay explains why this integration matters, outlines steps to implement it, and highlights best practices for server administrators.
Why integrate Primal Fear resources?
Implementation steps
Map the storage schema
Modify S Dedicated Storage settings
Test on a staging server
Deploy and document
Best practices and considerations
Conclusion Adding Primal Fear resources to S Dedicated Storage is a practical improvement for modded ARK servers. It streamlines item management, reduces server strain, and enhances player experience. With a structured audit, careful configuration, and staged deployment, server administrators can integrate mod items cleanly and sustainably—keeping gameplay balanced and enjoyable while preserving the unique content Primal Fear brings to the world of ARK.
To add Primal Fear resources to S+ Dedicated Storage in ARK: Survival Evolved , you must configure your server's
files to recognize modded items that are not supported by default. By default, S+ Dedicated Storage primarily supports vanilla resources, but it can be expanded to include any stackable modded item through configuration. Configuration Steps Locate your GameUserSettings.ini file : This is typically found in your server's Saved/Config/WindowsServer/ (or Linux equivalent) directory. Add the Resource Pulling Code : Under the [StructuresPlus] header, use the PullResourceAdditions setting to add the class strings for Primal Fear items. Example format:
PullResourceAdditions=/Game/Mods/PrimalFear/Resources/PrimalItemResource_Blood_C,/Game/Mods/PrimalFear/Resources/PrimalItemResource_Hide_C Handle Non-Stackable Items
: Items like Primal Crystals or Honey may not work by default because they do not stack. To fix this, you must override their max quantity in your file under the [/script/shootergame.shootergamemode]
ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemConsumable_Honey_C",Quantity=(MaxItemQuantity=20,bIgnoreMultiplier=true)) Set Load Order Primal Fear
Structures Plus (S+) or Super Structures (SS) in your mod load order to prevent compatibility issues. Automation Tips Dedicated Storage Intake S+ Dedicated Storage Intake
to automatically deposit resources from your inventory or nearby dinos. Transfer Control Unit : Place an S+ Transfer Control Unit
to create presets that automatically move Primal Fear materials from crafters or dinos directly into their dedicated boxes. Manual Assignment
: If an item won't auto-set, name your dedicated storage box after the resource and use the S+ Transfer Tool's "name contains" filter to force the first transfer. pre-formatted list
of the most common Primal Fear resource class strings to copy into your config? AI responses may include mistakes. Learn more
S+ Additional Resource Pulling - Can't Get Primal Crystal to add
Integrating Primal Fear resources into S+ Dedicated Storage requires updating the GameUserSettings.ini file with specific item Blueprint Paths under the [StructuresPlus] header, often necessary for specialized items like bloods and souls. To ensure compatibility and enable automatic sorting via the S+ Dedicated Storage Intake, Primal Fear should be loaded above the Structures Plus mod. For the full list of resource Blueprint IDs, visit Steam Community. Super Structures :: Discussions - Steam Community
To add Primal Fear resources to S+ Dedicated Storage, you must modify your GameUserSettings.ini file to include the specific modded item paths. By default, S+ Dedicated Storage only supports vanilla resources, but it can be expanded to include any modded item using the PullResourceAdditions configuration line. Configuration Steps
Locate your INI file: Open your GameUserSettings.ini file. For servers, this is typically located in the Saved/Config/WindowsServer directory.
Add the S+ Header: Ensure you have the [StructuresPlus] header (or [SuperStructures] if using that version).
Insert Resource Codes: Add the PullResourceAdditions line with the Primal Fear blueprint paths. Each entry must follow the format: PathToBlueprint.ItemName,PathToBlueprint.ItemName. Required INI Snippet
Use the following format to enable common Primal Fear resources like Blood, Hide, and Souls:
[StructuresPlus] PullResourceAdditions=/Game/Mods/Primal_Fear/Resources/Blood/PrimalItemResource_PFBlood.PrimalItemResource_PFBlood,/Game/Mods/Primal_Fear/Resources/Hide/PrimalItemResource_PFHide.PrimalItemResource_PFHide,/Game/Mods/Primal_Fear/Resources/Souls/PrimalItemResource_PFSoul.PrimalItemResource_PFSoul Use code with caution. Copied to clipboard
(Note: Blueprint paths may vary slightly depending on your specific version of Primal Fear; ensure you verify the exact path using the mod's official documentation or Google Docs link provided by the developers). Key Features for Automation Super Structures :: Discussions - Steam Community
Storing Primal Fear (PF) resources in S+ (Structures Plus) Dedicated Storage is a common challenge for ARK players because many modded resources are not included in the S+ default "Pull" or "Dedicated Storage" lists. Add Primal Fear Resources To S Dedicated Storage On Ark
To fix this, you must manually add the resource blueprints to your server's configuration files. 1. Identify the Primal Fear Item Path
S+ needs the exact blueprint path of the Primal Fear item to recognize it. Common PF resources you may want to add include:
Primal Blood: /Game/Mods/Primal_Fear/Resources/PrimalItemResource_PrimalBlood.PrimalItemResource_PrimalBlood
Primal Hide: /Game/Mods/Primal_Fear/Resources/PrimalItemResource_PrimalHide.PrimalItemResource_PrimalHide
Primal Souls: /Game/Mods/Primal_Fear/Resources/PrimalItemResource_Soul_Generic.PrimalItemResource_Soul_Generic
Elemental Feathers: e.g., /Game/Mods/Primal_Fear/Dinos/Elemental/Griffin/Feathers/PrimalItemResource_FireFeather.PrimalItemResource_FireFeather 2. Configure the GameUserSettings.ini
You must edit your GameUserSettings.ini (GUS) file. This is usually located in your server's Saved/Config/WindowsServer (or LinuxServer) folder. Open GameUserSettings.ini.
Find the [StructuresPlus] header. If it doesn't exist, create it at the bottom of the file.
Use the PullResourceAdditions command to add your items. The format is a comma-separated list of the blueprint path followed by the item name. Example Entry:
[StructuresPlus] PullResourceAdditions=/Game/Mods/Primal_Fear/Resources/PrimalItemResource_PrimalBlood.PrimalItemResource_PrimalBlood,/Game/Mods/Primal_Fear/Resources/PrimalItemResource_PrimalHide.PrimalItemResource_PrimalHide Use code with caution. 3. Handle Non-Stacking Items
If a Primal Fear resource (like Primal Crystal or Wyvern Milk) does not normally stack, the Dedicated Storage bin may not accept it by default.
To fix this, you must override the stack size in your Game.ini file under the [/script/shootergame.shootergamemode] header:
ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_PrimalCrystal_C",Quantity=(MaxItemQuantity=100,bIgnoreMultiplier=true)) Use code with caution. 4. Setting the Resource in Game
Once you have updated the configuration and restarted the server: Craft an S+ Dedicated Storage bin.
Walk up to the bin and hold 'E' (or your action key) to open the radial menu. Select "Set Resource".
Search for your newly added Primal Fear resource in the list.
Use the S+ Dedicated Storage Intake or the S+ Transfer Tool to automate moving these items from your dinos into the bins. 5. Troubleshooting Common Issues
Item Not Showing: Ensure the item path in your GUS.ini is 100% accurate. Even a single missing character will prevent the item from appearing in the list.
Load Order: Some users report that placing the Primal Fear mod above S+ (or Super Structures) in the server load order can help with compatibility.
Super Structures (SS): If you are using the Super Structures mod instead of S+, the header in your GUS.ini must be [SuperStructures] instead of [StructuresPlus]. AI responses may include mistakes. Learn more
S+ Additional Resource Pulling - Can't Get Primal Crystal to add
Add Primal Fear Resources to S Dedicated Storage on Ark: A Step-by-Step Guide
Are you an Ark Survival Evolved server administrator looking to enhance your server's storage capabilities with Primal Fear resources? Look no further! This article will walk you through the process of adding Primal Fear resources to your S dedicated storage on Ark.
Prerequisites
Before we begin, ensure you have the following:
Step 1: Configure Primal Fear Resources
"Resources": [
"PF_Resource_1",
"PF_Resource_2",
"PF_Resource_3"
]
Replace PF_Resource_1, PF_Resource_2, and PF_Resource_3 with the actual resource names you want to add.
Step 2: Add Resources to S Dedicated Storage
"S Dedicated Storage":
"Resources": [
"PrimalFear.PF_Resource_1",
"PrimalFear.PF_Resource_2",
"PrimalFear.PF_Resource_3"
]
Replace PF_Resource_1, PF_Resource_2, and PF_Resource_3 with the same resource names you added in Step 1.
Step 3: Update Server Configuration
Verify Resources
Troubleshooting
If you encounter issues or resources are not showing up, check the following:
By following these steps, you should now have Primal Fear resources added to your S dedicated storage on Ark. Happy surviving!
To add Primal Fear resources to Dedicated Storage in ARK: Survival Evolved
, you typically use the Structures Plus (S+) or Super Structures (SS) mods. While many modded items are integrated by default, others may require specific configuration or load orders to function correctly. Core Setup & Automation
Dedicated Storage Unit: Use a Tek Replicator to craft these units. Once placed, you can designate a specific resource—including many Primal Fear items—for that unit to enable automatic deposits.
S+ Dedicated Storage Intake: This structure automates the collection process from your inventory or nearby dinos. You can enable "dino touch deposit," allowing you to simply walk into the intake while riding a dino to deposit all eligible resources into the connected storage network.
Massive Capacity: Each unit offers 10,000 slots and can hold vast quantities of resources (e.g., up to 2 million metal ingots), significantly outperforming standard vaults. Managing Modded Resources
If certain Primal Fear resources (like special blood, hides, or feathers) aren't showing up as options in your storage units, try these steps: Super Structures :: Discussions - Steam Community
To add Primal Fear resources to S+ Dedicated Storage (or Super Structures), you must update your server's configuration files with the specific blueprint paths of the modded items. By default, S+ storage only recognizes vanilla resources; manual additions are required for modded items like Primal Blood or Celestial Hide. 1. Access Configuration Files
You need to edit your GameUserSettings.ini file. If playing on a server, this must be done by the admin on the server side.
Solo/Local Path: SteamLibrary\steamapps\common\ARK\ShooterGame\Saved\Config\WindowsNoEditor\GameUserSettings.ini The S+ Dedicated Storage has a built-in feature
Server Path: Located in the server's ShooterGame/Saved/Config/ directory. 2. Add the Config Lines
Under the [StructuresPlus] or [SuperStructures] header (depending on which mod you use), add the PullResourceAdditions line. This is a comma-separated list of the item's blueprint path followed by its class name.
Format Example:PullResourceAdditions=/Path/To/Item.ItemClass,/Path/To/Item2.Item2Class 3. Common Primal Fear Resource Paths
While exact paths can vary by mod version, typical entries for popular Primal Fear items include:
Primal Blood: /Game/Mods/Primal_Fear/Resources/PrimalItemResource_PrimalBlood.PrimalItemResource_PrimalBlood
Celestial Hide: /Game/Mods/Primal_Fear/Resources/PrimalItemResource_CelestialHide.PrimalItemResource_CelestialHide
Demonic Hide: /Game/Mods/Primal_Fear/Resources/PrimalItemResource_DemonicHide.PrimalItemResource_DemonicHide
Toxic Blood: /Game/Mods/Primal_Fear/Resources/PrimalItemResource_ToxicBlood.PrimalItemResource_ToxicBlood 4. Implementation Steps Stop your server or close the game before editing files.
Paste the paths into the GameUserSettings.ini under the correct mod header. Save the file and restart the game. In-game, place a new S+ Dedicated Storage box.
Open the radial menu on the box and select "Set Resource". Your added Primal Fear items should now appear in the list. Pro Tip: Using the S+ Transfer Tool
If you have trouble finding the exact path for a specific resource, some players use the S+ Transfer Tool as a workaround. By naming a storage box (e.g., "PrimalStorage") and using the tool's "Name Contains" filter, you can force-pull items into the storage even if they aren't natively listed, though setting it as the "active" resource via config is more stable for long-term use.
Do you need the blueprint paths for a specific Primal Fear item that isn't listed here?
S+ Additional Resource Pulling - Can't Get Primal Crystal to add
To add Primal Fear resources to S+ (Structures Plus) Dedicated Storage, you must modify your server's configuration file to include the specific modded item paths. While many Primal Fear items are integrated by default, manually adding missing ones ensures they appear in the "Set Resource" list and the pulling system. 1. Identify the Resource Path
Every item in Ark has a unique blueprint path. You will need this path for the Primal Fear resources you want to add.
Example Path: /Game/Mods/Primal_Fear/Dinos/Elemental/Griffin/Feathers/PrimalItemResource_FireFeather.PrimalItemResource_FireFeather 2. Modify GameUserSettings.ini
You must add the PullResourceAdditions line under the [StructuresPlus] header in your GameUserSettings.ini file.
Locate your GameUserSettings.ini file (found in the Saved/Config/WindowsNoEditor or LinuxServer folder). Add or find the [StructuresPlus] header.
Add the following line, replacing the example paths with your desired Primal Fear resources:
[StructuresPlus] PullResourceAdditions=/Game/Mods/Primal_Fear/Path/To/Item.Item,/Game/Mods/Primal_Fear/Path/To/AnotherItem.AnotherItem Use code with caution. Copied to clipboard
Note: Use a comma to separate multiple items. Do not add spaces after the commas. 3. Ensure Stackability
Dedicated Storage requires items to be stackable. If a Primal Fear item (like certain blood or boss drops) is naturally non-stackable, it will not work in the storage unit even after adding the path. You can override this in Game.ini using ConfigOverrideItemMaxQuantity. 4. Setting the Resource in Game Once the config is updated and the server restarted: Place an S+ Dedicated Storage unit. Interact with it and select "Set Resource".
Scroll through the list; your added Primal Fear resources should now be selectable. 5. Alternative: S+ Transfer Tool
If you don't want to mess with config files, you can use the S+ Transfer Tool for manual sorting:
Name your Dedicated Storage boxes (e.g., "Fire Feather Box"). Open the S+ Transfer Tool.
Use the "Name Contains" search field at the bottom right to target your named storage and pull specific items from your inventory or nearby dinos into it.
Pro Tip: Use an S+ Dedicated Storage Intake to automatically deposit all compatible modded resources from your inventory or dino by simply walking past it.
Are there specific Primal Fear items you're struggling to find the blueprint paths for?
S+ Additional Resource Pulling - Can't Get Primal Crystal to add
The metal humming of the Tek Generator was the only constant in Kaelen’s life. For three hundred days on the corrupted Ark of Scorched Earth, he had tamed nothing bigger than a Parasaur. But that changed yesterday.
He had finally done it. A level 450 Celestial Wyvern, its feathers dripping with starlight and raw, chaotic energy, now perched on his metal roof. It was a creature from the Primal Fear mod—a god in a world of mortals. And it produced resources unlike any other: Pure Light Essence, Celestial Feathers, and Wrath-Tainted Blood.
The problem was his storage.
Every morning, he’d wake up to piles of these ethereal resources scattered across his workshop floor. His wooden boxes were full. His vaults overflowed with normal metal and crystal. But the Primal Fear loot? It was vanishing into thin air due to spoilage or cluttering his floor so badly that his game lagged.
“I can’t live like this,” he muttered, swatting a glowing feather out of his face.
In the corner of his base, covered in a dusty canvas tarp, sat his salvation: the S+ Dedicated Storage unit. It was a sleek, black-metal box with a glowing blue interface—a modded item designed to hold thousands of one specific resource type. But it was empty. And stubborn.
Kaelen had tried to drop the Celestial Feathers in. The storage unit just beeped Error: Unrecognized Resource.
“You and me both, buddy,” he sighed.
He pulled out his S+ Admin Panel—a small tablet he’d crafted after defeating the Alpha Celestial. He scrolled through the storage unit’s configuration menu.
Items Recognized:
He jabbed the “Add Custom Resource” button.
The screen flickered. A text bar appeared, blinking expectantly.
Kaelen took a deep breath and began typing. He had memorized the internal item IDs from the Primal Fear mod folder. One by one, he entered them:
PrimalFear_CelestialFeather_C PureLightEssence_PrimalFear WrathTaintedBlood_C Confirm: Once the item is placed in the
Each time he hit enter, the S+ Dedicated Storage would shiver. The blue light would pulse once, then turn a brilliant gold.
“Come on,” he whispered, typing the last one: ElementalFireCore_PF
He pressed CONFIRM.
The storage unit roared to life. The metal panels slid open, revealing a glowing, dimensional pocket. Kaelen ran to his Wyvern, harvested the glittering droppings from its tail, and ran back.
He held a single Primal Fear Chaos Shard over the unit’s intake port.
Whir-click.
The shard vanished into the storage. The unit’s display now read:
[S+ Dedicated Storage] Resource: Primal Fear Chaos Shard Quantity: 1 / 300,000
He laughed—a loud, unhinged laugh that echoed across the desert.
For the first time, his base was organized. His Wyvern could produce endlessly. His S+ Dedicated Storage now understood the language of gods.
He leaned against the wall, wiped Chaos Shard dust off his hands, and whispered to the empty base:
“Now… let’s go tame a Demonic Phoenix.”
The storage unit blinked once. Ready.
Primal Fear resources to S+ (Structures Plus) Dedicated Storage, you must
manually register the modded item class paths in your server's configuration file
. By default, the S+ Dedicated Storage only recognizes vanilla items; however, it is programmed to automatically include anything listed in the S+ "pull" menu. Steam Community Configuration Steps Access Config Files : Locate your GameUserSettings.ini file on your server or local machine. Add the Pull Line : Under the [StructuresPlus] header, add the PullResourceAdditions Input Class Paths
: Paste the specific Primal Fear item class paths, separated by commas. Essential Primal Fear Class Paths Add this snippet to your GameUserSettings.ini [StructuresPlus] to enable popular Primal Fear resources:
Dedicated Storage in ARK: Survival Ascended (or Evolved) is a game-changer for organization, but getting Primal Fear resources to behave with it can be tricky. Because Primal Fear introduces hundreds of custom items, they don’t always "auto-stack" or show up in the default dedicated storage menus without a little help.
Here is your comprehensive guide to setting up and optimizing Dedicated Storage for Primal Fear. Why Dedicated Storage is Vital for Primal Fear
Primal Fear is a "resource-heavy" mod. Between Elemental Blood, Potency Blood, and thousands of hides from Alpha or Apex kills, your standard large storage boxes will overflow in minutes.
Massive Capacity: Each Tek Dedicated Storage box holds thousands of stacks.
Inventory Management: It allows for "Withdraw Stack" and "Deposit All" functionality.
Stability: Reducing the number of physical loot bags or dropped items on the floor helps prevent server lag. Step 1: Unlocking and Crafting Before you can store anything, you need the tech.
The Tek Tier: Standard Dedicated Storage is a Tek-tier structure. You’ll need to defeat a Boss (like the Megapithecus or Broodmother) to unlock the Engram.
The Primal Fear Alternative: Check your Primal Fear Workbench. Depending on your specific server version or sub-mods (like Primal Fear Boss Expansion), there may be modded storage solutions that function similarly but are unlocked earlier.
Requirement: You will need Element to power the Dedicated Storage Intake if you want the "withdraw" wireless features to work. Step 2: Configuring for Custom Resources
The biggest hurdle is that standard Tek Dedicated Storage boxes are programmed for vanilla items. To add Primal Fear resources: Manual Selection Place your Dedicated Storage box. Access the radial menu (hold 'E' or your interact key). Select "Set Resource."
If the Primal Fear item (e.g., Caustic Blood) is in your inventory, it should appear in the searchable list. Select it to lock that box to that specific resource. The "Auto-Deposit" Workaround
If you find that the storage isn't pulling items from your inventory automatically:
Ensure the Intake (the small console) is powered and within range.
Check if the mod author has updated the "Item Class" names. Occasionally, custom items need to be manually dragged into the box the first time to "prime" the connection. Step 3: Essential Resources to Prioritize
You don't need a box for everything, but you definitely need them for these high-volume Primal Fear items: Blood Types: Toxic, Caustic, Electrical, and Fire Blood.
Potency Blood: This is the backbone of high-tier kibble and needs massive storage. Primal Blood: Dropped by high-tier wild dinos.
Dino Souls: If your server allows soul storage in dedicated boxes.
Alpha/Apex Hide: You will get significantly more of this than regular hide. Step 4: Pro-Tips for Organization
Color Coding: Use a Paintbrush or Spray Painter to color-code your boxes. Green for Toxic, Red for Fire, Blue for Electrical. It makes finding resources at a glance much faster.
The "Dump" Chest: Place a Tek Dedicated Storage Intake near your main landing pad. When you return from a farm, one click will suck all Primal Fear resources out of your inventory and into their respective boxes.
Labeling: Use the "Set Label" option to clearly mark what is in each box, especially for different tiers of Orbs or Essence. Troubleshooting Common Issues
Item Not Showing Up: If a Primal Fear item won't list in the "Set Resource" menu, drop the item on the floor and pick it back up to refresh your inventory state.
Mod Conflicts: If you are using "Structures Plus (S+)" or "Super Structures (SS)," use the S+ Dedicated Storage. It has much better compatibility with modded items than the vanilla Tek version.
Stack Size Mods: If you use a separate stack mod, ensure it is loaded after Primal Fear in your mod order, or the Dedicated Storage might get confused by the changed item weights.
💡 Key Takeaway: Always use S+ (Structures Plus) versions of Dedicated Storage if available, as they are specifically coded to recognize custom modded item classes like those in Primal Fear. If you want to dive deeper into this setup, let me know: Are you using S+ (Structures Plus) or vanilla Tek? Do you have a Stacking Mod active?
Which tier of Primal Fear are you currently tackling (Alpha, Apex, Celestial)?
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.
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: