Difference between revisions of "LinuxServer"

From wiki
Jump to: navigation, search
(Created page with "Rough steps to get the staxel server running on Ubuntu 16.04 LTS <nowiki> sudo apt-get install wine wget launcher.playstaxel.com/updater.zip unzip updater.zip mkdir gamedata...")
 
Line 1: Line 1:
 
Rough steps to get the staxel server running on Ubuntu 16.04 LTS
 
Rough steps to get the staxel server running on Ubuntu 16.04 LTS
  
<nowiki>
+
<code>
 
sudo apt-get install wine
 
sudo apt-get install wine
 
wget launcher.playstaxel.com/updater.zip
 
wget launcher.playstaxel.com/updater.zip
Line 15: Line 15:
 
cd gamedata/bin
 
cd gamedata/bin
 
wine Staxel.Server.exe
 
wine Staxel.Server.exe
</nowiki>
+
</code>

Revision as of 09:38, 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

  1. echo dev > gamedata/branch.txt

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