ARK: Survival Evolved

ARK: Survival Evolved

View Stats:
SlayersKable Mar 20, 2017 @ 2:26am
Disabling Engrams from a server so only a admin can spawn them
I am a admin to a server and would like to have my admin base floating but i don't want everyone to be able to do this, this is I am using the floating foundation mod and was wondering if anyone could give me the exact code to enter into my .ini file I tried
OverrideNamedEngramEntries=(EngramClassName="EngramEntry_SM_Floor_FloatingFoundation_C",EngramHidden=True,EngramPointsCost=0,EngramLevelRequirement=150,RemoveEngramPreReq=False)

But this seems to have done nothing at all.

< >
Showing 1-9 of 9 comments
Touhma Mar 20, 2017 @ 2:33am 
in game.ini ?
Splashbang Mar 20, 2017 @ 3:18am 
From what i've gathered, you'd have to set up the server to only allow specific engrams. Add all except the ones you don't want others to be able to use, but then you'd only be able to spawn in the items form said mod.
Last edited by Splashbang; Mar 20, 2017 @ 3:20am
SlayersKable Mar 20, 2017 @ 4:46am 
Originally posted by slater:
in game.ini ?
Yes
SlayersKable Mar 20, 2017 @ 4:47am 
Originally posted by Excess Evil:
From what i've gathered, you'd have to set up the server to only allow specific engrams. Add all except the ones you don't want others to be able to use, but then you'd only be able to spawn in the items form said mod.
Thats what I want it to be like seeing as I am server admin.
Splashbang Mar 20, 2017 @ 4:48am 
http://ark.gamepedia.com/Server_Configuration#Game.ini

It's really the only place you need to look for information.
SlayersKable Mar 20, 2017 @ 5:45am 
Originally posted by Excess Evil:
http://ark.gamepedia.com/Server_Configuration#Game.ini

It's really the only place you need to look for information.


[/script/shootergame.shootergamemode]
EggHatchSpeedMultiplier=8.0
BabyMatureSpeedMultiplier=12.0
MatingIntervalMultiplier=0.01
BabyImprintingStatScaleMultiplier=2.5
BabyCuddleIntervalMultiplier=0.18
OverrideNamedEngramEntries=(
EngramClassName=EngramEntry_Floor_FloatingFoundation_C",
EngramHidden=true,EngramPointsCost=0,
EngramLevelRequirement=150,
RemoveEngramPreReq=false)

This is my game.ini and it's still doing nothing
Splashbang Mar 20, 2017 @ 6:30am 
Uh, yeah. You're doing it wrong.

This is how it should look like.

OverrideNamedEngramEntries=(EngramClassName="EngramEntry_StoneHatchet_C",EngramHidden=false,EngramPointsCost=3,
EngramLevelRequirement=3,RemoveEngramPreReq=true)

All on one single line.

You probably copied the thing from ark.gamepedia and pasted it and saved it without reading the information box above.
SlayersKable Mar 20, 2017 @ 9:22am 
Originally posted by Excess Evil:
Uh, yeah. You're doing it wrong.

This is how it should look like.

OverrideNamedEngramEntries=(EngramClassName="EngramEntry_StoneHatchet_C",EngramHidden=false,EngramPointsCost=3,
EngramLevelRequirement=3,RemoveEngramPreReq=true)

All on one single line.

You probably copied the thing from ark.gamepedia and pasted it and saved it without reading the information box above.
Thank you a ton <3
Splashbang Mar 20, 2017 @ 9:26am 
Originally posted by Phantom:
Originally posted by Excess Evil:
Uh, yeah. You're doing it wrong.

This is how it should look like.

OverrideNamedEngramEntries=(EngramClassName="EngramEntry_StoneHatchet_C",EngramHidden=false,EngramPointsCost=3,
EngramLevelRequirement=3,RemoveEngramPreReq=true)

All on one single line.

You probably copied the thing from ark.gamepedia and pasted it and saved it without reading the information box above.
Thank you a ton <3

Not a problem. :)
< >
Showing 1-9 of 9 comments
Per page: 1530 50

Date Posted: Mar 20, 2017 @ 2:26am
Posts: 9