ARK: Survival Evolved

ARK: Survival Evolved

Reusable Plus
 This topic has been pinned, so it's probably important
123  [developer] Jul 6, 2016 @ 3:16am
Disabling Specific Items
If you wish to disable specific items from this mod you can do so by adding entries to Game.ini. You can disable one or multiple items by copy/pasting the below code into your Game.ini file. Each item must go on its' own line. These changes will not take effect until you have rebooted your server. Even though the engrams will be unlearnable you can still admin spawn the items in or add them to your supply drops if you wish to.

Reusable Bola

OverrideNamedEngramEntries=(EngramClassName="EngramEntry_ReusableBola_C",EngramHidden=True,EngramPointsCost=8,EngramLevelRequirement=10,RemoveEngramPreReq=False)

Reusable Flare Launcher

OverrideNamedEngramEntries=(EngramClassName="EngramEntry_ReusableFlareLauncher_C",EngramHidden=True,EngramPointsCost=6,EngramLevelRequirement=10,RemoveEngramPreReq=False)

Reusable Grappling Hook

OverrideNamedEngramEntries=(EngramClassName="EngramEntry_ReusableGrapplingHook_C",EngramHidden=True,EngramPointsCost=40,EngramLevelRequirement=50,RemoveEngramPreReq=False)

Reusable Parachute

OverrideNamedEngramEntries=(EngramClassName="EngramEntry_ReusableParachute_C",EngramHidden=True,EngramPointsCost=6,EngramLevelRequirement=15,RemoveEngramPreReq=False)

Reusable Spear

OverrideNamedEngramEntries=(EngramClassName="EngramEntry_ReusableSpear_C",EngramHidden=True,EngramPointsCost=3,EngramLevelRequirement=2,RemoveEngramPreReq=False)

Please let me know if you have any issues with this code and we will do our best to assist you :steamhappy:
< >
Showing 1-10 of 10 comments
Meet The Pyro Jul 8, 2016 @ 8:34am 
Thanks for this :D
123  [developer] Jul 8, 2016 @ 8:45am 
My pleasure! Please confirm it works okay for you after you have given it a go :steamhappy:
Jack's Grin ® Aug 21, 2016 @ 7:26am 
Any idea how to do this through Ark Server manager? The engrams don't show up in the override section, and if I add the code manually to the Game.ini, it doesn't seem to take effect (probably because launching through ASM compiles the settings and launches without them
Also theres a gameusersettings section, but can these go in THAT INI instead or do they have to be in the game ini?
Last edited by Jack's Grin ®; Aug 21, 2016 @ 7:30am
123  [developer] Aug 22, 2016 @ 8:52pm 
@JacksGrin I'm not familiar with the Ark Server Manager. Maybe you could contact them about how to override engrams using their tool and they might have some suggestions. Many of the tools that manipulate the Game.ini and GameUserSettings.ini seem to overwrite manual changes. If the tool doesn't support adding these settings then it might be time to switch management tools or use the mod with the default settings.
DeMiNe0 Sep 9, 2016 @ 4:15am 
@JacksGrin Stop your server and close ASM, then add the lines to the game.ini. Once you re-open ASM and resave your profile, the game.ini is reread by ASM and then your lines that you added are recorded and rewritten by ASM.
Blacky Feb 10, 2017 @ 4:27am 
I could not overwrite the engrams. Had stopped the server two times for a few minutes, but each time the commands were deleted again. With other mods it works, here somehow not

(translatet by google)
Blacky Feb 11, 2017 @ 4:33am 
Ok, it´s works now
ViToS May 1, 2017 @ 10:39am 
It's not working, i paste this codes in game.ini, then a rebot my server i see engrams and other players too, help me please!???
Dusty Oct 13, 2017 @ 5:39am 
Hi SleepyLloydy,
i have a problem. I pasted the command for disabling the spear and the bola into the game.ini of ark. It doesn't worked :steamsad:. I tried without the "(" at the beginning and the end but it doesn't work. Can you help me? My friend tried it on his ASM Server but he has the same problem. We always see the engrams, which should be disabled, in the menu. In SP and MP.
Kacsee Jun 27, 2018 @ 9:22am 
Note: the zero after the OverrideNamedEngramEntries, also nothing is needed after EngramHidden=True


OverrideNamedEngramEntries0=(EngramClassName="EngramEntry_ReusableBola_C",EngramHidden=True)

OverrideNamedEngramEntries0=(EngramClassName="EngramEntry_ReusableFlareLauncher_C",EngramHidden=True)

OverrideNamedEngramEntries0=(EngramClassName="EngramEntry_ReusableGrapplingHook_C",EngramHidden=True)

OverrideNamedEngramEntries0=(EngramClassName="EngramEntry_ReusableParachute_C",EngramHidden=True)

OverrideNamedEngramEntries0=(EngramClassName="EngramEntry_ReusableSpear_C",EngramHidden=True)
Last edited by Kacsee; Jun 27, 2018 @ 9:24am
< >
Showing 1-10 of 10 comments
Per page: 1530 50