Since there's no guide on how to run a headless server with Space Age, I dragged the elevated-rails, quality, and space-age folders from the ./Factorio/data/ folder (from my main install) to the headless server, and also enabled them using mod-list.json. I have no idea if this is the right way to do this. Would either like a guide on how to install Space Age on a headless server (if I did something wrong), or any possible solution for my crash. Thank you.
OS: Windows 10
Factorio version: 2.0.60
Space Age (and all other optional add-ons) version: 2.0.60
I ran my startup script, and the server immediately crashes. This only happens with Space Age and its related dependencies enabled. I expected the server to boot up into the world I provided (this crash still happens even on a different world). It always happens, even after a reboot.
My startup script:
Code: Select all
start /wait .\bin\x64\factorio.exe --start-server-load-latest --server-settings .\server-settings.json
pause