pluggable tournament config file format

ET Pro Documentation Project

Moderators: Forum moderators, developers, ET Pro Documentation

Post Reply
User avatar
gwg.Redef
Posts: 43
Joined: Sat Dec 13, 2003 4:10 am
Contact:

Post by gwg.Redef »

Hmm that sv_maxRate thinghy...
A lot of gameserver renting companies give a fixed value for this. eg saying "sv_maxrate must be 13000 and not higher"... If you enforce this to be 25000, some clans could get problems
So what if we remove the sv_maxRate, and include a sv_minRate?

Will sv_minRate i.e. "10000" block clients on rates lower than 10000?
#rtcw.no:ET and #rtcw.no @ Qnet
pack
Posts: 22
Joined: Sun Dec 14, 2003 1:42 pm

Post by pack »

gwg.Redef wrote:Hmm that sv_maxRate thinghy...
A lot of gameserver renting companies give a fixed value for this. eg saying "sv_maxrate must be 13000 and not higher"... If you enforce this to be 25000, some clans could get problems
So what if we remove the sv_maxRate, and include a sv_minRate?

Will sv_minRate i.e. "10000" block clients on rates lower than 10000?
sv_minrate doesn"t exist, but you can

do it with the pluggable format:
command "sv_cvar rate IN 5000 25000"
change in
command "sv_cvar rate IN 10000 25000"

If sv_maxrate would be 9000 I guess this would kick everybody off the servers :)

Also, you should know that a lot of players in countries like the uk and Germany still play with ISDN connections (fixed rate). I'm not sure if they can handle rate 10000.

Afaik I do not know if it's really needed to check for rate. Low rate is a bigger disadavantage for the player who plays with the low rate than for the players who play against him (not sure about it though). Rate is also a latched var in etpro (you need restart to change it).

If people "warp" this has mostly to do with their bad connections to the gameserver than with their netsettings (in my experience).

I just checked some sv_maxrates from providers;
bgames (belgium) => 13000
clanservers4u (GErmany) => 13000
gameservers.net (netherlands) => 9000 (but some clans increased it apparently).
User avatar
gwg.Redef
Posts: 43
Joined: Sat Dec 13, 2003 4:10 am
Contact:

Post by gwg.Redef »

If sv_maxrate would be 9000 I guess this would kick everybody off the servers :)
That must be wrong, my rate is 25000 and Im never kicked off servers with maxrate 13000. I guess it forces the client´s rate down to 13000.

If we dont need sv_maxRate, then we wont have it.

[/quote]
#rtcw.no:ET and #rtcw.no @ Qnet
pack
Posts: 22
Joined: Sun Dec 14, 2003 1:42 pm

Post by pack »

gwg.Redef wrote:
That must be wrong, my rate is 25000 and Im never kicked off servers with maxrate 13000. I guess it forces the client´s rate down to 13000.
read what I write :wink:
User avatar
gwg.Redef
Posts: 43
Joined: Sat Dec 13, 2003 4:10 am
Contact:

Post by gwg.Redef »

ah my bad :roll:

Maybe we´ll just remove sv_maxRate from the cfg and not bother.
#rtcw.no:ET and #rtcw.no @ Qnet
User avatar
gwg.Redef
Posts: 43
Joined: Sat Dec 13, 2003 4:10 am
Contact:

Post by gwg.Redef »

Okay, final draft? :wink:

We will upload it to http://www.rtcw.no/main/download.asp so that it can be dl´ed and certified (unless there still are flaws).



------------------------------------------------------------------

configname clanbase&rtcw.no
init
{

setl g_gametype 3
setl g_warmup 15
setl g_doWarmup 1
setl g_voiceChatsAllowed 99
setl g_spectatorInactivity 0
setl g_antilag 1
setl g_friendlyFire 1
setl g_heavyWeaponRestriction 20
setl g_medicChargeTime 45000
setl g_LTChargeTime 40000
setl g_engineerChargeTime 30000
setl g_soldierChargeTime 20000
setl g_covertopschargetime 30000
setl g_landminetimeout 0
setl team_maxMortars 1
setl team_maxFlamers 1
setl team_maxMg42s 1
setl team_maxPanzers 1
setl team_maxMines 7
setl team_maxplayers 0
setl team_nocontrols 0
setl match_timeoutcount 2
setl match_timeoutlength 240
setl match_minplayers 2
setl match_latejoin 1
setl match_mutespecs 0
setl match_readypercent 100
setl match_warmupDamage 2
setl sv_pure 1
setl sv_minping 0
setl sv_maxping 0

setl g_allowVote 1
setl vote_limit 99
setl vote_percent 51
setl vote_allow_balancedteams 0
setl vote_allow_muting 1
setl vote_allow_swapteams 1
setl vote_allow_friendlyfire 0
setl vote_allow_timelimit 1
setl vote_allow_warmupdamage 1
setl vote_allow_kick 1
setl vote_allow_map 1
setl vote_allow_matchreset 1
setl vote_allow_mutespecs 1
setl vote_allow_nextmap 1
setl vote_allow_referee 1
setl vote_allow_comp 0
setl vote_allow_gametype 0
setl vote_allow_pub 0
setl vote_allow_shuffleteams 0
setl vote_allow_antilag 0

setl b_mapscriptdirectory clanwar

setl b_levels_battlesense "20 90 140"
setl b_levels_engineer "20 90 140"
setl b_levels_medic "20 90 140"
setl b_levels_fieldops "20 140"
setl b_levels_lightweapons "20 90 140"
setl b_levels_soldier "140"
setl b_levels_covertops "20 90 140"
setl b_shove_noz 0
setl b_statsaver 1
setl b_intermissiontime 20
setl b_privatemessages 0
setl b_match_warmupjoin 0
setl b_xpstopwatch 0
setl b_multiview 1
setl b_spectatornames 1
setl b_defaultskills ""
setl b_noskillupgrades 0
setl b_shove 0
setl b_stickycharge 1

command "pb_sv_enable"
command "pb_sv_cvarempty"
command "pb_sv_kicklen 1"
command "sv_cvarempty"
command "sv_cvar cl_freelook EQ 1"
command "sv_cvar cl_maxpackets IN 30 100"
command "sv_cvar cl_timenudge EQ 0"
command "sv_cvar rate IN 7000 25000"
command "sv_cvar snaps IN 20 40"
command "sv_cvar cg_bobup IN 0 0.005"
command "sv_cvar cg_fov IN 90 120"
command "sv_cvar cg_shadows IN 0 1"
command "sv_cvar cg_thirdperson EQ 0"
command "sv_cvar com_maxfps GE 40"
command "sv_cvar m_pitch OUT -0.015 0.015"
command "sv_cvar m_yaw EQ 0.022"
command "sv_cvar r_allowextensions EQ 1"
command "sv_cvar r_ati_fsaa_samples EQ 0"
command "sv_cvar r_ati_truform_tess EQ 0"
command "sv_cvar r_drawentities EQ 1"
command "sv_cvar r_drawfoliage EQ 1"
command "sv_cvar r_ext_ATI_pntriangles EQ 0"
command "sv_cvar r_ext_texture_filter_anisotropic EQ 0"
command "sv_cvar r_flares IN 0 1"
command "sv_cvar r_gamma IN 1 3"
command "sv_cvar r_intensity IN 1 1.5"
command "sv_cvar r_lightmap IN 0 1"
command "sv_cvar r_mapoverbrightbits IN 0 3"
command "sv_cvar r_overbrightbits IN 0 1"
command "sv_cvar r_picmip IN 0 3"
command "sv_cvar r_showtris EQ 0"
command "sv_cvar r_showmodelbounds EQ 0"
command "sv_cvar r_shownormals EQ 0"
command "sv_cvar r_wolffog EQ 0"
command "sv_cvar r_primitives IN 0 2"

}
map default
{
setl g_userTimeLimit 0
setl g_useralliedrespawntime 0
setl g_useraxisrespawntime 0
setl b_moverscale 1

}
map fueldump
{
setl g_userTimeLimit 20
setl b_moverscale 1.5

}
map radar
{
setl g_userTimeLimit 15

}
map battery
{
setl g_userTimeLimit 15

}
map goldrush
{
setl g_userTimeLimit 20
setl b_moverscale 1.5

}
map oasis
{
setl g_userTimeLimit 20

}
map railgun
{
setl g_userTimeLimit 15

}


