ARK: Survival Evolved

ARK: Survival Evolved

Ver estadísticas:
Cavello 22 DIC 2017 a las 6:51
Broth of enlightenment Aberration
Is the broth possible to make in abberation? i know you can use rhino horns or deathworm horns.
Última edición por Cavello; 22 DIC 2017 a las 6:53
< >
Mostrando 16-21 de 21 comentarios
N3M1S1S 11 ENE 2018 a las 2:06 
Publicado originalmente por Sharla Smith - Daughter of Erwin:
Publicado originalmente por HerrFaul:

How did you change the recipe? I think rockdrake feathers is more than a fair substitute.

ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemConsumable_TheHorn_C'",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemConsumable_Berry_Mejoberry",BaseResourceRequirement=10.0,bCraftingRequireExactResourceType=false),BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemConsumable_Veggie_Rockarrot",BaseResourceRequirement=2.0,bCraftingRequireExactResourceType=false),BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemConsumable_Veggie_Savoroot",BaseResourceRequirement=2.0,bCraftingRequireExactResourceType=false),BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemConsumable_Veggie_Citronal",BaseResourceRequirement=2.0,bCraftingRequireExactResourceType=false),BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemResource_ApexDrop_RockDrake",BaseResourceRequirement=5.0,bCraftingRequireExactResourceType=false),((ResourceItemTypeString="PrimalItemResource_BlackPearl,BaseResourceRequirement=1.0,bCraftingRequireExactResourceType=false),((ResourceItemTypeString="PrimalItemConsumable_Veggie_Longrass",BaseResourceRequirement=2.0,bCraftingRequireExactResourceType=false)))

Removed the water requiremen and was a huge ♥♥♥♥♥ to edit, but there you go~! Put that in your Game.ini
Thanx Sharma for your code, but please assist with the recourse requirements as per your modification.

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.
RaptorNatho 11 ENE 2018 a las 2:11 
they should make a special drop from a basilisk for a abb subsstitude
Sharla Smith 11 ENE 2018 a las 11:50 
Publicado originalmente por N3M1S1S:
Publicado originalmente por Sharla Smith - Daughter of Erwin:

ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemConsumable_TheHorn_C'",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemConsumable_Berry_Mejoberry",BaseResourceRequirement=10.0,bCraftingRequireExactResourceType=false),BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemConsumable_Veggie_Rockarrot",BaseResourceRequirement=2.0,bCraftingRequireExactResourceType=false),BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemConsumable_Veggie_Savoroot",BaseResourceRequirement=2.0,bCraftingRequireExactResourceType=false),BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemConsumable_Veggie_Citronal",BaseResourceRequirement=2.0,bCraftingRequireExactResourceType=false),BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemResource_ApexDrop_RockDrake",BaseResourceRequirement=5.0,bCraftingRequireExactResourceType=false),((ResourceItemTypeString="PrimalItemResource_BlackPearl,BaseResourceRequirement=1.0,bCraftingRequireExactResourceType=false),((ResourceItemTypeString="PrimalItemConsumable_Veggie_Longrass",BaseResourceRequirement=2.0,bCraftingRequireExactResourceType=false)))

Removed the water requiremen and was a huge ♥♥♥♥♥ to edit, but there you go~! Put that in your Game.ini
Thanx Sharma for your code, but please assist with the recourse requirements as per your modification.

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.
I subbed the Horns, not the Black Pearls.. And I have no clue how to add water back, that's why I left it out XD
Tiramisu 11 ENE 2018 a las 13:13 
Publicado originalmente por Sharla Smith - Daughter of Erwin:
Publicado originalmente por N3M1S1S:
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.
I subbed the Horns, not the Black Pearls.. And I have no clue how to add water back, that's why I left it out XD
It was me who subbed the Black Pearls :) Probably explains why you were confused to then see it in that code Sharla posted.

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
Última edición por Tiramisu; 11 ENE 2018 a las 13:18
Sharla Smith 11 ENE 2018 a las 15:58 
Publicado originalmente por Pickle Rick:
Publicado originalmente por Sharla Smith - Daughter of Erwin:
I subbed the Horns, not the Black Pearls.. And I have no clue how to add water back, that's why I left it out XD

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
Ah thank you :D I was wondering about that.
N3M1S1S 11 ENE 2018 a las 20:41 
Thank you guys & girls XD

Much appreciated. :steamhappy:
< >
Mostrando 16-21 de 21 comentarios
Por página: 1530 50

Publicado el: 22 DIC 2017 a las 6:51
Mensajes: 21