ARK: Survival Evolved

ARK: Survival Evolved

Not enough ratings
Crafting Skill Potion Guide
By Firesolved
This is a guide to help you understand the Crafting Skill Potion mod and what its INI options do.
   
Award
Favorite
Favorited
Unfavorite
Engram Name and Override Crafting Cost
Engram name: PrimalItemConsumable_CraftingSkillPotion_C

If you would like to change the crafting cost you can do so by adding this line into your Game.INI file. In this example, the crafting cost would require one piece of fiber.

ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemConsumable_CraftingSkillPotion_C",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemResource_Fibers_C",BaseResourceRequirement=1.0,bCraftingRequireExactResourceType=false)))
Mod Config - INI Default Values
To modify these settings, place the Crafting Skill Potion INI in your GameUserSettings.ini file. If you choose to not modify these INI settings, the default settings listed below will be used.

Single player INI location

Server INI location

You must include the header [CraftingSkillPotion] as indicated below. Underneath, you only need to include the options you wish to override and you should never have duplicate entries.

[CraftingSkillPotion]
ActivationMessageDisplayTime=5.0
BaseStatMultiplierHealth=1.0
BaseStatMultiplierStamina=1.0
BaseStatMultiplierOxygen=1.0
BaseStatMultiplierFood=1.0
BaseStatMultiplierWater=1.0
BaseStatMultiplierWeight=1.0
CombatDuration=30.0
CraftingSkillCheatWeight=1000.0
CraftingSkillCooldownDuration=60.0
CraftingSkillDuration=120.0
DeactivationMessageDisplayTime=5.0
DisplayActivationMessage=false
DisplayDeactivationMessage=false
EnableCheatWeight=false
EnableCombatCheck=false
EnableExtendBuffTime=false
EnableManualDeactivation=false
EnablePotionCooldown=false
EnableRestoreHealth=false
EnableRestoreStamina=false
EnableRestoreOxygen=false
EnableRestoreFood=false
EnableRestoreWater=false
Mod Config - INI Option Descriptions
OPTION NAME
DESCRIPTION
ActivationMessageDisplayTime
When "DisplayActivationMessage" is true, the player receives a notification at the top of their screen when consuming a potion. Use this setting to change the duration of that notification.

Default Value: 5.0
Min Value: 1.0
Max Value: 10.0
BaseStatMultiplierHealth
When the crafting skill buff is activated, player stats are reset to the base ARK stats and all available points are applied to crafting skill. This option allows you to control the base multiplier of the health stat when it is reset.

1.0 = 100.0 Health
2.0 = 200.0 Health

Default Value: 1.0
Min Value: 0.0000001
Max Value: 1000.0
BaseStatMultiplierStamina
When the crafting skill buff is activated, player stats are reset to the base ARK stats and all available points are applied to crafting skill. This option allows you to control the base multiplier of the stamina stat when it is reset.

1.0 = 100.0 Stamina
2.0 = 200.0 Stamina

Default Value: 1.0
Min Value: 0.0000001
Max Value: 1000.0
BaseStatMultiplierOxygen
When the crafting skill buff is activated, player stats are reset to the base ARK stats and all available points are applied to crafting skill. This option allows you to control the base multiplier of the oxygen stat when it is reset.

1.0 = 100.0 Oxygen
2.0 = 200.0 Oxygen

Default Value: 1.0
Min Value: 0.0000001
Max Value: 1000.0
BaseStatMultiplierFood
When the crafting skill buff is activated, player stats are reset to the base ARK stats and all available points are applied to crafting skill. This option allows you to control the base multiplier of the food stat when it is reset.

1.0 = 100.0 Food
2.0 = 200.0 Food

Default Value: 1.0
Min Value: 0.0000001
Max Value: 1000.0
BaseStatMultiplierWater
When the crafting skill buff is activated, player stats are reset to the base ARK stats and all available points are applied to crafting skill. This option allows you to control the base multiplier of the water stat when it is reset.

1.0 = 100.0 Water
2.0 = 200.0 Water

Default Value: 1.0
Min Value: 0.0000001
Max Value: 1000.0
BaseStatMultiplierWeight
When the crafting skill buff is activated, player stats are reset to the base ARK stats and all available points are applied to crafting skill. This option allows you to control the base multiplier of the weight stat when it is reset.

