few small ET server problems


(red_mamba) #1

Hi!

I would some thimes like to run ET server with a 1on1 map but I’m having dificulties.

  1. this stuf in my cfg file doesn’t work, why are this lines not shown?

set server_motd0 “1on1 training map!”
set server_motd1 “”
set server_motd2 “Get map 1on1 at”
set server_motd3 “http://www.slo-comp.net/forum/?threadID=1888
set server_motd4 “irc.arnes.si”
set server_motd5 “^1#Stet”

  1. people connected to server but are disconnected moments later. I think the problem is they can’t download maps. Can someone please thell me which ports are used for download so I can configure my router/firewall.

Thanks


(red_mamba) #2

I should probably add this too

set sv_maxRate “13000”
set sv_dl_maxRate “23000”
set sv_allowDownload “1”
set sv_wwwDownload “1”
set sv_wwwBaseURL “http://freeweb.siol.net/dlednik/datoteke/1on1.pk3
set sv_wwwDlDisconnected “1”
set sv_wwwFallbackURL “http://www.slo-comp.net/forum/?threadID=1888


(nodgam) #3

set sv_wwwDownload “1”
set sv_wwwBaseURL “http://www.yoursite.com/files

In the example above the .pk3 files should be at the following address: www.yoursite .com/files/etmain/file.pk3
These must be the exact same .pk3 files as in use on the server, do not zip them or anything. Also remember to put them in the “etmain” folder! This is subfolder is already in the path where the game looks for the files, so you don’t specify this subfolder in the “wwwcheckpath” setting.

http://www.rtcw.jolt.co.uk/index.php?page=&action=show&id=3357
:eek3:


(red_mamba) #4

Yes I found that site after I posted the message, but this DL shit stil don’t work. I made my dirs as they should be, still no efect.


(nodgam) #5

try set sv_allowDownload “0”


(red_mamba) #6

thanks for help but it still doesn’t work. Tryed download o download 1 in any case the server says that autodownload is disabled on server and I can’t download maps. I just don’t get it whats wrong. Is there some autodownload var that I should set in my cfg file. I dont use server.cfg, I created 1on1.cfg file fron server.cfg and altered it.


(red_mamba) #7

found problem :smiley: duplicate var settings for sv_allowdownload and one was set 0 :banghead:


(red_mamba) #8

the only thing that troubles me now is that I just can’t set more than one live for a player. I’m trying to host a amal 1on1 map in LMS mode. But I want that first one with 10 kills wins the round.
I tried
g_maxlives 1
g_alliedmaxlives 10
g_axismaxlives 10

but still there is something wrong. Any body know how to set up a server for more lives in LMS?


(nodgam) #9

g_maxlives 10 :banghead:


(red_mamba) #10

been there done that, doesn’t work

I noticed this:
if I enter g_maxlives in console of dedicated server i get
“g_maxlives” is:“10” default:“0”

I then run another wolfET, join to IP 127.0.0.1 and in console
/g_maxlives
i get
“g_maxlives” is:“1” default:“0”

WTF is wrong?

what is the diference between set and seta for variables in config files. Some thimes I see set var value and somethimes seta var value?


(nodgam) #11

thats client, use \rcon


(red_mamba) #12

yes with \rcon it shows 10, but stil when playing it’s only 1.