Ad (Login to hide)
CS2D Dedicated Server Software
306 replies29.07.08 02:44:15 pm
Here you can download the latest dedicated server software for CS2D!
Windows:
www.unrealsoftware.de/get.p...2d_dedicated_win.zip
Linux:
www.unrealsoftware.de/get.p..._dedicated_linux.zip
You have to put the server app in your cs2d directory (upload the whole cs2d directory and the dedicated server if you want to run it on a server)
Windows:
www.unrealsoftware.de/get.p...2d_dedicated_win.zip
Linux:
www.unrealsoftware.de/get.p..._dedicated_linux.zip
You have to put the server app in your cs2d directory (upload the whole cs2d directory and the dedicated server if you want to run it on a server)
edited 2×, last 31.03.09 04:46:35 pm
It works on our server, of course we had to do some configuration work first, but it's more platform specific.
Warning: If you're using Fedora <=6, remember to use the following command first:
yum install compat-libstdc++-33.i386
from the yum repository.
Secondly, remember to chmod the server to 777
And finally, never type in the file name, always cd to the directory and ./linux_dedicated
Btw DC, can you give us a brief of the commands and their syntax? I'm frustrated by the rcon command.
Warning: If you're using Fedora <=6, remember to use the following command first:
yum install compat-libstdc++-33.i386
from the yum repository.
Secondly, remember to chmod the server to 777
And finally, never type in the file name, always cd to the directory and ./linux_dedicated
Btw DC, can you give us a brief of the commands and their syntax? I'm frustrated by the rcon command.
I tested the dedicated server under Ubuntu 8.04 and it works.
If it doesn't run on your Ubuntu system try:
I had to do this to run the Linux version of the client.
If it doesn't run on your Ubuntu system try:
Code:
sudo apt-get install libstdc++5
I had to do this to run the Linux version of the client.
Inaktiv
I guess you'll have to install the libstdc for every linux server. Still, I'm pretty sure libstdc++'s a windows wrapper.
Anyways, just search yum if you have fedora or aptget if ur using anything else.
Anyways, just search yum if you have fedora or aptget if ur using anything else.
I'm glad to hear that it works! rcon works like this:
as server
specify the rcon password with:
sv_rcon YOURRCONPW
(remote control will not work if you set an empty password)
as client
join your server
enter: rcon_password YOURRCONPW
execute commands with: rcon YOURCOMMAND
you only have to use "rcon_password" one time. afterwards you can use "rcon" as often as you like. have a look at sys/server.cfg to see which server commands are possible (I did not create a list of all commands yet). you can also execute more than one command by seperating them with ;
example:
rcon msg LOLZ HI! ACTIVATING FOG OF WAR NOW!; sv_fow 1
as server
specify the rcon password with:sv_rcon YOURRCONPW
(remote control will not work if you set an empty password)
as client
join your server
enter: rcon_password YOURRCONPW
execute commands with: rcon YOURCOMMANDyou only have to use "rcon_password" one time. afterwards you can use "rcon" as often as you like. have a look at sys/server.cfg to see which server commands are possible (I did not create a list of all commands yet). you can also execute more than one command by seperating them with ;
example:
rcon msg LOLZ HI! ACTIVATING FOG OF WAR NOW!; sv_fow 1
one improvement suggestions for the console:
please add an notification when you type any correct command like
xxx is set to 0/1
and one question:
when I do a ban by rcon, what will be banned, the IP or the USGN account, or are there different rcon commands?
please add an notification when you type any correct command like
xxx is set to 0/1
and one question:
when I do a ban by rcon, what will be banned, the IP or the USGN account, or are there different rcon commands?
www.cs2d.me has launched - Join Now 

you can ban by ip, name or usgn account with those commands:
banip XXX.XXX.XXX.XXX
banname NAME
banusgn USGNID
just "ban" does not exist as command anymore.
please note that you have to enter the usgn ID (a number) and not the usgn account name if you want to ban an usgn account.
banip XXX.XXX.XXX.XXX
banname NAME
banusgn USGNID
just "ban" does not exist as command anymore.
please note that you have to enter the usgn ID (a number) and not the usgn account name if you want to ban an usgn account.
I use Debian, and it's pretty easy.
upload the cs2d folder
copy the server file into your server
if you haven't unzipped the file use unzip filename in the main folder of cs2d
use chmod 777 on the unzipped file
start the server by using screen ./dedifilename
upload the cs2d folder
copy the server file into your server
if you haven't unzipped the file use unzip filename in the main folder of cs2d
use chmod 777 on the unzipped file
start the server by using screen ./dedifilename
www.cs2d.me has launched - Join Now 

im getting an error when I start it... 
something about it libstdc

something about it libstdc
edited 1×, last 29.07.08 11:53:01 pm

@Marcio, see my first post, Red Hat and Fedora uses the same core and both uses yum.
Guest
but how can i set a rconpassword to my server if i cannot talk in the server console window?
with the cfg files in the sys folder (server.cfg)
Guest
and sry for many questions, but how can i join my own dedicated server? I do not see it in the list and i do not know the IP ( its not my normal IP)
make sure you disabled "offline/lan" (sv_lan has to be 0)
if it is still not visible with this setting you have to configurate your firewall and router etc. please read the faq for this or use the search function because we already had this topic about 1000 times here.
if it is still not visible with this setting you have to configurate your firewall and router etc. please read the faq for this or use the search function because we already had this topic about 1000 times here.
Guest
It's visible to other players ( they are joining)
but i cannot see my own server in the list
but i cannot see my own server in the list

Guest
nevermind i found it. It says:
NET: received unexpected msg (0, 10.0.xxxxxxxxx:36966 )
so i entered that IP and now im in
NET: received unexpected msg (0, 10.0.xxxxxxxxx:36966 )
so i entered that IP and now im in




1 
CS2D Dedicated Server Software