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:
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:
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:
[SELECT ALL] Code:
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:
[SELECT ALL] Code:
sh -c "cd /home/lysios/.AC_1.1.0.4;./assaultcube.sh & ./server.sh;"