ARK: Survival Evolved

ARK: Survival Evolved

Modded Dino Potions
 This topic has been pinned, so it's probably important
DanseMacabre  [developer] 21 Jul, 2017 @ 3:17pm
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
Last edited by DanseMacabre; 3 Sep, 2017 @ 12:37pm
< >
Showing 1-8 of 8 comments
Fate (-{SoH}-) 12 Aug, 2017 @ 1:30pm 
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)
Last edited by Fate (-{SoH}-); 3 Sep, 2017 @ 12:11am
DanseMacabre  [developer] 12 Aug, 2017 @ 11:54pm 
Thanks so much for this helpful information Fate! I am glad you are enjoying it!
Fate (-{SoH}-) 12 Aug, 2017 @ 11:58pm 
@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 @ 12:10am 
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 @ 3:27am 
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 :/
Last edited by Rage_Pampam; 12 Jan, 2018 @ 4:49am
CDClone 6 Apr, 2018 @ 9:16am 
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 @ 11:22am 
@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 @ 1:52pm 
Fate i got the exat same... ecept a different number...

[Potioncooldowns]
HPCooldown=900

But it only counts down from 10...
Last edited by CDClone; 8 Apr, 2018 @ 1:52pm
< >
Showing 1-8 of 8 comments
Per page: 1530 50