Difference between revisions of "LinuxServer"
From wiki
(4 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
<code> | <code> | ||
sudo apt-get install wine | sudo apt-get install wine | ||
+ | |||
wget launcher.playstaxel.com/updater.zip | wget launcher.playstaxel.com/updater.zip | ||
+ | |||
unzip updater.zip | unzip updater.zip | ||
+ | |||
mkdir gamedata | mkdir gamedata | ||
− | + | ||
wine Staxel.Updater.exe | wine Staxel.Updater.exe | ||
+ | |||
wget launcher.playstaxel.com/Prerequisites.zip | wget launcher.playstaxel.com/Prerequisites.zip | ||
+ | |||
unzip Prerequisites.zip | unzip Prerequisites.zip | ||
+ | |||
cd Prerequisites | cd Prerequisites | ||
+ | |||
wine "msiexec" /passive /norestart /i xnafx40_redist.msi | wine "msiexec" /passive /norestart /i xnafx40_redist.msi | ||
+ | |||
cd .. | cd .. | ||
+ | |||
cd gamedata/bin | cd gamedata/bin | ||
− | wine Staxel.Server.exe | + | |
+ | wine Staxel.Server.exe --public=false --name=`hostname -s` | ||
</code> | </code> | ||
+ | |||
+ | |||
+ | If you'd like to use the development branch run | ||
+ | <code> | ||
+ | echo dev > gamedata/branch.txt | ||
+ | </code> | ||
+ | before running the updater. | ||
+ | |||
+ | |||
+ | You can run Staxel.Updater.exe to update your server to newer versions of staxel. | ||
+ | |||
+ | Staxel.Server.exe has a number of arguments for listing your server. |
Latest revision as of 08:46, 18 June 2016
Rough steps to get the staxel server running on Ubuntu 16.04 LTS
sudo apt-get install wine
wget launcher.playstaxel.com/updater.zip
unzip updater.zip
mkdir gamedata
wine Staxel.Updater.exe
wget launcher.playstaxel.com/Prerequisites.zip
unzip Prerequisites.zip
cd Prerequisites
wine "msiexec" /passive /norestart /i xnafx40_redist.msi
cd ..
cd gamedata/bin
wine Staxel.Server.exe --public=false --name=`hostname -s`
If you'd like to use the development branch run
echo dev > gamedata/branch.txt
before running the updater.
You can run Staxel.Updater.exe to update your server to newer versions of staxel.
Staxel.Server.exe has a number of arguments for listing your server.