Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
You mentioned you subbed BP but I still see them in the code, and also, if I want water back as a requirement, how would I add it?
Please can you elaborate as I want to understand how it works should I want to use this method again.
Thanx.
You can change most things in this way, vanilla or modded items. The name is usually easy to find. If its a base game item the wiki is a simple way, and if its a modded item, with a little practice you can spot the correct name within the mod folder (get the mod ID from the workshop page address and then go into the corresponding mod folder within your Ark install).
For eg, if you are like me and find the amount of metal ingots needed on the roll rat saddle to be too steep, I would go to here[ark.gamepedia.com] and then by the spawn command click [expand], and copy out the appropriate part, in this case "PrimalItemArmor_MoleRatSaddle" (adding _C in the ini). If you just want to adjust the mat amounts, sticking to the same formula, they will be listed just below. So, keeping the same formula, but reducing the metal ingot count to 115, gives you this:
ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemArmor_MoleRatSaddle_C",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemResource_Hide_C",BaseResourceRequirement=270.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemResource_Fibers_C",BaseResourceRequirement=150.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemResource_Gem_Fertile_C",BaseResourceRequirement=45.0,bCraftingRequireExactResourceType=true),(ResourceItemTypeString="PrimalItemResource_ChitinPaste_C",BaseResourceRequirement=85.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemResource_MetalIngot_C",BaseResourceRequirement=115.0,bCraftingRequireExactResourceType=false)))
As for adding water to your broth recipe, you can use
PrimalItemConsumableEatable_WaterContainer_C
*E: I see water does not have a command name on the wiki, I dont recall now how I came to use this. Perhaps from digging around in the files :s
Much appreciated.