ARK: Survival Evolved

ARK: Survival Evolved

Elementor [Open Source]
 This topic has been pinned, so it's probably important
2Slow2Shoot  [developer] Oct 3, 2017 @ 11:14am
INI-Options
Those options have to be added to your "GameUserSettings.ini"

(Values are the default ones)
[Elementor] DisableEngramUnlock=0 OnlyUnlock= DontUnlock= CraftingSpeedMulti=1.0 ElementorCraftingDisableItems= SPlusID=

DisableEngramUnlock
Removes the unlock option from the radial menu.
Possible values: true or 1 / false or 0

OnlyUnlock
Engram classes named here will be used for unlocking. This completely overrides the internal, hardcoded unlocks from this mod.

E.g.:
OnlyUnlock=(EngramEntry_Tek,EngramEntry_TurretTek)

Also this option doesn't demand you to put the full class name here. The mod checks if any class starts with this name. If you, for example, add only "EngramEntry_Tek", the mod will match all Engrams starting with the name "EngramEntry_Tek".

DontUnlock
Engram classes named here will be prevented from unlocking. This option will be checked after "OnlyUnlock", which means, even if the class name is inside "OnlyUnlock", it still will be prevented from unlocking if it's is named inside this option.

E.g.:
DontUnlock=(EngramEntry_TekBed,EngramEntry_TurretTek)

Also this option doesn't demand you to put the full class name here. The mod checks if any class starts with this name. If you, for example, add only "EngramEntry_Tek", the mod will match all Engrams starting with the name "EngramEntry_Tek".

CraftingSpeedMulti
Change CraftingTime, as Multiplicator. (Higher values are faster)

ElementorCraftingDisableItems
Hide Blueprint inside Elementor. So nobody should be able to craft it.
You have to specify the Item Classes.

E.g.:
ElementorCraftingDisableItems=(PrimalItemResource_BlackPearl_Elm_C,PrimalItemResource_ElementStack_Elm_C)

You can find the Item Class names here (Find them inside the code parts):
https://steamcommunity.com/workshop/filedetails/discussion/866884836/133257636768017753/

SPlusID
The Small Replicator is able to load all SPlus Replicator Engrams.
By default (when this option is empty) the Replicator will search for SPlus (731604991) and Super Structures (1999447172).

If you want to use your own version of SPlus, please add the ModID of your custom SPlus to this option. But please note: Your SPlus mod needs to have the same directory structure as original SPlus. If it doesn't, this option will not work.
Last edited by 2Slow2Shoot; Apr 9, 2020 @ 11:48pm