login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
The best mod authors makes all this information available to you, see S+ documentation for examples.
OverrideNamedEngramEntries=(EngramClassName="PrimalitemConsumable_Egg_IndominusRex_Fertilized_C",EngramHidden=True,EngramPointsCost=0,EngramLevelRequirement=100,RemoveEngramPreReq=False)
OverrideNamedEngramEntries=(EngramClassName="EngramEntry_PrimalitemConsumable_Egg_IndominusRex_Fertilized_C",EngramHidden=True,EngramPointsCost=0,EngramLevelRequirement=999,RemoveEngramPreReq=False)
there is a ♥♥♥♥♥♥♥♥ of Indom Mods, it would be very helpful if you would link to that specific mod you're talking about.
I'm always astonished that people that ask for help kept the vital information to them self. Do you guys hope for a miracle or do you believe we magically know it somehow and no we don't have crystal balls neither.
@Gran - my apologizes.It is this mod https://steamcommunity.com/sharedfiles/filedetails/comments/1445395055
EngramEntry_IndominusRexEgg_C
EngramEntry_IndominusRexEgg_AB_C
EngramEntry_IndominusRexEgg_EXT_C
EngramEntry_IndominusRexEgg_SE_C
so and now a small how-to help yourself in the future.
First go to the Mod page, take a look at the Browsers Address line, the "?id=1445395055" Part is relevant. So now we know the Mods ID (1445395055). Now we open the windows explorer and move to
\\Steam\steamapps\common\ARK\ShooterGame\Content\Mods\<MOD ID>
then we take a look around, in this case its quite obvious there is a Blueprint Directory.
And there they are, all engram entrys.
So the code should be like this:
OverrideNamedEngramEntries=(EngramClassName="EngramEntry_IndominusRexEgg_C",EngramHidden=True)
I would use the following, just to be on the safe side.
OverrideNamedEngramEntries=(EngramClassName="EngramEntry_IndominusRexEgg_C",EngramHidden=True,EngramLevelRequirement=999)
you're welcome