ARK: Survival Evolved

ARK: Survival Evolved

Super Structures
Co2teL 6. juni 2021 kl. 11:59
Help with SS Dedicated Storage.
Can someone help me figure it out how to owerride the crafting requirements of this item so that it wont require the Ammonite Bile wich i cannot get on Genesis 2 map?
It can require lets say crystal instead.
I was looking for crafting cost owerride on another building and thought to swich the names but i dont know the real ID of this SS dedicated Storage.

Please Help. Thanks Anticipated.
< >
Viser 1-10 af 10 kommentarer
BastogneTBC 6. juni 2021 kl. 13:45 
look at the thread titles everything you need to know, I would bet it it there then go to the ark page that tells you how to do exactly what you are asking to do.
Co2teL 6. juni 2021 kl. 15:09 
i didnt found .. I need help not to point me where i need to find in 200 years .. if you can help ok if not thanks for trying.
zerassar 6. juni 2021 kl. 16:45 
Bastogne would be correct. The mod is very thoroughly documented and the pinned discussions are a gold mine.

Pinned discussion "Everything you need to know". Followed by "Spawn codes".
This document contains all engram, and item ID's. These are what you will use for engram, or crafting overrides.

As an FYI though, you dont need some precompiled list of ID's to do this.
They are literally based on the file/folder names in your game/mod files.
Assuming the mod author followed best practice...
Engrams start with EngramEntry.
Items start with PrimalItem/PrimalStructure/etc.

You need to drop the *.uasset from the file names. And typically add an _C if working with "classes". But you should be fine as long as you keep the examples on one screen whilst you're working on your config.
Amile 8. juni 2021 kl. 12:52 
Not necessarily about changing the crafting costs, but there are Ammonites on Genesis 2....
Co2teL 8. juni 2021 kl. 19:02 
Oprindeligt skrevet af Amile:
Not necessarily about changing the crafting costs, but there are Ammonites on Genesis 2....
PLease tell me where i can find ammonites .. i dont mind farming for them ... i am no slacker.
WEH 9. juni 2021 kl. 4:29 
Oprindeligt skrevet af Co2teL:
Oprindeligt skrevet af Amile:
Not necessarily about changing the crafting costs, but there are Ammonites on Genesis 2....
PLease tell me where i can find ammonites .. i dont mind farming for them ... i am no slacker.
When on the green biome, you can see these "silos" in the water, there are tunnels underneath them that lead to the 'deep ocean' of gen2. You'll find them there.
Amile 9. juni 2021 kl. 6:20 
In the underground ocean under Eden North
Lunar 9. juni 2021 kl. 9:05 
I'd like to override the item crafting cost for SS tek dedicated storage, but I'm having trouble also. I found the line to put into Game.ini, but I'm not sure how to identify the item I want to change:

ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemStructure_WHATDOIPUTHERE_C",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemResource_BlackPearl_C",BaseResourceRequirement=4.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemResource_Crystal_C",BaseResourceRequirement=75.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemResource_Element_C",BaseResourceRequirement=3.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemResource_MetalIngot_C",BaseResourceRequirement=125.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemResource_Polymer_C",BaseResourceRequirement=55.0,bCraftingRequireExactResourceType=false)))

ItemClassString seems to be what identifies it, but I can't find that string for the SS Tek Dedicated Storage. The best I can find is the blueprint path: /Game/Mods/StructuresPlusMod/Misc/DedicatedStorage/PrimalItemStructure_DedicatedStorageSP.PrimalItemStructure_DedicatedStorageSP

I got that path from this page: https://usebeacon.app/spawn/?mod_id=397741a2-b35c-46a0-8cb0-1b61ff7d3d29

Is there an ItemClassString listed somewhere that I'm missing?
Lunar 9. juni 2021 kl. 9:25 
Just to help everyone out who wants to do this ...

This page has a link to EngramOverrides, which has some limited info on how to find the correct ItemClassString by searching through the mod folder:
https://steamhost.cn/steamcommunity_com/workshop/filedetails/discussion/1999447172/3896114028903653079/

This page has the Game.ini setting you want to use:
https://ark.fandom.com/wiki/Server_configuration#ConfigOverrideItemCraftingCosts

This page has a nice generator to create (most) of the entry for you:
http://www.nipiro.de/ark_generator.php?sk=6

So (I think) the complete line is:

ConfigOverrideItemCraftingCosts=(ItemClassString="EngramEntry_DedicatedStorageSP",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemResource_BlackPearl_C",BaseResourceRequirement=4.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemResource_Crystal_C",BaseResourceRequirement=75.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemResource_Element_C",BaseResourceRequirement=3.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemResource_MetalIngot_C",BaseResourceRequirement=125.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemResource_Polymer_C",BaseResourceRequirement=55.0,bCraftingRequireExactResourceType=false)))
Lunar 9. juni 2021 kl. 10:52 
Nope, the correct ItemClassString="PrimalItemStructure_DedicatedStorageSP_C"
@Zerassar, thanks for the pointers.
< >
Viser 1-10 af 10 kommentarer
Per side: 1530 50