pluggable tournament config file format

ET Pro Documentation Project

Moderators: Forum moderators, developers, ET Pro Documentation

Post Reply
User avatar
Lagger
Posts: 316
Joined: Mon Sep 29, 2003 8:30 am

Post by Lagger »

gwg.Redef, you keep forgetting:

Code: Select all

command "sv_cvar r_clamptoedge EQ 1"
As bani and i mentioned, you can use this cvar to remove fog when using an ATI card.
User avatar
Palbin
Posts: 103
Joined: Tue Oct 07, 2003 2:53 pm

Post by Palbin »

gwg.Redef did you even read my post about the stuff in your config becasue you didn't change any of it?

****edit*****
I take that back you change the voting thing. What about the PB stuff?
Palbin-OGL
www.metamule.com
OGL Admin ET Campaign & SW Ladder / [url=irc://irc.gamesurge.net/ogl]#OGL[/url] / www.worldogl.com
User avatar
bani
Site Admin
Posts: 2780
Joined: Sun Jul 21, 2002 3:58 am
Contact:

Post by bani »

command "sv_enable"
command "sv_kicklen 1"

these are PB commands, not etpro ones 8)

you are also missing

command "pb_sv_cvar r_nv_fogdist_mode INCLUDE NV"

this is really the only pb cvarlimit needed, the rest can be etpro ones
User avatar
gwg.Redef
Posts: 43
Joined: Sat Dec 13, 2003 4:10 am
Contact:

Post by gwg.Redef »

Lagger wrote:gwg.Redef, you keep forgetting:

Code: Select all

command "sv_cvar r_clamptoedge EQ 1"
As bani and i mentioned, you can use this cvar to remove fog when using an ATI card.
Yea I know that, and we are probably putting it in. However, its not only an ATI issue. A simple open gl feature in the gfx card settings will enable geforce users to do the same. I tried it myself. 8)
#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 »

Palbin wrote:gwg.Redef did you even read my post about the stuff in your config becasue you didn't change any of it?

****edit*****
I take that back you change the voting thing. What about the PB stuff?

Yes I read it. Basically, I wanted to remove the check for r_picmip, r_intensity, r_gamma, r_mapoverbrightbits and r_overbrightbits. But we could not agree on removing those.

The ET source code is out, so my question is: Is it possible to hack the .exe file (or any other file) to have the ET engine run on different values?
#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 »

bani wrote:command "sv_enable"
command "sv_kicklen 1"

these are PB commands, not etpro ones 8)

you are also missing

command "pb_sv_cvar r_nv_fogdist_mode INCLUDE NV"

this is really the only pb cvarlimit needed, the rest can be etpro ones

I´m trying again :)

Code: Select all

configname CB&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_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_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_picmip IN 0 3" 
command "sv_cvar r_intensity IN 1 1.5" 
command "sv_cvar r_lightmap EQ 0" 
command "sv_cvar r_mapoverbrightbits IN 0 3" 
command "sv_cvar r_overbrightbits IN 0 1" 
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 1" 
command "sv_cvar r_primitives IN 0 2"
command "pb_sv_cvar r_nv_fogdist_mode INCLUDE NV" 
} 
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 
setl b_moverscale 1 
} 
map caen 
{ 
setl g_userTimeLimit 20 
setl b_moverscale 1.5 
} 
Last edited by gwg.Redef on Sun Feb 29, 2004 5:31 am, edited 2 times in total.
#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 »

gwg.Redef wrote:The ET source code is out, so my question is: Is it possible to hack the .exe file (or any other file) to have the ET engine run on different values?
the et source code is only for the client/server, not the engine. so no, the et source code won't let you do this.
User avatar
bani
Site Admin
Posts: 2780
Joined: Sun Jul 21, 2002 3:58 am
Contact:

Post by bani »

gwg.Redef wrote:I´m trying again :)
you'll want a sv_cvarempty before the first sv_cvar ...
User avatar
gwg.Redef
Posts: 43
Joined: Sat Dec 13, 2003 4:10 am
Contact:

Post by gwg.Redef »

bani wrote:
gwg.Redef wrote:I´m trying again :)
you'll want a sv_cvarempty before the first sv_cvar ...
Hmm. Is it ok now? I just edited the post.
#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 »

looks good, though you dont need g_shove_noz when g_shove is 0
User avatar
ReyalP
Posts: 1663
Joined: Fri Jul 25, 2003 11:44 am

Post by ReyalP »

bani wrote:
gwg.Redef wrote:The ET source code is out, so my question is: Is it possible to hack the .exe file (or any other file) to have the ET engine run on different values?
the et source code is only for the client/server, not the engine. so no, the et source code won't let you do this.
However, there have been multiple external programs which do exactly this (create a modified .exe with cheat protected cvars unlocked). I don't know their current PB detection status of this, but there shouldn't be any harm in enforcing them via PB cvar checks and/or etpro.
send lawyers, guns and money
User avatar
bani
Site Admin
Posts: 2780
Joined: Sun Jul 21, 2002 3:58 am
Contact:

Post by bani »

SCDS_reyalP wrote:However, there have been multiple external programs which do exactly this (create a modified .exe with cheat protected cvars unlocked). I don't know their current PB detection status of this, but there shouldn't be any harm in enforcing them via PB cvar checks and/or etpro.
etpro 2.1 detects modified clients.

but even so, the cvars he is talking about shouldnt need to be limited as the engine simply wont accept values outside those ranges anyway.
User avatar
gwg.Redef
Posts: 43
Joined: Sat Dec 13, 2003 4:10 am
Contact:

Post by gwg.Redef »

bani: Do you need to dl the config from our website, or is it enough for me to keep posting it here?
#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 »

website would be better, then your players can complain about the settings.
User avatar
gotenks
Posts: 3465
Joined: Fri Nov 15, 2002 4:12 pm
Location: out of my mind
Contact:

Post by gotenks »

bani wrote:website would be better, then your players can complain about the settings.
bani is just tired of all the bitching here
My Website
Image
After a night of binge drinking:
=FF=im2good4u wrote:WTF wanst i on top ?
Post Reply