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)