CS2D General CS2D Linux Dedi CS2D Linux Dedi
11 repliesmrc1 COMMUNITY BANNED Offline
1. get Counter-Strike 2D (www.cs2d.com/download)
2. upload/extract it to a folder of your choice
3. upload/extract "cs2d_dedicated" in the same folder
4. set attributes/rights of "cs2d_dedicated" to 777 (chmod)
5. run "cs2d_dedicated" (as service or with screen)
what is the command line to run cs2d_dedicated
at Linux (redhat), or how to do it,
its in "./server/cs2d_dedicated"...
btw: its a RedHat... DC Admin Offline
when you just want to run it you can change to the folder with
cd /cs2dpath
afterwards you can run it with
./cs2d_dedicated
however if you want keep it running even if you close the connection to your server (I assume that you are using ssh tools like putty) you have to use the screen command or put a script in init.d or something like that. I don't know enough about linux (and I never worked with redhat) to give you a good discription how to do that. mrc1 COMMUNITY BANNED Offline
yes you need libstdc++ to start the server (you could have read this at the download page) mrc1 COMMUNITY BANNED Offline
you didn't see the image, the libstdc++ is there and its installed... DC Admin Offline
the image just says libstdc++
maybe it is not libstdc++ 5 but an older version. mrc1 COMMUNITY BANNED Offline
Ohh, its possible...
I'll check it later, thanks...
ps: dont close this topic, maybe I have more questions... Lee Moderator Offline
do not use the whm installer since it's usually installs the wrong version. Try APT-Get stdc++.compat instead (since 5 is now just GCC) mrc1 COMMUNITY BANNED Offline
[root@mail server]# chmod 0777 cs2d_dedicated
[root@mail server]# ./cs2d_dedicated
./cs2d_dedicated: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory Lee Moderator Offline
use the libstdc++.compat v3.2 instead...
and also, do not use the whm installer, go ssh on and apt-get the package. DO what leegao told you to do, and why to you use chmod 0777 and not just chmod 777 ? mrc1 COMMUNITY BANNED Offline
hehe idk, im not the person who is making these stuffs...