Page 1 of 1
[0.15.3] Headless config.ini is reset
Posted: Fri Apr 28, 2017 11:32 am
by die_8_
When headless server is started up, this config.ini returns to the initial value.
ex.)
; port=30002 => ./factorio --start-server => ; port=34197
Re: [0.15.3] Headless config.ini is reset
Posted: Fri Apr 28, 2017 12:03 pm
by die_8_
";" means comment out, should I recognize that it will be activated by setting configs by removing ";"?
Re: [0.15.3] Headless config.ini is reset
Posted: Fri Apr 28, 2017 2:01 pm
by posila
die_8_ wrote:";" means comment out, should I recognize that it will be activated by setting configs by removing ";"?
Yes, if you want to change a config value that is commented out (prefixed by ';') uncomment it.
You can also use --port=30002 command line parameter