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 would guess that its 1 of 2 things
the program doesnt have permision to edit that file (unlikley unless its set to read only, which would affect other settings as well i would think) so maybe try to run it as admin?
or that setting has changed format or location with the latest updates to the game (how long since the EmpAdminHelper has updated?) so the program doesnt know, cant read, the right format
ill try it to test though since i do have a test server set up (i have been wanting to try it anyway)
the fact that this setting is 'blank' when all the others are filled in by default kinda points to a change in this setting the program cant read for w/e reason
i did find the setting in a yaml, so you may can manually edit that setting that way
it goes by the scenerio you use so my example is for default random only (you will need to edit the file for the correct scenerio if you use a different one)
empyriondedicatedserver\Content\Scenarios\Default Random\gameoptions.yaml
# DiffConstrCraftTime: Normal # default value
its the second to the last entry in that file - to make it faster i believe you would change that line to
DiffConstrCraftTime: Fast # default value
i think anyway - i can only see 'normal' and 'medium' as options in the file but im sure 'Fast' or 'Fastest' should also work
be sure to remove the " # " from before the command line - thats to comment it out so it will use the default setting
I believe however that the settings are Slower - Normal - Faster, that's what they used to be anyway.