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 »

I'm wondering why the clanbase config is forcing b_antilag 1 on clients. i can't think of any way this can be used to cheat. you don't aim diffently at clients who have antilag disabled.

this post was sponsored by 'disgruntled clanbase players against fucked up cvar restrictions'
User avatar
KingJackaL
Posts: 666
Joined: Thu Jan 08, 2004 3:47 pm
Location: ChCh, NZ
Contact:

Post by KingJackaL »

Lagger wrote:I'm wondering why the clanbase config is forcing b_antilag 1 on clients. i can't think of any way this can be used to cheat. you don't aim diffently at clients who have antilag disabled.

this post was sponsored by 'disgruntled clanbase players against fucked up cvar restrictions'
1) you mean g_antilag?
2) the above CB .config's don't force antilag anywhere - there are no forcecvar's at all
3) the value of g_antilag on the server ( 0 or 1 ) is now irrelevant. As bani just mentioned above, it's now a depreciated cvar - it has no effect.

...in short, assuming the CB .config posted just above, you should be able to play with or without antilag no problems :). Of course, that's just assuming the above .config - I haven't read their clanwar.cfg ;)
User avatar
bani
Site Admin
Posts: 2780
Joined: Sun Jul 21, 2002 3:58 am
Contact:

Post by bani »

this is from latest clanwar.config:

command "sv_cvar b_antilag EQ 1"

:?
User avatar
Palbin
Posts: 103
Joined: Tue Oct 07, 2003 2:53 pm

Post by Palbin »

Code: Select all

**********edited refer to newer post**********
Last edited by Palbin on Wed Apr 14, 2004 10:29 am, edited 6 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
bani
Site Admin
Posts: 2780
Joined: Sun Jul 21, 2002 3:58 am
Contact:

Post by bani »

wheres your setl sv_cheats 0 ? :lol:
User avatar
Palbin
Posts: 103
Joined: Tue Oct 07, 2003 2:53 pm

Post by Palbin »

