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
I tried:
OverrideNamedEngramEntries=(EngramClassName="EngramEntry_PNCBattery_C",EngramHidden=True,EngramPointsCost=75,EngramLevelRequirement=150,RemoveEngramPreReq=False)
OverrideNamedEngramEntries=(EngramClassName="EngramEntry_PNCSolarPanel_C",EngramHidden=True,EngramPointsCost=75,EngramLevelRequirement=150,RemoveEngramPreReq=False)
But that's not working. I'm assuming that "EngramEntry_PNCBattery_C" is not the name of the battery entity?
I have not opened my dev kit in quite some time it will probably take a few hours to open so I will get you the names this weekend.
The situation is that I want to disable the Solar Panel and Battery because my server doesn't believe that it's balanced. I would like the pipe and cable changes (I'd almost say fixes) you've done, but I can't get the engrams removed correctly.
OverrideNamedEngramEntries=(EngramClassName="EngramEntry_PNCSolarPanel_C",EngramHidden=True,EngramPointsCost=0,EngramLevelRequirement=0,RemoveEngramPreReq=False)
This sould be placed in your game.ini however you can also do it this way and it will still work
OverrideNamedEngramEntries=(EngramClassName="EngramEntry_PNCSolarPanel_C",EngramHidden=True
For the Battery its EngramEntry_PNCBattery
When I did mine i just went into the pnc mod folder or any mod folder for that matter and located the engram entry in there.
Who knows.