trying to get a factorio server running with steam to provide autoupdate to our factorio gameservers customers.
I installed factorio with steamcmd and APP ID 427520, using Ubuntu 14.04.
When I try to start the server with:
I get:./factorio --start-server ZAP001.zip
Found a workaround for that:szCmd: /bin/sh -c '"/home/r12_12345//.steam/root/steam.sh" "steam://run/427520//%22--start-server%22%20%22ZAP001.zip%22"' &
/bin/sh: 1: /home/r12_12345//.steam/root/steam.sh: not found
Create a file called "steam_appid.txt" with content "427520" in bin/x64/ folder.
But then I get this error:
Already tried to copy the steamclient.so from my steamcmd folder to factorios bin/x64/ folder. No success.[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
[S_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam, or a local steamclient.so.
0.000 Error Main.cpp:191: Steam API could not be initialized.
Did someone already find a solution for that?