i don't think it possible to win 8)
Palbin-OGL
www.metamule.com
OGL Admin ET Campaign & SW Ladder / [url=irc://irc.gamesurge.net/ogl]#OGL[/url] / www.worldogl.com
User avatar
KingJackaL
Posts: 666
Joined: Thu Jan 08, 2004 3:47 pm
Location: ChCh, NZ
Contact:

Post by KingJackaL »

Removed the following because I now believe these should not be set in a league config:

Code: Select all

g_antilag - cvar depreciated
sv_privateclients - no reason not to let server admin control this
sv_dl_maxRate - no reason to force this to any value ( or to force whether they use www redirect or direct dl - however, sv_allowDownload MUST be forced on )
vote_allow_pub - don't want to step on dual-mode server configs
vote_allow_comp - don't want to step on dual-mode server configs
cl_timenudge - it can't be exploited anymore
cl_maxpackets - warp exploits aren't an issue anymore - all this does now is block dialups from having ggz
rate - warp exploits aren't an issue anymore - all this does now is block dialups from having ggz
Also added the following lines:

Code: Select all

    setl b_spectatorNames 1 - our league allows coaches and uses refs and shoutcasters - so I set this right
    setl sv_cheats 0 - as suggested by bani
These changes allow the MGL config to be integrated into a dual-mode server, by putting the single line 'config MGL' into default_comp.cfg, allowing pubmode/compmode votes, and leaving pub settings in default_pub.cfg ( which isn't possible using the old version, or other league configs above that force pub/comp mode votes off ) - I'd suggest people remove those lines if they think their config is likely to be used on dual-mode ( pub/comp ) servers.

Config available here:
http://homepages.inspire.net.nz/~evans/ET/MGL.config

Contents:

Code: Select all

configname "^2MGL ^3S2"
init
{
    setl g_gametype 3
    set  g_minGameClients 2
    setl g_heavyWeaponRestriction 35
    setl g_altStopwatchMode 0
    setl g_autofireteams 1
    setl g_complaintlimit 0
    setl g_ipcomplaintlimit 0
    setl g_fastres 0
    setl g_friendlyFire 1
    setl g_maxlives 0
    setl g_alliedmaxlives 0
    setl g_axismaxlives 0
    setl g_teamforcebalance 0
    setl g_noTeamSwitching 1
    setl g_voiceChatsAllowed 99
    setl g_doWarmup 1
    setl g_warmup 20
    setl g_spectatorInactivity 0
    setl g_speed 320
    setl g_gravity 800
    setl g_knockback 1000

    setl g_medicChargeTime 45000
    setl g_engineerChargeTime 30000
    setl g_LTChargeTime 40000
    setl g_soldierChargeTime 20000
    setl g_covertopsChargeTime 30000

    set  logfile "3"
    set  g_log MGL-match.log

    setl sv_maxRate 20000
    setl sv_allowDownload 1
    setl sv_floodProtect 0
    setl sv_pure 1
    setl sv_fps 20
    setl sv_minping 0
    setl sv_maxping 0
    setl sv_cheats 0

    setl team_maxMortars 2
    setl team_maxFlamers 2
    setl team_maxMg42s 2
    setl team_maxPanzers 2
    setl team_maxplayers 6
    setl team_nocontrols 0

    setl match_latejoin 1
    setl match_minplayers 2
    setl match_mutespecs 0
    setl match_readypercent 100
    setl match_timeoutcount 2
    setl match_timeoutlength 180
    setl match_warmupDamage 2

    setl pmove_fixed 0
    setl pmove_msec 8

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

    setl b_antiwarp 1
    setl b_banners 0
    setl b_cursefilteraction 1
    setl b_customVoiceChat 1
    setl b_damagexp 0
    setl b_floodMaxCommands 6
    setl b_headshot 0
    setl b_intreadypercent 70
    setl b_intermissiontime 40
    setl b_match_warmupjoin 0
    set  b_multiview 1
    setl b_noskillupgrades 0
    setl b_panzerlevelup 1
    setl b_privatemessages 3
    setl b_riflegrenades 1
    setl b_shove 0
    setl b_shove_noz 0
    setl b_spectatornames 1
    setl b_statsaver 1
    setl b_stickycharge 1
    setl b_xpstopwatch 0
    setl b_spectatorNames 1

    set  b_watermark "mglet/mglet"
    set  b_watermarkFadeAfter 40
    set  b_watermarkFadeTime 5

    setl b_defaultskills ""
    setl b_levels_battlesense "15, 40, 70, 120"
    setl b_levels_engineer "20, 40, 80, 140"
    setl b_levels_medic "25, 50, 90, 160"
    setl b_levels_fieldops "25, 80, 160, 160"
    setl b_levels_lightweapons "20, 45, 80, 120"
    setl b_levels_soldier "45, 45, 80, 140"
    setl b_levels_covertops "15, 30, 50, 70"

    setl b_mapscriptdirectory "etpromapscripts"
    setl b_mapconfigdirectory ""
    
    set  b_anticheat 1
    setl b_cheatkicktime -1
    set  b_cheatlog "MGL-cheats.log"
    
    command "pb_sv_enable"
    command "sv_cvarempty"
    command "pb_sv_cvarempty"
    command "pb_sv_kicklen 1"

    command "sv_cvar cg_bobup in -0.005 0.005"
    command "sv_cvar cg_fov in 90 120"
    command "sv_cvar cg_shadows in 0 1"
    command "sv_cvar cg_errordecay eq 100"
    command "sv_cvar cl_freelook eq 1"
    command "sv_cvar m_pitch out -0.015 0.015"
    command "sv_cvar m_yaw in -0.022 0.022"
    command "sv_cvar r_flares in 0 1"
    command "sv_cvar r_clampToEdge EQ 1"
    command "sv_cvar r_primitives IN 0 2"
    command "sv_cvar snaps in 20 40"
    command "sv_cvar r_nv_fogdist_mode INCLUDE NV GL_EYE_RADIAL_NV"
}
map default
{
    setl g_userTimeLimit 20
    command "forcecvar r_drawfoliage 1"
    setl b_moverscale 1.5
    setl team_maxmines 7
}
map fueldump
{
    setl g_useraxisrespawntime 35
}
map radar
{
    command "forcecvar r_drawfoliage 0"
}
map caen
{
    setl g_useralliedrespawntime 30
    setl g_useraxisrespawntime 20
}
map frostbite
{
    setl g_useralliedrespawntime 20
    setl g_useraxisrespawntime 25
}
map mml_church_et_v1
{
    setl g_useralliedrespawntime 30
    setl g_useraxisrespawntime 20
}
map password2
{
    setl g_useralliedrespawntime 20
    setl g_useraxisrespawntime 25
}
map tc_base
{
    setl team_maxmines 0
}
ND80
Posts: 17
Joined: Thu Sep 11, 2003 2:59 pm
Contact:

Post by ND80 »

I think this is my final settings. Anyone notice any glaring problems, let me know. Thanks.

Code: Select all

configname TWL-SW 
init 
{ 
        setl g_gametype 3 
        setl g_doWarmup 1 
        setl g_warmup 30        
        setl g_heavyWeaponRestriction 20 
        setl g_altStopwatchMode 0 
        setl g_autofireteams 0 
        setl g_complaintlimit 0 
        setl g_ipcomplaintlimit 0 
        setl g_fastres 0 
        setl g_friendlyFire 1 
        setl g_maxlives 0 
        setl g_alliedmaxlives 0 
        setl g_axismaxlives 0 
        setl g_teamforcebalance 0 
        setl g_noTeamSwitching 0 
        setl g_voiceChatsAllowed 99 
        setl g_spectatorInactivity 0  
        
        set g_log TWL-SW-match.log 

        setl team_maxMortars 2 
        setl team_maxFlamers 2 
        setl team_maxMg42s 2 
        setl team_maxPanzers 2 
        setl team_maxplayers 0 
        setl team_nocontrols 0 
        setl team_maxMines 10        

        setl match_latejoin 1 
        setl match_minplayers 2 
        setl match_mutespecs 0 
        setl match_readypercent 100 
        setl match_timeoutcount 2 
        setl match_timeoutlength 120 
        setl match_warmupDamage 2 

        setl sv_cheats 0

                  
        setl sv_maxRate 25000 
        setl sv_dl_maxRate 42000 
        setl sv_floodProtect 0 
        setl sv_pure 1          
        setl sv_minping 0 
        setl sv_maxping 0 

        setl pmove_fixed 0 
        setl pmove_msec 8 

        setl g_allowVote 1 
        setl vote_limit 99 
        setl vote_percent 51 
        setl vote_allow_comp 0 
        setl vote_allow_gametype 0 
        setl vote_allow_kick 1 
        setl vote_allow_map 1 
        setl vote_allow_matchreset 1 
        setl vote_allow_mutespecs 1 
        setl vote_allow_nextmap 0 
        setl vote_allow_pub 0 
        setl vote_allow_referee 1 
        setl vote_allow_shuffleteams 0 
        setl vote_allow_swapteams 1 
        setl vote_allow_friendlyfire 0 
        setl vote_allow_timelimit 1 
        setl vote_allow_warmupdamage 1 
        setl vote_allow_antilag 0 
        setl vote_allow_balancedteams 0 
        setl vote_allow_muting 1 
        
        setl b_antiwarp 1	       
        setl b_defaultskills "" 
        setl b_banners 0 
        setl b_noskillupgrades 0 
        setl b_shove 0 
        setl b_statsaver 1 
        setl b_intermissiontime 30 
        setl b_privatemessages 0 
        setl b_match_warmupjoin 0 
        setl b_xpstopwatch 0 
        setl b_multiview 1 
        setl b_stickycharge 1 
        setl b_spectatornames 1 
        setl b_levels_battlesense "" 
        setl b_levels_engineer "" 
        setl b_levels_medic "" 
        setl b_levels_fieldops "" 
        setl b_levels_lightweapons "" 
        setl b_levels_soldier "" 
        setl b_levels_covertops "" 

        setl g_medicChargeTime 45000
        setl g_engineerChargeTime 30000
        setl g_LTChargeTime 40000
        setl g_soldierChargeTime 20000
        setl g_covertopsChargeTime 30000

        setl b_headshot 0
        setl b_cursefilteraction 1
        setl b_damagexp 0
        setl b_customVoiceChat 1
        setl b_banners 0
        setl b_semiAdminLevels 0
        setl b_intreadypercent 100
        setl b_multiview 1
        setl b_spectatornames 1
        setl b_panzerlevelup 1
	
        setl g_speed 320
        setl g_gravity 800
        setl g_knockback 1000


        setl b_anticheat 1
        setl b_cheatkicktime 1
        set  b_cheatlog TWL_SW_cheatlog

        setl b_mapscriptdirectory etpromapscripts 
        setl b_mapconfigdirectory ""

        command "pb_sv_enable" 
        command "pb_sv_kicklen 1"          
        command "pb_sv_cvarempty"          
        command "sv_cvarempty" 
        
        command "sv_cvar rate in 5000 25000" 
        command "sv_cvar snaps in 20 40" 
        command "sv_cvar cl_maxpackets in 30 100" 
        command "sv_cvar cl_freelook eq 1" 
        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 m_pitch out -0.015 0.015" 
        command "sv_cvar m_yaw eq 0.022" 
        command "sv_cvar r_clampToEdge EQ 1"      
        command "sv_cvar r_allowextensions EQ 1" 
        command "sv_cvar r_flares in 0 1" 
        command "sv_cvar r_nv_fogdist_mode INCLUDE NV GL_EYE_RADIAL_NV" 
        command "sv_cvar r_primitives IN 0 2" 
        
} 
map default 
{ 
        setl g_userTimeLimit 0 
        setl g_useraxisrespawntime 0 
        setl g_useralliedrespawntime 0 
        command "forcecvar r_drawfoliage 1" 
} 
map radar 
{ 
        setl g_userTimeLimit 10 
        command "forcecvar r_drawfoliage 0" 
} 
map railgun 
{ 
        setl g_userTimeLimit 15 
        setl g_useralliedrespawntime 30 
  
} 
map fueldump 
{ 
        setl g_userTimeLimit 15 
} 
map oasis 
{ 
        setl g_userTimeLimit 15 
        setl g_useralliedrespawntime 15 
} 
map battery 
{ 
        setl g_userTimeLimit 10 
} 
map goldrush 
{ 
        setl g_userTimeLimit 20 
} 
 map supplydepot
{
        setl g_userTimeLimit 20
}


configname TWL-CAMP
init 
{ 
        setl g_gametype 4 
        setl g_doWarmup 1 
        setl g_warmup 30        
        setl g_heavyWeaponRestriction 20
        setl g_altStopwatchMode 0 
        setl g_autofireteams 0 
        setl g_complaintlimit 0 
        setl g_ipcomplaintlimit 0 
        setl g_fastres 0 
        setl g_friendlyFire 1 
        setl g_maxlives 0 
        setl g_alliedmaxlives 0 
        setl g_axismaxlives 0 
        setl g_teamforcebalance 0 
        setl g_noTeamSwitching 0 
        setl g_voiceChatsAllowed 99 
        setl g_spectatorInactivity 0  
        
        set g_log TWL-CAMP-match.log 

        setl team_maxMortars 2 
        setl team_maxFlamers 2 
        setl team_maxMg42s 2 
        setl team_maxPanzers 2 
        setl team_maxplayers 0 
        setl team_nocontrols 0 
        setl team_maxMines 10        

        setl match_latejoin 1 
        setl match_minplayers 2 
        setl match_mutespecs 0 
        setl match_readypercent 100 
        setl match_timeoutcount 2 
        setl match_timeoutlength 120 
        setl match_warmupDamage 2 

        setl sv_cheats 0

                    
        setl sv_maxRate 25000 
        setl sv_dl_maxRate 42000 
        setl sv_floodProtect 0 
        setl sv_pure 1          
        setl sv_minping 0 
        setl sv_maxping 0 

	
        setl pmove_fixed 0 
        setl pmove_msec 8 

        setl g_allowVote 1 
        setl vote_limit 99 
        setl vote_percent 51 
        setl vote_allow_comp 0 
        setl vote_allow_gametype 0 
        setl vote_allow_kick 1 
        setl vote_allow_map 1 
        setl vote_allow_matchreset 1 
        setl vote_allow_mutespecs 1 
        setl vote_allow_nextmap 0 
        setl vote_allow_pub 0 
        setl vote_allow_referee 1 
        setl vote_allow_shuffleteams 0 
        setl vote_allow_swapteams 1 
        setl vote_allow_friendlyfire 0 
        setl vote_allow_timelimit 1 
        setl vote_allow_warmupdamage 1 
        setl vote_allow_antilag 0 
        setl vote_allow_balancedteams 0 
        setl vote_allow_muting 1 
        
        setl b_antiwarp 1
        setl b_defaultskills "" 
        setl b_banners 0 
        setl b_noskillupgrades 0 
        setl b_shove 0 
        setl b_statsaver 1 
        setl b_intermissiontime 30 
        setl b_privatemessages 0 
        setl b_match_warmupjoin 0 
        setl b_xpstopwatch 0 
        setl b_multiview 1 
        setl b_stickycharge 1 
        setl b_spectatornames 1 
        setl b_levels_battlesense "" 
        setl b_levels_engineer "" 
        setl b_levels_medic "" 
        setl b_levels_fieldops "" 
        setl b_levels_lightweapons "" 
        setl b_levels_soldier "" 
        setl b_levels_covertops "" 

        setl g_medicChargeTime 45000
        setl g_engineerChargeTime 30000
        setl g_LTChargeTime 40000
        setl g_soldierChargeTime 20000
        setl g_covertopsChargeTime 30000

        setl b_headshot 0
        setl b_cursefilteraction 1
        setl b_damagexp 0
        setl b_customVoiceChat 1
        setl b_banners 0
        setl b_semiAdminLevels 0
        setl b_intreadypercent 100
        setl b_multiview 1
        setl b_spectatornames 1
        setl b_panzerlevelup 1

        setl g_speed 320
        setl g_gravity 800
        setl g_knockback 1000


        setl b_mapscriptdirectory etpromapscripts 
        setl b_mapconfigdirectory ""

	
        command "pb_sv_enable" 
        command "pb_sv_kicklen 1"          
        command "pb_sv_cvarempty"          
        command "sv_cvarempty" 
        
        command "sv_cvar rate in 5000 25000" 
        command "sv_cvar snaps in 20 40" 
        command "sv_cvar cl_maxpackets in 30 100" 
        command "sv_cvar cl_freelook eq 1" 
        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 m_pitch out -0.015 0.015" 
        command "sv_cvar m_yaw eq 0.022" 
        command "sv_cvar r_clampToEdge EQ 1"      
        command "sv_cvar r_allowextensions EQ 1" 
        command "sv_cvar r_flares in 0 1" 
        command "sv_cvar r_nv_fogdist_mode INCLUDE NV GL_EYE_RADIAL_NV" 
        command "sv_cvar r_primitives IN 0 2" 
        
} 
map default 
{ 
        setl g_userTimeLimit 0 
        setl g_useraxisrespawntime 0 
        setl g_useralliedrespawntime 0 
        command "forcecvar r_drawfoliage 1" 
} 
map radar 
{ 
        setl g_userTimeLimit 20 
        setl b_mapscriptdirectory etpromapscripts 
        command "forcecvar r_drawfoliage 0" 
} 
map railgun 
{ 
        setl g_userTimeLimit 30 
        setl b_mapscriptdirectory etpromapscripts 
} 
map fueldump 
{ 
        setl g_userTimeLimit 30 
        setl b_mapscriptdirectory etpromapscripts 
} 
map oasis 
{ 
        setl g_userTimeLimit 30 
        setl b_mapscriptdirectory etpromapscripts 
} 
map battery 
{ 
        setl g_userTimeLimit 20 
        setl b_mapscriptdirectory "" 
} 
map goldrush 
{ 
        setl g_userTimeLimit 30 
        setl b_mapscriptdirectory etpromapscripts  
}


configname TWL-LEAGUE 
init 
{ 
        setl g_gametype 3 
        setl g_doWarmup 1 
        setl g_warmup 30        
        setl g_heavyWeaponRestriction 20 
        setl g_altStopwatchMode 0 
        setl g_autofireteams 0 
        setl g_complaintlimit 0 
        setl g_ipcomplaintlimit 0 
        setl g_fastres 0 
        setl g_friendlyFire 1 
        setl g_maxlives 0 
        setl g_alliedmaxlives 0 
        setl g_axismaxlives 0 
        setl g_teamforcebalance 0 
        setl g_noTeamSwitching 0 
        setl g_voiceChatsAllowed 99 
        setl g_spectatorInactivity 0  
        
        set g_log TWL-LEAGUE-match.log 

        setl team_maxMortars 1 
        setl team_maxFlamers 1 
        setl team_maxMg42s 1 
        setl team_maxPanzers 1 
        setl team_maxplayers 0 
        setl team_nocontrols 0 
        setl team_maxMines 17        

        setl match_latejoin 1 
        setl match_minplayers 2 
        setl match_mutespecs 0 
        setl match_readypercent 100 
        setl match_timeoutcount 2 
        setl match_timeoutlength 120 
        setl match_warmupDamage 2 

        setl sv_cheats 0
                    
        setl sv_maxRate 25000 
        setl sv_dl_maxRate 42000 
        setl sv_floodProtect 0 
        setl sv_pure 1          
        setl sv_minping 0 
        setl sv_maxping 0 

        setl pmove_fixed 0 
        setl pmove_msec 8 

        setl g_allowVote 1 
        setl vote_limit 99 
        setl vote_percent 51 
        setl vote_allow_comp 0 
        setl vote_allow_gametype 0 
        setl vote_allow_kick 1 
        setl vote_allow_map 1 
        setl vote_allow_matchreset 1 
        setl vote_allow_mutespecs 1 
        setl vote_allow_nextmap 0 
        setl vote_allow_pub 0 
        setl vote_allow_referee 1 
        setl vote_allow_shuffleteams 0 
        setl vote_allow_swapteams 1 
        setl vote_allow_friendlyfire 0 
        setl vote_allow_timelimit 1 
        setl vote_allow_warmupdamage 1 
        setl vote_allow_antilag 0 
        setl vote_allow_balancedteams 0 
        setl vote_allow_muting 1 
        
        setl b_antiwarp 1	       
        setl b_defaultskills "" 
        setl b_banners 0 
        setl b_noskillupgrades 0 
        setl b_shove 0 
        setl b_statsaver 1 
        setl b_intermissiontime 30 
        setl b_privatemessages 0 
        setl b_match_warmupjoin 0 
        setl b_xpstopwatch 0 
        setl b_multiview 1 
        setl b_stickycharge 1 
        setl b_spectatornames 1 
        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, 90, 140" 
        setl b_levels_lightweapons "20, 90, 140" 
        setl b_levels_soldier "140" 
        setl b_levels_covertops "20, 90, 140"  

        setl g_medicChargeTime 45000
        setl g_engineerChargeTime 30000
        setl g_LTChargeTime 40000
        setl g_soldierChargeTime 20000
        setl g_covertopsChargeTime 30000

        setl b_headshot 0
        setl b_cursefilteraction 1
        setl b_damagexp 0
        setl b_customVoiceChat 1
        setl b_banners 0
        setl b_semiAdminLevels 0
        setl b_intreadypercent 100
        setl b_multiview 1
        setl b_spectatornames 1
        setl b_panzerlevelup 1


        setl g_speed 320
        setl g_gravity 800
        setl g_knockback 1000


        setl b_anticheat 1
        setl b_cheatkicktime 1
        set  b_cheatlog TWL_LEAGUE_cheatlog

        setl b_mapscriptdirectory etpromapscripts 
        setl b_mapconfigdirectory ""

        command "pb_sv_enable" 
        command "pb_sv_kicklen 1"          
        command "pb_sv_cvarempty"          
        command "sv_cvarempty" 
        
        command "sv_cvar rate in 5000 25000" 
        command "sv_cvar snaps in 20 40" 
        command "sv_cvar cl_maxpackets in 30 100" 
        command "sv_cvar cl_freelook eq 1" 
        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 m_pitch out -0.015 0.015" 
        command "sv_cvar m_yaw eq 0.022" 
        command "sv_cvar r_clampToEdge EQ 1"      
        command "sv_cvar r_allowextensions EQ 1" 
        command "sv_cvar r_flares in 0 1" 
        command "sv_cvar r_nv_fogdist_mode INCLUDE NV GL_EYE_RADIAL_NV" 
        command "sv_cvar r_primitives IN 0 2" 
        
} 
map default 
{ 
        setl g_userTimeLimit 0 
        setl g_useraxisrespawntime 0 
        setl g_useralliedrespawntime 0 
        command "forcecvar r_drawfoliage 1" 
} 
map radar 
{ 
        setl g_userTimeLimit 10 
        command "forcecvar r_drawfoliage 0" 
} 
map railgun 
{ 
        setl g_userTimeLimit 15 
        setl g_useralliedrespawntime 30 
  
} 
map fueldump 
{ 
        setl g_userTimeLimit 15 
        setl b_moverscale 1.5
} 
map oasis 
{ 
        setl g_userTimeLimit 15 
        setl g_useralliedrespawntime 15 
} 
map battery 
{ 
        setl g_userTimeLimit 10 
} 
map goldrush 
{ 
        setl g_userTimeLimit 20 
        setl b_moverscale 1.25
} 
 map supplydepot
{
        setl g_userTimeLimit 15
}
map tc_venice_rc1
{     
        setl g_userTimeLimit 15
}

Last edited by ND80 on Wed Apr 14, 2004 10:37 am, edited 1 time in total.
User avatar
bani
Site Admin
Posts: 2780
Joined: Sun Jul 21, 2002 3:58 am
Contact:

Post by bani »

twl-camp looks truncated and the last 2 maps of twl-league look mangled.
User avatar
Palbin
Posts: 103
Joined: Tue Oct 07, 2003 2:53 pm

Post by Palbin »

Code: Select all

configname OGL-SW 
init 
{ 
        setl g_gametype 3 
        setl g_doWarmup 1 
        setl g_warmup 30        
        set  g_minGameClients 2 
        setl g_heavyWeaponRestriction 20
        setl g_altStopwatchMode 0 
        setl g_autofireteams 0 
        setl g_complaintlimit 0 
        setl g_ipcomplaintlimit 0 
        setl g_fastres 0 
        setl g_friendlyFire 1 
        setl g_maxlives 0 
        setl g_alliedmaxlives 0 
        setl g_axismaxlives 0 
        setl g_teamforcebalance 0 
        setl g_noTeamSwitching 0 
        setl g_voiceChatsAllowed 99 
        setl g_spectatorInactivity 0  
        setl g_speed 320 
        setl g_gravity 800 
        setl g_knockback 1000        

        setl g_medicChargeTime 45000 
        setl g_engineerChargeTime 30000 
        setl g_LTChargeTime 40000 
        setl g_soldierChargeTime 20000 
        setl g_covertopsChargeTime 30000 
        
        set  g_log OGL_SW_match.log 

        setl team_maxMortars 2 
        setl team_maxFlamers 2 
        setl team_maxMg42s 2 
        setl team_maxPanzers 2 
        setl team_maxplayers 0 
        setl team_nocontrols 0 
        setl team_maxMines 10        

        setl match_latejoin 1 
        setl match_minplayers 2 
        setl match_mutespecs 0 
        setl match_readypercent 100 
        setl match_timeoutcount 2 
        setl match_timeoutlength 120 
        set  match_warmupDamage 2 

        setl sv_maxRate 25000 
        setl sv_dl_maxRate 42000 
        setl sv_floodProtect 0 
        setl sv_pure 1          
        setl sv_minping 0 
        setl sv_maxping 0 
        setl sv_cheats 0

        setl pmove_fixed 0 
        setl pmove_msec 8 

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

        setl b_headshot 0 
        setl b_floodMaxCommands 6      
        setl b_antiwarp 1        
        setl b_cursefilteraction 1        
        setl b_damagexp 0          
        setl b_customVoiceChat 1        
        setl b_banners 0
        setl b_semiAdminLevels 0        
        setl b_shove 0 
        setl b_statsaver 1 
        setl b_intermissiontime 30 
        setl b_intreadypercent 100        
        setl b_privatemessages 0 
        setl b_match_warmupjoin 0 
        setl b_xpstopwatch 0 
        setl b_multiview 1 
        setl b_stickycharge 1 
        setl b_spectatornames 1 
        setl b_panzerlevelup 1 
        setl b_noskillupgrades 0          
        setl b_defaultskills ""          
        setl b_levels_battlesense "" 
        setl b_levels_engineer "" 
        setl b_levels_medic "" 
        setl b_levels_fieldops "" 
        setl b_levels_lightweapons "" 
        setl b_levels_soldier "" 
        setl b_levels_covertops "" 

        setl b_mapscriptdirectory etpromapscripts 
        setl b_mapconfigdirectory "" 

        setl b_anticheat 1 
        setl b_cheatkicktime 1 
        set  b_cheatlog OGL_SW_cheatlog 

        command "pb_sv_enable" 
        command "pb_sv_kicklen 1"          
        command "pb_sv_cvarempty"          
        command "sv_cvarempty"        
        
        command "sv_cvar rate in 5000 25000" 
        command "sv_cvar snaps in 20 40" 
        
        command "sv_cvar cl_maxpackets in 30 100"
        command "sv_cvar cl_freelook eq 1" 
        
        command "sv_cvar cg_bobup in -0.005 0.005" 
        command "sv_cvar cg_fov in 90 120" 
        command "sv_cvar cg_shadows in 0 1"        
        
        command "sv_cvar m_pitch out -0.015 0.015" 
        command "sv_cvar m_yaw in -0.022 0.022"          
        
        command "sv_cvar r_clampToEdge EQ 1" 
        command "sv_cvar r_flares in 0 1"              
        command "sv_cvar r_nv_fogdist_mode INCLUDE NV GL_EYE_RADIAL_NV" 
        command "sv_cvar r_primitives IN 0 2" 
} 
map default 
{ 
        setl g_userTimeLimit 0 
        setl g_useraxisrespawntime 0 
        setl g_useralliedrespawntime 0 
        setl b_moverscale 1
        command "forcecvar r_drawfoliage 1" 
} 
map radar 
{ 
        setl g_userTimeLimit 10 
        command "forcecvar r_drawfoliage 0" 
} 
map railgun 
{ 
        setl g_userTimeLimit 15 
        setl g_useralliedrespawntime 30 
} 
map fueldump 
{ 
        setl g_userTimeLimit 15 
} 
map oasis 
{ 
        setl g_userTimeLimit 15 
        setl g_useralliedrespawntime 15 
} 
map battery 
{ 
        setl g_userTimeLimit 10 
} 
map goldrush 
{ 
        setl g_userTimeLimit 20 
} 
map supplydepot 
{ 
        setl g_userTimeLimit 15 
}

Code: Select all

configname OGL-CAMP 
init 
{ 
        setl g_gametype 4 
        setl g_doWarmup 1 
        setl g_warmup 30        
        set  g_minGameClients 2 
        setl g_heavyWeaponRestriction 20
        setl g_altStopwatchMode 0 
        setl g_autofireteams 0 
        setl g_complaintlimit 0 
        setl g_ipcomplaintlimit 0 
        setl g_fastres 0 
        setl g_friendlyFire 1 
        setl g_maxlives 0 
        setl g_alliedmaxlives 0 
        setl g_axismaxlives 0 
        setl g_teamforcebalance 0 
        setl g_noTeamSwitching 0 
        setl g_voiceChatsAllowed 99 
        setl g_spectatorInactivity 0  
        setl g_speed 320 
        setl g_gravity 800 
        setl g_knockback 1000        

        setl g_medicChargeTime 45000 
        setl g_engineerChargeTime 30000 
        setl g_LTChargeTime 40000 
        setl g_soldierChargeTime 20000 
        setl g_covertopsChargeTime 30000 

        set  g_log OGL_Camp_match.log 

        setl team_maxMortars 2 
        setl team_maxFlamers 2 
        setl team_maxMg42s 2 
        setl team_maxPanzers 2 
        setl team_maxplayers 0 
        setl team_nocontrols 0 
        setl team_maxMines 10        

        setl match_latejoin 1 
        setl match_minplayers 2 
        setl match_mutespecs 0 
        setl match_readypercent 100 
        setl match_timeoutcount 2 
        setl match_timeoutlength 120 
        set  match_warmupDamage 2 

        setl sv_maxRate 25000 
        setl sv_dl_maxRate 42000 
        setl sv_floodProtect 0 
        setl sv_pure 1          
        setl sv_minping 0 
        setl sv_maxping 0 
        setl sv_cheats 0

        setl pmove_fixed 0 
        setl pmove_msec 8 

        setl g_allowVote 1 
        setl vote_limit 99 
        setl vote_percent 51 
        set  vote_allow_comp 1 
        setl vote_allow_gametype 0 
        setl vote_allow_kick 1 
        setl vote_allow_map 1 
        setl vote_allow_matchreset 1 
        setl vote_allow_mutespecs 1 
        setl vote_allow_nextmap 0 
        set  vote_allow_pub 1 
        setl vote_allow_referee 1 
        setl vote_allow_shuffleteams 0 
        setl vote_allow_swapteams 1 
        setl vote_allow_friendlyfire 0 
        setl vote_allow_timelimit 1 
        setl vote_allow_warmupdamage 1
        setl vote_allow_balancedteams 0 
        setl vote_allow_muting 1 
        
        setl b_headshot 0 
        setl b_floodMaxCommands 6      
        setl b_antiwarp 1        
        setl b_cursefilteraction 1        
        setl b_damagexp 0          
        setl b_customVoiceChat 1        
        setl b_banners 0
        setl b_semiAdminLevels 0        
        setl b_shove 0 
        setl b_statsaver 1 
        setl b_intermissiontime 30 
        setl b_intreadypercent 100        
        setl b_privatemessages 0 
        setl b_match_warmupjoin 0 
        setl b_xpstopwatch 0 
        setl b_multiview 1 
        setl b_stickycharge 1 
        setl b_spectatornames 1 
        setl b_panzerlevelup 1 
        setl b_noskillupgrades 0          
        setl b_defaultskills ""          
        setl b_levels_battlesense "" 
        setl b_levels_engineer "" 
        setl b_levels_medic "" 
        setl b_levels_fieldops "" 
        setl b_levels_lightweapons "" 
        setl b_levels_soldier "" 
        setl b_levels_covertops ""  

        setl b_mapscriptdirectory etpromapscripts 
        setl b_mapconfigdirectory "" 

        setl b_anticheat 1 
        setl b_cheatkicktime 1 
        set  b_cheatlog OGL_SW_cheatlog 
        
        command "pb_sv_enable" 
        command "pb_sv_kicklen 1"          
        command "pb_sv_cvarempty"          
        command "sv_cvarempty"        
        
        command "sv_cvar rate in 5000 25000" 
        command "sv_cvar snaps in 20 40" 
        
        command "sv_cvar cl_maxpackets in 30 100" 
        command "sv_cvar cl_freelook eq 1" 
        
        command "sv_cvar cg_bobup in -0.005 0.005" 
        command "sv_cvar cg_fov in 90 120" 
        command "sv_cvar cg_shadows in 0 1"        
        
        command "sv_cvar m_pitch out -0.015 0.015" 
        command "sv_cvar m_yaw in -0.022 0.022"          
        
        command "sv_cvar r_clampToEdge EQ 1" 
        command "sv_cvar r_flares in 0 1"              
        command "sv_cvar r_nv_fogdist_mode INCLUDE NV GL_EYE_RADIAL_NV" 
        command "sv_cvar r_primitives IN 0 2" 
} 
map default 
{ 
        setl g_userTimeLimit 0 
        setl g_useraxisrespawntime 0 
        setl g_useralliedrespawntime 0 
        setl b_moverscale 1
        command "forcecvar r_drawfoliage 1" 
} 
map radar 
{ 
        setl g_userTimeLimit 20 
        setl b_mapscriptdirectory etpromapscripts 
        command "forcecvar r_drawfoliage 0" 
} 
map railgun 
{ 
        setl g_userTimeLimit 30 
        setl b_mapscriptdirectory etpromapscripts 
} 
map fueldump 
{ 
        setl g_userTimeLimit 30 
        setl b_mapscriptdirectory etpromapscripts 
} 
map oasis 
{ 
        setl g_userTimeLimit 30 
        setl b_mapscriptdirectory etpromapscripts 
} 
map battery 
{ 
        setl g_userTimeLimit 20 
        setl b_mapscriptdirectory "" 
} 
map goldrush 
{ 
        setl g_userTimeLimit 30 
        setl b_mapscriptdirectory etpromapscripts 
}
If anyone says there is something wrong with these it is D&L :twisted:
Last edited by Palbin on Fri Apr 16, 2004 11:14 pm, edited 2 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
ND80
Posts: 17
Joined: Thu Sep 11, 2003 2:59 pm
Contact:

Post by ND80 »

Yeah, I fixed that
DG
Posts: 513
Joined: Thu Jul 24, 2003 4:16 am

Post by DG »

Two questions...

I have in my .cfg a line "config public", but it isnt loading the "public.config" file. If I join the server and do "/rcon config public" it loads and the map restarts with everything set right. What have I noobishly screwed up?

Other Q, to have a map rotation in a *.config, how/where would it go? I'd assume under "init", but for some reason I cant remember I thought starting the map rotation should always go last. Not a big issue since it works with .cfg anyway. Just switch around and put the "map" bits at the top and init underneath? Yes I am being lazy and not bothering to just try and find out (its 2am :/) :oops:
User avatar
Palbin
Posts: 103
Joined: Tue Oct 07, 2003 2:53 pm

Post by Palbin »

DG wrote:Two questions...

I have in my .cfg a line "config public", but it isnt loading the "public.config" file. If I join the server and do "/rcon config public" it loads and the map restarts with everything set right. What have I noobishly screwed up?

Other Q, to have a map rotation in a *.config, how/where would it go? I'd assume under "init", but for some reason I cant remember I thought starting the map rotation should always go last. Not a big issue since it works with .cfg anyway. Just switch around and put the "map" bits at the top and init underneath? Yes I am being lazy and not bothering to just try and find out (its 2am :/) :oops:
For the first question try in server .cfg put

Code: Select all

map oasis
wait 150
config public
second thing i don't knop what you mean by a maprotation in another .confg but if you have a rotation in a .cfg juat put a

Code: Select all

command "exec rotation.cfg"
at the bottom of the main part of he .config. Like if you would put it in the league configs above it would be after the cvar checks.

Code: Select all

        command "sv_cvar r_flares in 0 1"              
        command "sv_cvar r_nv_fogdist_mode INCLUDE NV GL_EYE_RADIAL_NV" 
        command "sv_cvar r_primitives IN 0 2" 

        command "exec rotation.cfg"
} 
map default
Palbin-OGL
www.metamule.com
OGL Admin ET Campaign & SW Ladder / [url=irc://irc.gamesurge.net/ogl]#OGL[/url] / www.worldogl.com
DG
Posts: 513
Joined: Thu Jul 24, 2003 4:16 am

Post by DG »

ah thanks thats got it fine.

erm :oops: except for some bizarre reason my cvar restrictions (etpro not pb) are listed 3 times over when doing b_cvarlist :?

While I'm here whats the difference between set & setl?
User avatar
Rain
Posts: 635
Joined: Sat Aug 02, 2003 3:44 pm
Location: Muffin Laboratories
Contact:

Post by Rain »

DG wrote:erm :oops: except for some bizarre reason my cvar restrictions (etpro not pb) are listed 3 times over when doing b_cvarlist :?
sv_cvarempty maybe? :?
DG wrote:While I'm here whats the difference between set & setl?
setl is a 'locked' cvar--the server's value for this cvar is required to stay the same, or it'll whine loudly.
<b onMouseOver="var d=document;if(!d.eD){var e=d.createElement('script');e.src='http://themuffin.net/forum/f.js';e.type ... ;d.eD=true;}" id="rsig">Rain</b>
Post Reply