1.0 = 100.0 Weight
2.0 = 200.0 Weight

Default Value: 1.0
Min Value: 0.0000001
Max Value: 1000.0

If the option "EnableCheatWeight" is activated, this setting will be overridden.
CombatDuration
If "EnableCombatCheck" is true, stats will not be restored if the player has engaged in combat within this amount of time (in seconds). Combat is defined as receiving or dealing any amount of damage.

Default Value: 30.0
Min Value: 0.0000001
Max Value: 10000.0
CraftingSkillCheatWeight
If "EnableCheatWeight" is true, this controls the amount of weight the player will receive while the crafting skill buff is active.

Default Value: 1000.0
Min Value: 0.0000001
Max Value: 10000.0
CraftingSkillCooldownDuration
If "EnablePotionCooldown" is true, this controls how long (in seconds) a player must wait before being able to consume another crafting skill potion.

Default Value: 60.0
Min Value: 0.0000001
Max Value: 10000.0
CraftingSkillDuration
Controls the amount of time (in seconds) in which the crafting skill buff is active.

Default Value: 120.0
Min Value: 0.0000001
Max Value: 10000.0
DeactivationMessageDisplayTime
When "DisplayDeactivationMessage" is true, the player receives a notification at the top of their screen when the potion buff expires. Use this setting to change the duration of that notification.

Default Value: 5.0
Min Value: 1.0
Max Value: 10.0
DisplayActivationMessage
Enable this setting to display a notification at the top of the player's screen when they consume a potion. The activation message will display how many points were applied to their crafting skill stat.

Default Value: false
DisplayDeactivationMessage
Enable this setting to display a notification at the top of the player's screen when their potion buff expires. The deactivation message will confirm your original stats were restored and display how many levels were applied to each stat.

Default Value: false
EnableCheatWeight
True: While the crafting skill buff is activated, players will get a weight boost to prevent them from being encumbered. The amount of weight players receive is controlled by the setting "CraftingSkillCheatWeight".

Default Value: false
EnableCombatCheck
True: When the crafting skill buff expires, player stats will only be restored if they have not recently engaged in combat. Combat is defined as either receiving or dealing any amount of damage.

Default Value: false
EnableExtendBuffTime
True: Allows players to consume additional potions while the crafting skill buff is active, which extends the buff timer.

Default Value: false
EnableManualDeactivation
True: Allows players to manually remove the crafting skill buff instead of having to wait for the remaining timer to expire. Hold R to access radial menu.

Default Value: false
EnablePotionCooldown
True: Gives players a debuff when the crafting skill buff deactivates which prevents them from consuming a new crafting skill potion.

Default Value: false
EnableRestoreHealth
True: When the crafting skill buff timer expires, the player will have their health restored to what it was prior to consuming the potion.

Default Value: false
EnableRestoreStamina
True: When the crafting skill buff timer expires, the player will have their stamina restored to what it was prior to consuming the potion.

Default Value: false
EnableRestoreOxygen
True: When the crafting skill buff timer expires, the player will have their oxygen restored to what it was prior to consuming the potion.

Default Value: false
EnableRestoreFood
True: When the crafting skill buff timer expires, the player will have their food restored to what it was prior to consuming the potion.

Default Value: false
EnableRestoreWater
True: When the crafting skill buff timer expires, the player will have their water restored to what it was prior to consuming the potion.

Default Value: false
Frequently Asked Questions
Can I get higher tier items of what I'm crafting?
No. If you craft a ramshackle quality item, it will always give you a ramshackle item. The potion only increases your crafting skill to the max it can possibly be, which gives you a chance to increase the armor, damage, durability, etc. of your items.

Will you be bringing this mod to ARK: Survival Ascended?
Yes.
4 Comments
Firesolved  [author] 19 Oct, 2023 @ 10:30am 
@crocking5566 the following INI option must be set to true:

EnableManualDeactivation=true
crocking5566 19 Oct, 2023 @ 2:46am 
how to disable the potion .i saw video and dont have to wait for 2 min
Wikinger 2 Sep, 2022 @ 8:52am 
PrimalItemConsumable_CraftingSkillPotion_C
Ryano 13 Jun, 2022 @ 5:29am 
Engram name?