[daemon] wrong scenario file lookup
Posted: Sat Mar 18, 2017 1:09 am
factorio --help:
but not any FILE
what I've found in strace:
so its looking for scenario, but in *ONLY* factorio/scenarios folder.
either clear DOCS should be provided or this fixed to read FILE honestly.
Code: Select all
--start-server-load-scenario FILE start a multiplayer server and load the
specified scenario
what I've found in strace:
Code: Select all
[pid 2088] stat("/media/sf_src/factorio/factorio/scenarios/home/vaulter/scr/3Ra-CTF/", 0x7f0063872690) = -1 ENOENT (No such file or directory)
[pid 2088]
either clear DOCS should be provided or this fixed to read FILE honestly.