ARK: Survival Evolved

ARK: Survival Evolved

Reusable Plus
 이 토론은 고정되었습니다. 중요해서 그렇겠죠?
123  [개발자] 2016년 7월 6일 오전 3시 16분
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:
< >
전체 댓글 10개 중 1~10개 표시 중
Meet The Pyro 2016년 7월 8일 오전 8시 34분 
Thanks for this :D
123  [개발자] 2016년 7월 8일 오전 8시 45분 
My pleasure! Please confirm it works okay for you after you have given it a go :steamhappy:
Jack's Grin ® 2016년 8월 21일 오전 7시 26분 
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?
Jack's Grin ® 님이 마지막으로 수정; 2016년 8월 21일 오전 7시 30분
123  [개발자] 2016년 8월 22일 오후 8시 52분 
@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 2016년 9월 9일 오전 4시 15분 
@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 2017년 2월 10일 오전 4시 27분 
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 2017년 2월 11일 오전 4시 33분 
Ok, it´s works now
ViToS 2017년 5월 1일 오전 10시 39분 
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 2017년 10월 13일 오전 5시 39분 
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 2018년 6월 27일 오전 9시 22분 
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)
Kacsee 님이 마지막으로 수정; 2018년 6월 27일 오전 9시 24분
< >
전체 댓글 10개 중 1~10개 표시 중
페이지당 표시 개수: 1530 50