Install Steam
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)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
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
OverrideNamedEngramEntries=(EngramClassName="EngramEntry_EngramUnlocker_C",EngramHidden=True,EngramPointsCost=99999,EngramLevelRequirement=999,RemoveEngramPreReq=False)
Code didnt work to hide it. Any suggestions? I dont want this to be learned in the engrams
For those who have the same question as mine, I needed to analyze the Unity assets in search for this solution (and I don't know ANYTHING about Unity development):
Just use "EngramEntry_engramunlocker_Slow_C" string instead of "EngramEntry_EngramUnlocker_C" (notice the lowercase letter differences, don't change the letter case because it is case-sensitive), then you will be able to change engram requisites or hide it. The other engram name just don't work, or at least not for me.