Ark how to delete mods

broken image
broken image

To change the cost of the engram change this bit: EngramPointsCost=9999 to the cost you would like. To hide the engram set EngramHidden=True in the code (to not hide it, set to false) Make sure there are no spaces between the ' and the classname OverrideNamedEngramEntries=(EngramClassName='EngramEntry_Electronics_C',EngramHidden=True,EngramPointsCost=9999,EngramLevelRequirement=0,RemoveEngramPreReq=False) Next to it you will see a 'classname' that looks similar this:Ĭopy the classname and add it to your code you added in step 3 where 'INSERTENGRAMNAMEHERE' is, so it looks similar to this: Go to this page: and find the Engram you want to change.įor example, Electronics. OverrideNamedEngramEntries=(EngramClassName='INSERTENGRAMNAMEHERE',EngramHidden=True,EngramPointsCost=9999,EngramLevelRequirement=0,RemoveEngramPreReq=False)

broken image

Paste the below code in the file, it must be placed on its own separate line: Scroll to the bottom and expand the Other Settings box Log in to the control panel and go to your game servers dashboard.Ĭlick Game Services on the left hand side (you may need to expand 'Game and Voice Management', then select the server you want to edit.Ĭlick the Config Files button then the Configuration Editor for the Game.ini file. To edit an engram in ARK: Survival Evolved, such as to hide it so people cant use it, change the cost, level requirement or removing any pre-requirements, please follow the below steps: