Posts: 50
Threads: 13
Joined: Jan 2012
29 Feb 12, 09:04AM
(This post was last modified: 29 Feb 12, 09:09AM by Spicy_Orange1.)
i would liek to set up my own server but i cant seem to find a good tutorial and i hate not having admin.. LOL. my OS is ubuntu 11.10. any help would be awesome.
cheers
also, could someone tell me how much it would use up for a 24/7 server (8 players) and a server i only use when im online (also 8 players)?
Posts: 66
Threads: 0
Joined: Sep 2011
29 Feb 12, 09:53AM
(This post was last modified: 29 Feb 12, 10:15AM by LySioS.)
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;"
Posts: 50
Threads: 13
Joined: Jan 2012
[quote=
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:
[/quote]
thank you for helping xD its much appreciated, but i dont quite get what you mean by this.. sorry
Posts: 1,162
Threads: 19
Joined: Jun 2010
29 Feb 12, 07:23PM
(This post was last modified: 29 Feb 12, 07:28PM by OpenSource.)
HowToAddaLauncher - Community Ubuntu Documentation
Name = Assaultcube
Command = sh -c "cd PATH_TO_AC_INSTALLATION && sh server.sh"
Comment = AssaultCube is a FREE, multiplayer, first-person shooter game, based on the CUBE engine.
Taking place in realistic environments, with fast, arcade gameplay, it's addictive and fun!
Name you can set to what ever you like, same goes for Comment.
But Command need to be to your AC installation and server.sh file.
Mine server looks like this:
Name: Biohazard Server
Command: sh -c "cd ~/.games/1.1.0.4 && sh server.sh"
Comment: AssaultCube Server
Posts: 66
Threads: 0
Joined: Sep 2011
(29 Feb 12, 06:58PM)Spicy_Orange1 Wrote: thank you for helping xD its much appreciated, but i dont quite get what you mean by this.. sorry
It was the answer for your last demand but I misunderstood you ^^
Posts: 50
Threads: 13
Joined: Jan 2012
01 Mar 12, 05:07AM
(This post was last modified: 01 Mar 12, 05:21AM by Spicy_Orange1.)
ok, OpenSource, i got to the launcher creating bit, but you lost me on the where to put the command. english please xD. and not worry LySioS, i appreciate you trying :)
also, OpenSource, do you run ubuntu?
Posts: 1,162
Threads: 19
Joined: Jun 2010
01 Mar 12, 11:31AM
(This post was last modified: 01 Mar 12, 11:32AM by OpenSource.)
Yes, i use Ubuntu.
But i use
10.04 LTS (Lucid Lynx)
I always stick to
LTS versions.
And 11.10 has
Unity, thats something i dont like. You can of course replace it with
GNOME,
KDE or something else, but by default? Canonical made a big mistake there imo.
If you tell us where you have your AC folder then we could try to give you the command to use.
Like, did you put in in your home folder or any where else?
Posts: 50
Threads: 13
Joined: Jan 2012
ok, the reason why i asked is because 11.10 doesnt allow you to add launchers and i have to download a small app to be able to use it. and also, what is the difference between LTS and 11.10? i thought it was the higher, the better.
i used ubuntu software centre to download assault cube and now it has many folders each containing a couple little things, but no folder saying 1.1.0.4
Posts: 1,162
Threads: 19
Joined: Jun 2010
01 Mar 12, 07:10PM
(This post was last modified: 01 Mar 12, 07:12PM by OpenSource.)
LTS is Long Term Support.
As you can see by this pic
click img for full size
it will be supporter just as long as 11.04, talking about desktop version and not server version.
Read more about LTS in the link to LTS in my post above.
Maybe someone with a higher version then mine should try and help you as i have not tested 11.04 much and have no clue about what version or files/folders for Assaultcube that are downloaded via Software Center.
I can of course give it a shot.
Go to the folder where you have server.sh file.
Right-click -> properties.
Under "basic" tab there should be a "Location".
What does it say?
Posts: 50
Threads: 13
Joined: Jan 2012
i dont have a folder called that, or anything like that..
Posts: 66
Threads: 0
Joined: Sep 2011
On unity, it's kind of painful.
Create a launcher on your desktop and put that in the command line:
/usr/games/assaultcube-server
The config files of your server are in this folder:
/usr/share/games/assaultcube/config
You'll have to be admin to edit them ...