ARK: Survival Evolved

ARK: Survival Evolved

Skins Crafter
 This topic has been pinned, so it's probably important
La-La-La-Lava  [developer] 9 Apr, 2020 @ 8:58pm
Guide Override crafting cost INI option.
Many people ask me to give them an option for INI to change crafting cost, but I'm not good at INI option. All of thing I can do is make it easier. Now you don't have to change crafting cost of each skin, but you change major item to change crafting cost for them all.

If there is any problem or don't understand you can ask me to writing code for you.

I added 3 items to this mod so, user can change crafting cost easier.
Put the code in Game.ini


Special Hair to craft hair and moustache
Special Emote to craft Emote
Golden skin to craft skins

For example I want to change crafting cost for hair you need to change crafting cost for Special Hair. First you need to choose class name of it, here are the list of class name.

PrimalItemResource_special_hair_C

PrimalItemResource_special_emote_C

PrimalItemResource_GoldenNugget_skins_C


After you choose your class name put it in code line below then change crafting cost.

Example of Special Hair


ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemResource_special_hair_C",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemResource_Sand_C",BaseResourceRequirement=1.000000,bCraftingRequireExactResourceType=False),(ResourceItemTypeString="PrimalItemResource_Sulfur_C",BaseResourceRequirement=1.000000,bCraftingRequireExactResourceType=False),(ResourceItemTypeString="PrimalItemResource_RawSalt_C",BaseResourceRequirement=1.000000,bCraftingRequireExactResourceType=False)))

You need to change BaseResourceRequirement to what number you want from example is just 1 it means you need 1 item to craft.
Now you have a look at ResourceItemTypeString this also a Class name.
You need to change it to what you want. From example it need 1 Sand, 1 Sulfur and 1 Rawsalt to craft 1 special hair.

You can find Class name from Ark Wiki.
Last edited by La-La-La-Lava; 9 Apr, 2020 @ 9:03pm