How To?
Hello. First of all, sorry my bad english. Let`s talk about my
problem. I`m trying to make a dedicated server on Ubuntu. I have
Warsow 0.61 and when I type in Terminal
What`s the problem? Sorry if I posted in the wrong section.
(updated 2012-01-03 18:26:41)
I get an error with this message :
wget http://static.warsow.net/release/warsow_0.62_unified.zip
--2012-01-03 18:23:51-- http://static.warsow.net/release/warsow_0.62_unified.zip
Resolving static.warsow.net... 80.86.81.223
Connecting to static.warsow.net|80.86.81.223|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-01-03 18:23:51 ERROR 404: Not Found.
What`s the problem? Sorry if I posted in the wrong section.
(updated 2012-01-03 18:26:41)
File you're trying to download does not exist, that's the
problem.
This update zip might be what you're looking for (there isn't unified package of .62, it's client-update only).
This update zip might be what you're looking for (there isn't unified package of .62, it's client-update only).
Thank you for that file but I have 2 new problems. I`ve
downloaded/extracted the .zip but I can`t find the .cfg and can`t
run wsw_server.
I`m sorry if I ask noob questions and sorry my bad english.
I`m sorry if I ask noob questions and sorry my bad english.
Note that .62 package is just an update, overwrite on top of your
.61 files. For servers it's completely optional anyway.
Configs are under basewsw/ dir, dedicated_autoexec.cfg is probably what you're looking for.
Gametype specific configs are in basewsw/configs/server/gametypes/*.cfg or somesuch.
Configs are under basewsw/ dir, dedicated_autoexec.cfg is probably what you're looking for.
Gametype specific configs are in basewsw/configs/server/gametypes/*.cfg or somesuch.
Well, I`m trying to make a Warsow server on Ubuntu. What files do I
need to download to make a server?
mkdir warsow
cd warsow
wget www.zcdn.org/dl/warsow_0.61_unified.zip
wget www.zcdn.org/dl/warsow_0.62_update.zip
unzip www.zcdn.org/dl/warsow_0.61_unified.zip
unzip www.zcdn.org/dl/warsow_0.62_update.zip
chmod +x warsow*
chmod +x wsw*
./wsw_server
(you might wanna start wsw_server in screen though)
cd warsow
wget www.zcdn.org/dl/warsow_0.61_unified.zip
wget www.zcdn.org/dl/warsow_0.62_update.zip
unzip www.zcdn.org/dl/warsow_0.61_unified.zip
unzip www.zcdn.org/dl/warsow_0.62_update.zip
chmod +x warsow*
chmod +x wsw*
./wsw_server
(you might wanna start wsw_server in screen though)
You might need to install libcurl and/or libjpeg for it to run,
whatever it complains about, find correct package with
apt-cache-search libsomething and install them with
apt-get install libsomethingexactpackagename
Thanks you alot but I`ve got another problem.
-bash: ./wsw_server: cannot execute binary file
chmod +x wsw* and warsow* files.
anyway that file is a bash script, not a binary file...
try ./wsw_server.x86_64
anyway that file is a bash script, not a binary file...
try ./wsw_server.x86_64

