ARK: Survival Evolved

ARK: Survival Evolved

Boosted Fabricator+ [2.0]
Gnomebo 27 Mar, 2017 @ 3:37pm
Disable Turret and Auto Fab Codes
Whilst the dupe glitch is being worked on use these:

OverrideNamedEngramEntries=(EngramClassName="EngramEntry_Fabricator_Child_Auto_C",EngramLevelRequirement=150,EngramPointsCost=50,EngramHidden=True,RemoveEngramPreReq=False)

OverrideNamedEngramEntries=(EngramClassName="EngramEntry_Turret_Child2_C",EngramLevelRequirement=150,EngramPointsCost=50,EngramHidden=True,RemoveEngramPreReq=False)

Last edited by Gnomebo; 27 Mar, 2017 @ 3:47pm
< >
Showing 1-9 of 9 comments
M0z1ll4 29 Mar, 2017 @ 8:48am 
And how about to destroy all Existing Turrets 2.0 in the server ?

admincheat DestroyAll EngramEntry_Turret_Child2_C ?
master aka eKun  [developer] 29 Mar, 2017 @ 11:39am 
PrimalItemStructure_Turret_Child2_C i think
Litvanis 11 May, 2017 @ 4:41am 
Can you give us a list of all Engrams to remove individual components? Very great mod!
Simon 12 Nov, 2017 @ 2:49pm 
The code to Disable the 2.0 Turrets is: EngramEntry_Turret2_C
We use this on our server:

OverrideNamedEngramEntries=(EngramClassName="EngramEntry_Turret2_C",EngramHidden=true,EngramPointsCost=999999,EngramLevelRequirement=1150,RemoveEngramPreReq=False)
Greison 2 Mar, 2018 @ 2:57pm 
i have the turrets 2.0 engram disabled, and engran can't be learned
but autofabricator is fabricating turrets 2.0 widhout the engram.. i don't understant.
Last edited by Greison; 2 Mar, 2018 @ 2:58pm
Simon 3 Mar, 2018 @ 5:08am 
You need to change the crafting costs of this turret with an override to stop it crafting the turrets.
We used on ours which works well in the Game.ini

ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemStructure_Turret_Child2_C",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemResource_Element_C",BaseResourceRequirement=999999.0,bCraftingRequireExactResourceType=false)))

Greison 5 Mar, 2018 @ 2:47am 
lol, thanks a lot
damo519 5 Mar, 2018 @ 4:13am 
Originally posted by Simon:
The code to Disable the 2.0 Turrets is: EngramEntry_Turret2_C
We use this on our server:

OverrideNamedEngramEntries=(EngramClassName="EngramEntry_Turret2_C",EngramHidden=true,EngramPointsCost=999999,EngramLevelRequirement=1150,RemoveEngramPreReq=False)

do you know how to remove the other 2 turrets thanks
Simon 5 Mar, 2018 @ 12:40pm 
Originally posted by bluedigitalgames:
Originally posted by Simon:
The code to Disable the 2.0 Turrets is: EngramEntry_Turret2_C
We use this on our server:

OverrideNamedEngramEntries=(EngramClassName="EngramEntry_Turret2_C",EngramHidden=true,EngramPointsCost=999999,EngramLevelRequirement=1150,RemoveEngramPreReq=False)

do you know how to remove the other 2 turrets thanks

Regarding the other 2 turrets for this mod i haven't played ark in a while and have completely uninstalled & stop hosting Ark as of Jan so might not be familar with newer turrets... however the 2 turret engrams i was aware of in this particular mod were:

EngramEntry_Turret2_C
EngramEntry_Turret_Siege2_C

Just add those in to the above code as i have done with "Turret2_C"
I see as of 14th Feb this mod author has updated the turrets here so Engram names may have changed or new turrets added.

Update: 14 Feb @ 6:42pm
Change engram levels.
Change Auto turret 2.0 and Anti Siege Turret.
Added Heavy turret 2.0, please read description for new data.
Updated Smithy/Fab engrams.


One tip to finding any Engrams for any mod just navigate to your local Mod Folder \ 778345456 : \ShooterGame\Content\Mods\778345456

From here Search "engram" in windows search it'll display a full list of Engram assets for example:

EngramEntry_Turret2.uasset
EngramEntry_Turret_Siege2.uasset
EngramEntry_WirelessGen.uasset

Now take this full name, remove the ".uasset" and make sure _C is present: EngramEntry_Turret2_C

OverrideNamedEngramEntries=(EngramClassName="EngramEntry_Turret_Siege2_C",EngramHidden=true,EngramPointsCost=999999,EngramLevelRequirement=1150,RemoveEngramPreReq=False)


This should help you find any newer turrets recently added. I hope this helps :)
< >
Showing 1-9 of 9 comments
Per page: 1530 50