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
For example, i want the sell shop not to be prsent.
Where do i right this code ?
Sell Shop
OverrideNamedEngramEntries=(EngramClassName="EngramEntry_AnvilBench_Sell_C",EngramHidden=True,EngramPointsCost=75,EngramLevelRequirement=150,RemoveEngramPreReq=False)
If you want to disable the sell shop, go to your servers game.ini, put the code in, make sure the code is below your
"[/script/shootergame.shootergamemode]"
This is the code you want,
For example, on my server, we have disabled all the engrams(so only an admin setup a shop at one place). My config looks like this http://pastebin.com/NWY0mzV1
I've hilighted row 7-15, thats the code to disable all engrams from this mod.
Remember to stop your server before doing this, and to start it afterwards.
Hope you get it running :)