server creating (UBUNTU EXPERTS ONLY PLEASE)
#2
Hi there,

Everything is already explained here and there.

If you want to launch a server when you're online, you can create a launcher (right click on the desktop) and paste that in the command argument:
sh -c "cd /home/lysios/.AssaultCube_1.1.0.4;./server.sh;"
  • cd /home/lysios/.AssaultCube_1.1.0.4 is the path to your AC installation directory
  • ./server.sh is the command to launch the server

Then, you'll just have to start the game and you'll see your server.

___________________________________________________________________________

Edit, if you want to make one single launcher for your server and client:
sh -c "cd /home/lysios/.AC_1.1.0.4;./assaultcube.sh & ./server.sh;"
Thanks given by:


Messages In This Thread
RE: server creating (UBUNTU EXPERTS ONLY PLEASE) - by LySioS - 29 Feb 12, 09:53AM