ARK: Survival Evolved

ARK: Survival Evolved

Industrial Freezer v3.2b
 This topic has been pinned, so it's probably important
Bolisaris  [developer] 19 Feb, 2018 @ 3:09am
How to hide the models in this mod.
Okay so you do not want to use the balanced freezer but want to have the normal one available then copy the following code and put it in your Game.ini file

OverrideNamedEngramEntries=(EngramClassName="EngramEntry_Balanced_Freezer_C",EngramLevelRequirement=55,EngramPointsCost=3,EngramHidden=True,RemoveEngramPreReq=False)
OverrideNamedEngramEntries=(EngramClassName="EngramEntry_Freezer_WorkStation_C",EngramLevelRequirement=55,EngramPointsCost=3,EngramHidden=True,RemoveEngramPreReq=False)

The above will hide the balanced freezer AND the workstation so they cannot be crafted.


If you want to use the balanced freezer and NOT the normal freezer then copy the code below and put it in your Game.ini file.

OverrideNamedEngramEntries=(EngramClassName="EngramEntry_Freezer_C",EngramLevelRequirement=55,EngramPointsCost=3,EngramHidden=True,RemoveEngramPreReq=False)

That code will hide the normal freezer but the workstation and balanced freezer will still be available.

Hope this helps you all.
Last edited by Bolisaris; 19 Feb, 2018 @ 4:36am