ARK: Survival Evolved

ARK: Survival Evolved

ZeroGSpeedGlider
 此主題已被置頂,因此它可能很重要
sT!ngA  [開發人員] 2018 年 7 月 13 日 下午 12:07
How to change the crafting level and engram points
If you like to change the required crafting level to learn the engram, you can add this line to your Game.ini and change the "EngramPointsCost=2" and the "EngramLevelRequirement=10" to your needs.

OverrideNamedEngramEntries=(EngramClassName="EngramEntry_Glider_SG_C",EngramHidden=false,EngramPointsCost=2,EngramLevelRequirement=10,RemoveEngramPreReq=false)

If your game.ini is complete empty, you must add this to your empty game.ini:

[/script/shootergame.shootergamemode]
OverrideNamedEngramEntries=(EngramClassName="EngramEntry_Glider_SG_C",EngramHidden=false,EngramPointsCost=2,EngramLevelRequirement=50,RemoveEngramPreReq=false)