ARK: Survival Evolved

ARK: Survival Evolved

Modded Dino Potions
 Denne tråd er blevet fastgjort, så den er sikkert vigtig
DanseMacabre  [udvikler] 21. juli 2017 kl. 15:17
How to edit the cooldown timers and crafting requirements
Cooldown Timers

PrimalItemConsumable_PrimitiveHPpotion_C PrimalItemConsumable_RamshackleHPpotion_C PrimalItemConsumable_ApprenticeHPpotion_C PrimalItemConsumable_JourneymanHPpotion_C PrimalItemConsumable_MasterCraftHPpotion_C PrimalItemConsumable_AscendantHPpotion_C

Cooldown timers default to 0, the timer is always measured in seconds. Go to the .ini file and follow the example below, where the number is, is the amount of seconds you want the cool down to be

-- Example GUS.ini entry --

[Potioncooldowns]

HPCooldown=25

Crafting Cost
Here is an example of some code to override the crafting cost of an item

This code is changing the crafting cost of the primitive HP Potion to 100 thatch, 50 wood, 100 fiber, and 20 hide.

ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemConsumable_PrimitiveHPpotion_C",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemResource_Thatch_C",BaseResourceRequirement=100.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemResource_Wood_C",BaseResourceRequirement=50.0,bCraftingRequireExactResourceType=false), (ResourceItemTypeString="PrimalItemResource_Fiber_C",BaseResourceRequirement=100.0,bCraftingRequireExactResourceType=false), (ResourceItemTypeString="PrimalItemResource_Hide_C",BaseResourceRequirement=20.0,bCraftingRequireExactResourceType=false)))

For more information check out this link

special thanks to Fate, here is some additional information
Sidst redigeret af DanseMacabre; 3. sep. 2017 kl. 12:37
< >
Viser 1-8 af 8 kommentarer
Fate (-{SoH}-) 12. aug. 2017 kl. 13:30 
I think this mod is awesome :3

Personaly defaulted the cooldown to 30 seconds and will change prices so primitive requires tinto berrys and raw meat while all the way on the other end the asended will cost a giga heart with honey. (yummy)
Sidst redigeret af Fate (-{SoH}-); 3. sep. 2017 kl. 0:11
DanseMacabre  [udvikler] 12. aug. 2017 kl. 23:54 
Thanks so much for this helpful information Fate! I am glad you are enjoying it!
Fate (-{SoH}-) 12. aug. 2017 kl. 23:58 
@Dan how could i not when your the only one i'v found thats not only balanced but allows customization of cooldowns and prices :3
Fate (-{SoH}-) 3. sep. 2017 kl. 0:10 
Hey Dan first mind deleting the copy/paste of my text it's kinda embaressing xD
"even more so since it has spelling mistakes"

Second i decided to go through it and get the codes "i had to do some price overrides as i found it required too many rare flowers and rare mushrooms"

So i'll put them here and you copy paste that part above "not my entire post" and it would be super useful to others as personaly i had to do multiple attempts to get the spelling correct,

PrimalItemConsumable_PrimitiveHPpotion_C
PrimalItemConsumable_RamshackleHPpotion_C
PrimalItemConsumable_ApprenticeHPpotion_C
PrimalItemConsumable_JourneymanHPpotion_C
PrimalItemConsumable_MasterCraftHPpotion_C
PrimalItemConsumable_AscendantHPpotion_C


There you go just copy paste those commands to the top and that will be super helpful to server owners.
Hope that helps =-)
Rage_Pampam 12. jan. 2018 kl. 3:27 
Can someone pls give me an example of how do i increase the cooldown. I dont get it -.-
Do i have to write it in the game.ini or gameusersettings.ini??
and then like
PrimalItemConsumable_PrimitiveHPpotion_C",HPCooldown=25

or

Copy/Paste

[Potioncooldowns]

HPCooldown=25

or how? :D

Both doesnt work for me :/
Sidst redigeret af Rage_Pampam; 12. jan. 2018 kl. 4:49
CDClone 6. apr. 2018 kl. 9:16 
seems i cant figure the cooldown timer out either... set mine to 900 but the cooldown counts down from 10, and if you take them out of the dino inventory and put them back in you can use them after that...
Fate (-{SoH}-) 8. apr. 2018 kl. 11:22 
@clonie and rage You want to open Gameusersettings.ini and at the dead bottom paste

[Potioncooldowns]
HPCooldown=30

Atleast that works for me.

I'll jump on later to double check if needed.
CDClone 8. apr. 2018 kl. 13:52 
Fate i got the exat same... ecept a different number...

[Potioncooldowns]
HPCooldown=900

But it only counts down from 10...
Sidst redigeret af CDClone; 8. apr. 2018 kl. 13:52
< >
Viser 1-8 af 8 kommentarer
Per side: 1530 50