Code: Select all
RemoteCommandProcessor.cpp:131: updateTick(0) changing state from(CreatingGame) to(InGame)
The process is spawned with following parameters (where the ports and password are randomly generated)
Code: Select all
factorio/bin/x64/factorio --config test/temp/integration/config.ini --start-server-load-scenario test_scenario --port 64808 --rcon-port 62353 --rcon-password <...>
Code: Select all
script.on_init(function() print('test_scenario init') end)
Code: Select all
[path]
read-data=factorio/data
write-data=test/temp/integration