ARK: Survival Evolved

ARK: Survival Evolved

Saddle Emporium
 This topic has been pinned, so it's probably important
Nivea  [developer] 8 Mar, 2019 @ 3:15pm
How to Hide Engrams or Change Engrams requirements
This page gives a ton of info on how to change these things to fit your servers, I suggest you check it out:
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=602282568

The basics however are:

OverrideNamedEngramEntries=(EngramClassName="EngramEntry_NameOfEngram_C",EngramHidden=false,EngramPointsCost=4,EngramLevelRequirement=3,RemoveEngramPreReq=false)

- EngramClassName= EngramEntry_NameOfEngram_C <-- That "_C" has to be there!
- EngramHidden= True or False <--- False to SHOW the Engram; True to HIDE the Engram
- EngramPointsCost= How much does the Engram Cost in Engram Points
- EngramLevelREquirement= What Level do they get the Engram
- RemoveEngramPreReq= True or Fale <--- This removes the requirements an Engram has.

You can find all of my codes in this forum.

EXAMPLE: This should remove the requirement for the trike saddles.

OverrideNamedEngramEntries=(EngramClassName="EngramEntry_Saddle_Trike_NivSadEmp_C",EngramHidden=false,EngramPointsCost=0,EngramLevelRequirement=16,RemoveEngramPreReq=true)
Last edited by Nivea; 26 Mar, 2019 @ 6:09pm