hurtworld_linux32
steamcmd
Hurtworld
Hurtworld.x86
-batchmode -nographics -exec "%PORT% %MAP%;%QUERY_PORT%;%PLAYERS%;%HOSTNAME%" -logfile "gamelog.txt"
10
maplist.txt
gamelog.txt
120
None
405100
anonymous
maplist="maplist.txt"
if [ -s "$maplist" ]
then
echo "File $maplist found. OK!"
else
echo "File $maplist not found."
echo "Generating new maplist file in $maplist!"
touch $maplist
echo Nullius> $maplist
fi
if [ -f "Hurtworld_Data/Plugins/x86/steamclient.so" ]
then
echo "steamclient.so found. OK!"
else
echo "steamclient.so not found."
echo "Fixing steamclient.so!"
cp -f steamclient.so Hurtworld_Data/Plugins/x86
fi
Hurtworld.x86_64
autoexec.cfg