// EOF
#rtcw.no:ET and #rtcw.no @ Qnet
User avatar
bani
Site Admin
Posts: 2780
Joined: Sun Jul 21, 2002 3:58 am
Contact:

Post by bani »

command "sv_cvar r_intensity IN 1 1.5"

i dont think the engine will let you go outside that anyway... is there any point in restricting it?
someone should test it...
User avatar
bani
Site Admin
Posts: 2780
Joined: Sun Jul 21, 2002 3:58 am
Contact:

Post by bani »

zinx sez:

sv_cvar r_clampToEdge EQ 1

ATI drivers remove fog when its 0... catalyst and fglrx...
User avatar
gwg.Redef
Posts: 43
Joined: Sat Dec 13, 2003 4:10 am
Contact:

Post by gwg.Redef »

bani wrote:zinx sez:

sv_cvar r_clampToEdge EQ 1

ATI drivers remove fog when its 0... catalyst and fglrx...
One reason why we have command "sv_cvar r_wolffog EQ 0".
#rtcw.no:ET and #rtcw.no @ Qnet
User avatar
Palbin
Posts: 103
Joined: Tue Oct 07, 2003 2:53 pm

Post by Palbin »

****edited****

read on for new config
Last edited by Palbin on Sat Mar 27, 2004 1:29 pm, edited 4 times in total.
Palbin-OGL
www.metamule.com
OGL Admin ET Campaign & SW Ladder / [url=irc://irc.gamesurge.net/ogl]#OGL[/url] / www.worldogl.com
User avatar
ReyalP
Posts: 1663
Joined: Fri Jul 25, 2003 11:44 am

Post by ReyalP »

Stop with the

Code: Select all

        command "sv_cvar r_lightmap IN 0 1" 
FFS.
It is not lighting quality. It is cheat protected, and should be EQ 0.
send lawyers, guns and money
User avatar
=FF=im2good4u
Posts: 3821
Joined: Wed Feb 05, 2003 7:30 am
Location: The Netherlands, HOLLAND
Contact:

Post by =FF=im2good4u »

Palbin wrote:

Code: Select all

        command "sv_cvar r_wolffog eq 1" }
map default 
{ 
        setl g_userTimeLimit 0 
        setl g_useraxisrespawntime 0 
        setl g_useralliedrespawntime 0
	command "forcecvar r_drawfoliage 1" 
} 
i think you forgot a "enter" whit that }
User avatar
Palbin
Posts: 103
Joined: Tue Oct 07, 2003 2:53 pm

Post by Palbin »

SCDS_reyalP wrote:Stop with the

Code: Select all

        command "sv_cvar r_lightmap IN 0 1" 
FFS.
It is not lighting quality. It is cheat protected, and should be EQ 0.
I didn't have it originally but since noone said anything before i added it, but I have removed it now since it is cheat protected.
Palbin-OGL
www.metamule.com
OGL Admin ET Campaign & SW Ladder / [url=irc://irc.gamesurge.net/ogl]#OGL[/url] / www.worldogl.com
User avatar
Palbin
Posts: 103
Joined: Tue Oct 07, 2003 2:53 pm

Post by Palbin »

=FF=im2weak4u wrote:
Palbin wrote:

Code: Select all

        command "sv_cvar r_wolffog eq 1" }
map default 
{ 
        setl g_userTimeLimit 0 
        setl g_useraxisrespawntime 0 
        setl g_useralliedrespawntime 0
	command "forcecvar r_drawfoliage 1" 
} 
i think you forgot a "enter" whit that }
Yes I did and i fixxed it, but it still would have work it is only a cosmetic thing.
Palbin-OGL
www.metamule.com
OGL Admin ET Campaign & SW Ladder / [url=irc://irc.gamesurge.net/ogl]#OGL[/url] / www.worldogl.com
User avatar
Palbin
Posts: 103
Joined: Tue Oct 07, 2003 2:53 pm

Post by Palbin »

Anyone have any other suggestions?
Palbin-OGL
www.metamule.com
OGL Admin ET Campaign & SW Ladder / [url=irc://irc.gamesurge.net/ogl]#OGL[/url] / www.worldogl.com
Post Reply