When headless server is started up, this config.ini returns to the initial value.
ex.)
; port=30002 => ./factorio --start-server => ; port=34197
[0.15.3] Headless config.ini is reset
Re: [0.15.3] Headless config.ini is reset
";" 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
Yes, if you want to change a config value that is commented out (prefixed by ';') uncomment it.die_8_ wrote:";" means comment out, should I recognize that it will be activated by setting configs by removing ";"?
You can also use --port=30002 command line parameter