Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Kinda sad cus it would be a nice mod to have but, can do much.
In
CleanSourceConfigs
or
WindowsNoEditor ?
I use your mod since a long time with good results, but just encountered a biiig problem: since the last level increase, my XP is suddenly NEGATIVE and anything I do DECREASES my XP. Help needed, very urgently!
Here another suggestion: create a "Book if Wisdom" (or an encyclopedia) that can be found somewhere or be crafted. Reading it, it boosts the player's XP. Permanently. Each reading gives, let's say, 100 XP. or 50. Or 200. Maybe even different books. Or it could be some sort of mushroom(s). Consume it and the animal or the player gains XP. To make it cool, the XP gain could be random range: -5 to +200).
?
Something like this:
[XPBuffSettings]
XPBuffMultiplier[0]=3
XPBuffMaxXP[0]=4350
XPBuffMultiplier[1]=2
XPBuffMaxXP[1]=8350
XPBuffMultiplier[2]=1
XPBuffMaxXP[2]=16050
About the duration: I can make that editable via ini settings. Expect an update probaly this weekend.
[/script/shootergame.shootergamemode]
OverrideNamedEngramEntries=(EngramClassName="EngramEntry_XPBuffMod_C",EngramHidden=true)
Disabling the engram should work, you can spawn the buff item with the command: cheat giveitem "Blueprint'/Game/Mods/XPBuffMod/PrimalItemConsumable_XPBuffMod.PrimalItemConsumable_XPBuffMod'" 1 1 false
The mod should work out of the box if you install and enable it in ARK. The default settings are double XP until Level 40.
If you want to customize the values you need to add the settings block above to your GameUserSettings.ini located in ARK\ShooterGame\Saved\Config\WindowsNoEditor
Let me know if you still have questions!