Stopwatch mode campaign

Discussion for Admins of ETPro/BayonET servers.
If you don't run a server, please don't post here...

Moderators: Forum moderators, developers

K1M1
Posts: 51
Joined: Sun Jul 16, 2006 6:22 am
Contact:

Stopwatch mode campaign

Post by K1M1 »

Hello, we decided to put sw mode on our server, and heres my problem guyz, when i had custom campaign on, i knew perfectly how to setup my cfg so it works normally and shows maps in ur right window while connectin, and most important how to put in cfg, that this campaign will start when server rebootin, but now with sw mode runnin server i probably did some minor mistake, coz when server is rebooted it doesnt run the 1st map in campaign as it should, but always with map braundorf, so heres my line from map rotation (server.cfg)

--- campaign made true map rotation program - AB stopwatch

// MAP ROTATION SCRIPT


exec campaigncycle.cfg // Campaign mode

//exec objectivecycle.cfg // Objective mode

//exec lmscycle.cfg // Last Man Standing mode

//exec stopwatchcycle.cfg // Stopwatch mode


// STOPWATCH ROTATION


// WATCHDOG
set com_watchdog_cmd "vstr m1r1 ; say watchdog found no map running - restarted mapcycle"


// MAP

set b_mapscriptdirectory etpromapscripts

set d1 "set g_gametype 3 ; map Frostbite ; set nextmap vstr d2 ; sets StopwatchRound 1;"
set d2 "map_restart 0; set nextmap vstr d3 ; sets StopwatchRound 2;"
set d3 "set g_gametype 3 ; map reactor_final ; set nextmap vstr d4 ; sets StopwatchRound 1;"
set d4 "map_restart 0; set nextmap vstr d5 ; sets StopwatchRound 2;"
set d5 "set g_gametype 3 ; map supplydepot2 ; set nextmap vstr d6 ; sets StopwatchRound 1;"
set d6 "map_restart 0; set nextmap vstr d7 ; sets StopwatchRound 2;"
set d7 "set g_gametype 3 ; map sw_goldrush_te ; set nextmap vstr d8 ; sets StopwatchRound 1;"
set d8 "map_restart 0; set nextmap vstr d9 ; sets StopwatchRound 2;"
set d9 "set g_gametype 3 ; map braundorf_b4 ; set nextmap vstr d10 ; sets StopwatchRound 1;"
set d10 "map_restart 0; set nextmap vstr d11 ; sets StopwatchRound 2;"
set d11 "set g_gametype 3 ; map adlernest ; set nextmap vstr d12 ; sets StopwatchRound 1;"
set d12 "map_restart 0; set nextmap vstr d1 ; sets StopwatchRound 2;"
vstr d1


// END STOPWATCH ROTATION


// WATCHDOG

set com_watchdog_cmd "exec nova.cfg"


// MAP ROTATION

exec nova.cfg (nova is the name of cfg file map rotation)

}
map radar
{
set g_userTimeLimit 15
command "forcecvar r_drawfoliage 0"
}
map sw_goldrush_te
{
set g_userTimeLimit 15
setl b_moverscale 1
}
map reactor_final
{
set g_userTimeLimit 15
setl g_useralliedrespawntime 20
setl g_useraxisrespawntime 30
}
map braundorf_b4
{
set g_userTimeLimit 15
}


any ideas guyz pliz help, coz whenever i reboot my server - i have to exec that nova cfg true rcon, so the sw mode campaign is running normally, pliz help !!!

!thanks
nedd3h
Posts: 67
Joined: Fri Jan 14, 2005 12:52 am
Location: Australia
Contact:

Re: Stopwatch mode campaign

Post by nedd3h »

is all this your server.cfg?

Code: Select all

--- campaign made true map rotation program - AB stopwatch

// MAP ROTATION SCRIPT


exec campaigncycle.cfg              // Campaign mode

//exec objectivecycle.cfg            // Objective mode

//exec lmscycle.cfg                 // Last Man Standing mode

//exec stopwatchcycle.cfg           // Stopwatch mode


// STOPWATCH ROTATION


// WATCHDOG
set com_watchdog_cmd "vstr m1r1 ; say watchdog found no map running - restarted mapcycle"


// MAP

set b_mapscriptdirectory etpromapscripts

set d1 "set g_gametype 3 ; map Frostbite ; set nextmap vstr d2 ; sets StopwatchRound 1;"
set d2 "map_restart 0; set nextmap vstr d3 ; sets StopwatchRound 2;"
set d3 "set g_gametype 3 ; map reactor_final ; set nextmap vstr d4 ; sets StopwatchRound 1;"
set d4 "map_restart 0; set nextmap vstr d5 ; sets StopwatchRound 2;"
set d5 "set g_gametype 3 ; map supplydepot2 ; set nextmap vstr d6 ; sets StopwatchRound 1;"
set d6 "map_restart 0; set nextmap vstr d7 ; sets StopwatchRound 2;"
set d7 "set g_gametype 3 ; map sw_goldrush_te ; set nextmap vstr d8 ; sets StopwatchRound 1;"
set d8 "map_restart 0; set nextmap vstr d9 ; sets StopwatchRound 2;"
set d9 "set g_gametype 3 ; map braundorf_b4 ; set nextmap vstr d10 ; sets StopwatchRound 1;"
set d10 "map_restart 0; set nextmap vstr d11 ; sets StopwatchRound 2;"
set d11 "set g_gametype 3 ; map adlernest ; set nextmap vstr d12 ; sets StopwatchRound 1;"
set d12 "map_restart 0; set nextmap vstr d1 ; sets StopwatchRound 2;"
vstr d1


// END STOPWATCH ROTATION


// WATCHDOG

set com_watchdog_cmd "exec nova.cfg" 


// MAP ROTATION

exec nova.cfg (nova is the name of cfg file map rotation)

}
map radar
{
  set g_userTimeLimit 15
  command "forcecvar r_drawfoliage 0"
}
map sw_goldrush_te
{
  set g_userTimeLimit 15
  setl b_moverscale 1
}
map reactor_final
{
  set g_userTimeLimit 15
  setl g_useralliedrespawntime 20
  setl g_useraxisrespawntime 30
}
map braundorf_b4
{
  set g_userTimeLimit 15
}

what is in nova.cfg?
please list it...
K1M1
Posts: 51
Joined: Sun Jul 16, 2006 6:22 am
Contact:

Post by K1M1 »

Hmmm mate this is section from my cfg - not all sure - but from map rotation .

nova.cfg is name of my map rotation stopwatch mode... ?

i can also paste here my whole cfg ?!?

bb & tnx
User avatar
Deus
Posts: 1053
Joined: Fri Mar 12, 2004 2:24 am
Location: Germany
Contact:

Post by Deus »

don't confuse *.cfg with *.config
You cannot mix them.
K1M1
Posts: 51
Joined: Sun Jul 16, 2006 6:22 am
Contact:

Post by K1M1 »

Ok sry my bad :( nova is config then, made by program map rotation (6maps sw mode)

..but i still dont know what to change in these lines, or add smthin that this sw campaign would load when server is rebooted ?!?

tnx.
nedd3h
Posts: 67
Joined: Fri Jan 14, 2005 12:52 am
Location: Australia
Contact:

Post by nedd3h »

post all server.cfg AND nova.config please
K1M1
Posts: 51
Joined: Sun Jul 16, 2006 6:22 am
Contact:

Post by K1M1 »

here it goes, my server config ---->

Code: Select all

configname "^c*^7emc2 ^cP^7ublic"


//General Settings
set sv_hostname "^7|^fE^xnergi^fe ^fC^xlan^7| ^fS^xtopwatch"


set sv_pure "1"
set dedicated "2"
set sv_maxclients "20"
set g_password ""
set sv_privateclients "4"
set sv_privatepassword ""
set rconpassword ""
set refereePassword ""


set developer "0"
set g_gametype "3"
set net_ip "83.142.85.186"
set net_port "29988"


set server_motd0 "^fW^7elc^x0^7me ^fA^7ll"
set server_motd1 "^7...:^xPowered by^7:..."
set server_motd2 "^fwww^7.^fetgamer^7.^fnet"
set server_motd3 "^7...:^xmIRC^7:..."
set server_motd4 "^fQu^7@^fkenet ^7*^femc2"
set server_motd5 ""


//Rate & Downloads
set sv_maxRate "40000"
set sv_dl_maxRate "52000"
set sv_allowDownload "1"
set sv_wwwDownload "1"
set sv_wwwBaseURL "http://emc2.skylla-slo.com/files"
set sv_wwwDlDisconnected "0"
set sv_wwwFallbackURL ""


//ETPro Mod Settings
set b_noskillupgrades "0"
set b_shove "60"
set b_shove_noz "0"
set b_intermissiontime "30"
set team_maxMortars "1"
set team_maxFlamers "1"
set team_maxMg42s "1"
set team_maxPanzers "1"
set team_maxMines "5"
set b_riflegrenades "1"
set b_shoutcastpassword ""
set b_antiwarp "1"
set b_damagexp "1"
set b_intreadypercent "75"
set b_cheatkicktime "-1"
set b_anticheat "1"
set team_maxriflegrenades "1"
set b_pronedelay "0
set b_flushItems "0"
set b_multiview "1"

set lua_modules "playsound.lua"
 
set b_watermark emc2/emc
set b_watermarkFadeAfter -1
set b_watermarkFadeTime 1.5 


//ETPro Mod Settings (3.2.6)
set b_showClientCmds "1"
set b_spectatorNames "2"
set b_mapscriptdirectory "etpromapscripts"
set b_mapconfigdirectory ""
set b_customVoiceChat "1"
set b_cheatlog "etpro_cheats.log"
set b_headshot "0"
set b_fixedphysics "0"
set b_fixedphysicsfps "125"
set b_pronedelay "0"
set b_realHead "1"
set b_extendedprone "0"
set b_wolfrof "0"
set b_emptyscript ""
set b_helmetprotection "1"
set b_chargetransfer "1"
set b_maxmortarpitch "0"
set b_floodMaxCommands "0"


//Banners
set b_banners "5"
set b_bannerlocation "4"
set b_bannertime "30"
set b_banner1 "^3Self ^1Kill ^3in ^1Fight ^3!^1Kick"
set b_banner2 "^3Website ^1ET^3gamer.^1net"
set b_banner3 "^3Visit ^1us ^3on ^1Qu^3@^1kenet ^3# ^1*^3emc2"
set b_banner4 "^3TeamSpeak ^183^3.^1142^3.^185^3.^1186^3:^18769 ^3# ^1Password ^3spitfire"
set b_banner5 "^3Maps ^1- ^3Frostbite^1/^3Reactor^1/^3SD2^1/^3SW Goldrush^1/^3Braundorf^1/^3Adlernest"


//Vote Settings
set g_allowVote "1"
set vote_limit "2"
set vote_percent "75"
set vote_allow_comp "0"
set vote_allow_pub "0"
set vote_allow_kick "1"
set vote_allow_map "0"
set vote_allow_matchreset "1"
set vote_allow_mutespecs "1"
set vote_allow_nextmap "0"
set vote_allow_referee "0"
set vote_allow_shuffleteams "1"
set vote_allow_swapteams "1"
set vote_allow_friendlyfire "0"
set vote_allow_timelimit "0"
set vote_allow_warmupdamage "0"
set vote_allow_antilag "0"
set vote_allow_balancedteams "0"
set vote_allow_muting "1"
set vote_allow_gametype "0" 


//Misc Settings
set g_heavyWeaponRestriction "20"
set g_antilag "1"
set g_altStopwatchMode "0"
set g_autofireteams "1"
set g_complaintlimit "6"
set g_ipcomplaintlimit "3"
set g_fastres "0"
set g_friendlyFire "1"
set g_minGameClients "8"
set g_maxlives "0"
set g_alliedmaxlives "0"
set g_axismaxlives "0"
set g_teamforcebalance "1"
set g_noTeamSwitching "0"
set g_voiceChatsAllowed "3"
set g_doWarmup "0"
set g_warmup "20"
set g_spectatorInactivity ""
set g_inactivity "500"
set sv_floodProtect "0"
set sv_minping ""
set sv_maxping ""
set match_latejoin "1"
set match_minplayers "4"
set match_mutespecs "0"
set match_readypercent "100"
set match_timeoutcount "3"
set match_warmupDamage "2"
set team_maxplayers "0"
set team_nocontrols "0"
set com_watchdog "60"
set com_watchdog_cmd ""
set g_useralliedrespawntime ""
set g_useraxisrespawntime ""
set g_covertopsChargeTime "30000"
set g_engineerChargeTime "30000"
set g_LTChargeTime "40000"
set g_soldierChargeTime "20000"
set g_medicChargeTime "45000"
set g_disableComplaints "7"
set g_gravity "800"
set g_knifeonly "0"
set g_log ""
set g_speed "320"

	
//Xp save
set g_XPSaveFile "xpsave.cfg"
set g_XPSaveMaxAge_xp 500
set g_XPDecay 500
set g_XPDecay 140.0
set g_maxXP -1
set g_damageXP 1
set g_damageXPLevel 50
set g_XPSave 5


//Skills
set skill_soldier "20 50 90 140"
set skill_medic "20 50 90 140"
set skill_engineer "20 50 90 140"
set skill_fieldops "20 50 90 140"
set skill_covertops "20 50 90 140"
set skill_battlesense "20 50 90 140"
set skill_lightweapons "20 50 90 140"


// PUNKBUSTER
// dont use set or quotes with PB.

//pb_sv_enable
pb_sv_autoUpdBan 1
pb_sv_CQC 1
pb_sv_KickLen 2
PB_SV_MaxConDls 4
PB_SV_MaxDlRate 4
Pb_sv_noguidgrace 30
pb_sv_updategrace 300
pb_sv_guidrelax 0
pb_sv_scoreKick -9
pb_sv_specname ETTV 


// NAMES
pb_sv_dupNameGrace 20
pb_sv_changePeriod 20
pb_sv_changeMax 5
pb_sv_EmptyName 0
pb_sv_minName 1
pb_sv_extChar 1 

pb_sv_badname 20 TEAMMATE
pb_sv_badname 20 teamate
pb_sv_badname 20 disguised
pb_sv_badname 20 disguised
pb_sv_badname 20 disgised
pb_sv_badname 20 desguised
pb_sv_badname 20 desgised
pb_sv_badname 0 teamkill


// PB CVAR RESTRICTION
pb_sv_CvarFreq 6
pb_sv_CvarLogging 2
pb_sv_CvarWalk 1
pb_sv_CvarUserPulse 99
pb_sv_CvarChangedPulse 99

pb_sv_cvarempty
pb_sv_cvar rate IN 2500 25000
pb_sv_cvar snaps IN 20 40
pb_sv_cvar cl_maxpackets IN 40 100
pb_sv_cvar cl_timenudge IN 0
pb_sv_cvar cl_freelook IN 1
pb_sv_cvar cl_yawspeed IN 0 140
pb_sv_cvar cl_pitchspeed IN 0 140
pb_sv_cvar m_pitch OUT -0.015 0.015
pb_sv_cvar m_yaw IN -0.022 0.022
pb_sv_cvar cg_bobup IN 0 0.005
pb_sv_cvar cg_errordecay IN 100
pb_sv_cvar cg_shadows IN 0 1
pb_sv_cvar cg_fov IN 90 125
pb_sv_cvar r_flares IN 0 1
pb_sv_cvar r_primitives IN 0 2
pb_sv_cvar r_nv_fogdist_mode INCLUDE NV
pb_sv_cvar r_clamptoedge IN 1 


// PB SCREENSHOT
pb_sv_AutoSs 0
pb_sv_AutoSsFrom 300
pb_sv_AutoSsTo 1500
pb_sv_SsFloor 1
pb_sv_SsCeiling 900
pb_sv_SsDelay 0
//pb_sv_SsPath
pb_sv_SsWidth 320
pb_sv_SsHeight 240
pb_sv_SsXpct 50
pb_sv_SsYpct 50
pb_sv_SsSrate 1


// BANS
set g_banIPs ""
set g_filterBan "1"
pb_sv_banload


// LOGGING
set g_log "servername.log"
set logfile 2
set g_logsync 0 


// MAP ROTATION SCRIPT


exec campaigncycle.cfg              // Campaign mode

//exec objectivecycle.cfg            // Objective mode

//exec lmscycle.cfg                 // Last Man Standing mode

//exec stopwatchcycle.cfg           // Stopwatch mode


// STOPWATCH ROTATION


// WATCHDOG
set com_watchdog_cmd "vstr m1r1 ; say watchdog found no map running - restarted mapcycle"


// MAP

set b_mapscriptdirectory etpromapscripts

set d1 "set g_gametype 3 ; map Frostbite ; set nextmap vstr d2 ; sets StopwatchRound 1;"
set d2 "map_restart 0; set nextmap vstr d3 ; sets StopwatchRound 2;"
set d3 "set g_gametype 3 ; map reactor_final ; set nextmap vstr d4 ; sets StopwatchRound 1;"
set d4 "map_restart 0; set nextmap vstr d5 ; sets StopwatchRound 2;"
set d5 "set g_gametype 3 ; map supplydepot2 ; set nextmap vstr d6 ; sets StopwatchRound 1;"
set d6 "map_restart 0; set nextmap vstr d7 ; sets StopwatchRound 2;"
set d7 "set g_gametype 3 ; map sw_goldrush_te ; set nextmap vstr d8 ; sets StopwatchRound 1;"
set d8 "map_restart 0; set nextmap vstr d9 ; sets StopwatchRound 2;"
set d9 "set g_gametype 3 ; map braundorf_b4 ; set nextmap vstr d10 ; sets StopwatchRound 1;"
set d10 "map_restart 0; set nextmap vstr d11 ; sets StopwatchRound 2;"
set d11 "set g_gametype 3 ; map adlernest ; set nextmap vstr d12 ; sets StopwatchRound 1;"
set d12 "map_restart 0; set nextmap vstr d1 ; sets StopwatchRound 2;"
vstr d1


// END STOPWATCH ROTATION


// WATCHDOG

set com_watchdog_cmd "exec nova.cfg" 


// MAP ROTATION

exec nova.cfg 

}
map radar
{
  set g_userTimeLimit 15
  command "forcecvar r_drawfoliage 0"
}
map sw_goldrush_te
{
  set g_userTimeLimit 15
  setl b_moverscale 1
}
map reactor_final
{
  set g_userTimeLimit 15
  setl g_useralliedrespawntime 20
  setl g_useraxisrespawntime 30
}
map braundorf_b4
{
  set g_userTimeLimit 15
}
signature f480b97d4f2a72b52399cfbbdef8dbfa09d7a9e7 


and nova config (6maps sw mode)

set d1 "set g_gametype 3 ; map Frostbite ; set nextmap vstr d2 ; sets StopwatchRound 1;"
set d2 "map_restart 0; set nextmap vstr d3 ; sets StopwatchRound 2;"
set d3 "set g_gametype 3 ; map reactor_final ; set nextmap vstr d4 ; sets StopwatchRound 1;"
set d4 "map_restart 0; set nextmap vstr d5 ; sets StopwatchRound 2;"
set d5 "set g_gametype 3 ; map supplydepot2 ; set nextmap vstr d6 ; sets StopwatchRound 1;"
set d6 "map_restart 0; set nextmap vstr d7 ; sets StopwatchRound 2;"
set d7 "set g_gametype 3 ; map sw_goldrush_te ; set nextmap vstr d8 ; sets StopwatchRound 1;"
set d8 "map_restart 0; set nextmap vstr d9 ; sets StopwatchRound 2;"
set d9 "set g_gametype 3 ; map braundorf_b4 ; set nextmap vstr d10 ; sets StopwatchRound 1;"
set d10 "map_restart 0; set nextmap vstr d11 ; sets StopwatchRound 2;"
set d11 "set g_gametype 3 ; map adlernest ; set nextmap vstr d12 ; sets StopwatchRound 1;"
set d12 "map_restart 0; set nextmap vstr d1 ; sets StopwatchRound 2;"
vstr d1
...as you see 1st map is Frostbite, but whenever i reboot server, it doesnt start with this config - map rotation, but always braundorf map, hmm :>


tnx alot !!!

p.s still i have problems with my etpromapscripts, for exc for radar still not workin - grass not removed, also battery not blowable back door ??!!

bb
Last edited by K1M1 on Sat Oct 07, 2006 1:20 am, edited 1 time in total.
User avatar
ReyalP
Posts: 1663
Joined: Fri Jul 25, 2003 11:44 am

Post by ReyalP »

please use code tags when posting your .cfg or .config files.

Code: Select all

[code]your .cfg here[/code]
It looks like you are still confused about the difference between a .config and a .cfg

You cannot mix and match the two. .config syntax is described here: http://wolfwiki.anime.net/index.php/ETP ... nfig_Files

A good guide to server setup can be found here: http://rtcw.jolt.co.uk/content/enemy_te ... index.html
send lawyers, guns and money
K1M1
Posts: 51
Joined: Sun Jul 16, 2006 6:22 am
Contact:

Post by K1M1 »

Yes ive checked that all, but seems that everything is ok, we it should be im runnin with this config for some time now, just wanted to ask whats wrong in my map rotation lines...so when i reboot it doesnt start with nova file (which is 6maps sw mode as you see)

and i think that its same as here - map rotations

but still after server bein rebooted, i have to load nova file true rcon, to get a campaign i wanted 2, it was all ok till i havent swicth to sw mode, before it was runnin smoth with custom 10 map campaign, but now it doesnt, just wanna know what to edit, so my sw campaign will load with server - whenever its been rebooted !


tnx
nedd3h
Posts: 67
Joined: Fri Jan 14, 2005 12:52 am
Location: Australia
Contact:

Post by nedd3h »

see above links that ReyalP posted



I had to edit quite a bit... conflicts and non-etpro stuff.
I haven't changed any of your working settings though.


try these...

server.cfg goes into etpro folder
sw.cfg goes into etpro folder
nova.config goes into etpro/configs folder


server.cfg

Code: Select all

// server.cfg
// add passwords


set sv_pure "1" 
set dedicated "2" 
set sv_maxclients "20" 
set g_password "" 
set sv_privateclients "4" 
set sv_privatepassword "" 
set rconpassword "" 
set refereePassword "" 

set net_ip "83.142.85.186" 
set net_port "29988"


exec sw

set com_watchdog 10
set com_watchdog_cmd "exec sw"


config nova
reset_match


sw.cfg

Code: Select all

// sw.cfg

set d1  "set g_gametype 3; map Frostbite; set nextmap vstr d2; sets StopwatchRound 1"
set d2  "map_restart 0; set nextmap vstr d3; sets StopwatchRound 2"
set d3  "set g_gametype 3; map reactor_final; set nextmap vstr d4; sets StopwatchRound 1"
set d4  "map_restart 0; set nextmap vstr d5; sets StopwatchRound 2"
set d5  "set g_gametype 3; map supplydepot2; set nextmap vstr d6; sets StopwatchRound 1"
set d6  "map_restart 0; set nextmap vstr d7; sets StopwatchRound 2"
set d7  "set g_gametype 3; map sw_goldrush_te; set nextmap vstr d8; sets StopwatchRound 1"
set d8  "map_restart 0; set nextmap vstr d9; sets StopwatchRound 2"
set d9  "set g_gametype 3; map braundorf_b4; set nextmap vstr d10; sets StopwatchRound 1"
set d10 "map_restart 0; set nextmap vstr d11; sets StopwatchRound 2"
set d11 "set g_gametype 3; map adlernest; set nextmap vstr d12; sets StopwatchRound 1"
set d12 "map_restart 0; set nextmap vstr d1; sets StopwatchRound 2"
vstr d1


nova.config

Code: Select all

configname "^c*^7emc2 ^cP^7ublic"
init
{

// nova.config


	set sv_hostname "^7|^fE^xnergi^fe ^fC^xlan^7| ^fS^xtopwatch" 
	set server_motd0 "^fW^7elc^x0^7me ^fA^7ll" 
	set server_motd1 "^7...:^xPowered by^7:..." 
	set server_motd2 "^fwww^7.^fetgamer^7.^fnet" 
	set server_motd3 "^7...:^xmIRC^7:..." 
	set server_motd4 "^fQu^7@^fkenet ^7*^femc2" 
	set server_motd5 "" 

	set sv_maxRate "25000"
	set sv_dl_maxRate "42000" 
	set sv_allowDownload "1" 
	set sv_wwwDownload "1" 
	set sv_wwwBaseURL "http://emc2.skylla-slo.com/files" 
	set sv_wwwDlDisconnected "0" 
	set sv_wwwFallbackURL "" 


set b_noskillupgrades "0" 
set b_shove "60" 
set b_shove_noz "0" 
set b_intermissiontime "30" 
set team_maxMortars "1" 
set team_maxFlamers "1" 
set team_maxMg42s "1" 
set team_maxPanzers "1" 
set team_maxMines "5" 
set b_riflegrenades "1" 
set b_antiwarp "1" 
set b_damagexp "1" 
set b_intreadypercent "75" 
set b_cheatkicktime "-1" 
set b_anticheat "1" 
set team_maxriflegrenades "1" 
set b_pronedelay "0" 
set b_flushItems "0" 
set b_multiview "1"

set lua_modules "playsound.lua"

set b_watermark emc2/emc 
set b_watermarkFadeAfter -1 
set b_watermarkFadeTime 1.5 

set b_showClientCmds "1" 
set b_spectatorNames "2" 
set b_mapscriptdirectory "etpromapscripts" 
set b_mapconfigdirectory "" 
set b_customVoiceChat "1" 
set b_cheatlog "etpro_cheats.log" 
set b_headshot "0" 
set b_fixedphysics "0" 
set b_fixedphysicsfps "125" 
set b_pronedelay "0" 
set b_realHead "1" 
set b_extendedprone "0" 
set b_wolfrof "0" 
set b_emptyscript "" 
set b_helmetprotection "1" 
set b_chargetransfer "1" 
set b_maxmortarpitch "0" 
set b_floodMaxCommands "0" 

//Banners 
set b_banners "5" 
set b_bannerlocation "4" 
set b_bannertime "30" 
set b_banner1 "^3Self ^1Kill ^3in ^1Fight ^3!^1Kick" 
set b_banner2 "^3Website ^1ET^3gamer.^1net" 
set b_banner3 "^3Visit ^1us ^3on ^1Qu^3@^1kenet ^3# ^1*^3emc2" 
set b_banner4 "^3TeamSpeak ^183^3.^1142^3.^185^3.^1186^3:^18769 ^3# ^1Password ^3spitfire" 
set b_banner5 "^3Maps ^1- ^3Frostbite^1/^3Reactor^1/^3SD2^1/^3SW Goldrush^1/^3Braundorf^1/^3Adlernest" 

//Vote Settings 
set g_allowVote "1" 
set vote_limit "2" 
set vote_percent "75" 
set vote_allow_comp "0" 
set vote_allow_pub "0" 
set vote_allow_kick "1" 
set vote_allow_map "0" 
set vote_allow_matchreset "1" 
set vote_allow_mutespecs "1" 
set vote_allow_nextmap "0" 
set vote_allow_referee "0" 
set vote_allow_shuffleteams "1" 
set vote_allow_swapteams "1" 
set vote_allow_friendlyfire "0" 
set vote_allow_timelimit "0" 
set vote_allow_warmupdamage "0" 
set vote_allow_antilag "0" 
set vote_allow_balancedteams "0" 
set vote_allow_muting "1" 
set vote_allow_gametype "0" 

//Misc Settings 
set g_heavyWeaponRestriction "20" 
set g_antilag "1" 
set g_altStopwatchMode "0" 
set g_autofireteams "1" 
set g_complaintlimit "6" 
set g_ipcomplaintlimit "3" 
set g_fastres "0" 
set g_friendlyFire "1" 
set g_minGameClients "8" 
set g_maxlives "0" 
set g_alliedmaxlives "0" 
set g_axismaxlives "0" 
set g_teamforcebalance "1" 
set g_noTeamSwitching "0" 
set g_voiceChatsAllowed "3" 
set g_doWarmup "0" 
set g_warmup "20" 
set g_spectatorInactivity "" 
set g_inactivity "500" 
set sv_floodProtect "0" 
set sv_minping "" 
set sv_maxping "" 
set match_latejoin "1" 
set match_minplayers "4" 
set match_mutespecs "0" 
set match_readypercent "100" 
set match_timeoutcount "3" 
set match_warmupDamage "2" 
set team_maxplayers "0" 
set team_nocontrols "0" 
set g_covertopsChargeTime "30000" 
set g_engineerChargeTime "30000" 
set g_LTChargeTime "40000" 
set g_soldierChargeTime "20000" 
set g_medicChargeTime "45000" 
set g_disableComplaints "7" 
set g_gravity "800" 
set g_knifeonly "0"
set g_speed "320"

//Skills 
set b_levels_battlesense "20 50 90 140"
set b_levels_covertops "20 50 90 140"
set b_levels_engineer "20 50 90 140"
set b_levels_fieldops "20 50 90 140"
set b_levels_lightweapons "20 50 90 140"
set b_levels_medic "20 50 90 140"
set b_levels_soldier "20 50 90 140"

// BANS 
set g_banIPs "" 
set g_filterBan "1" 
command "pb_sv_banload"

// LOGGING 
set g_log "servername.log" 
set logfile 2 
set g_logsync 0 


// PUNKBUSTER 

command "pb_sv_enable"
command "pb_sv_autoUpdBan 1" 
command "pb_sv_CQC 1"
command "pb_sv_KickLen 2"
command "PB_SV_MaxConDls 4"
command "PB_SV_MaxDlRate 4"
command "Pb_sv_noguidgrace 30"
command "pb_sv_updategrace 300"
command "pb_sv_guidrelax 0"
command "pb_sv_scoreKick -9"
command "pb_sv_specname ETTV"

// NAMES 
command "pb_sv_dupNameGrace 20"
command "pb_sv_changePeriod 20"
command "pb_sv_changeMax 5"
command "pb_sv_EmptyName 0"
command "pb_sv_minName 1"
command "pb_sv_extChar 1"
command "pb_sv_badname 20 TEAMMATE"
command "pb_sv_badname 20 teamate"
command "pb_sv_badname 20 disguised"
command "pb_sv_badname 20 disguised"
command "pb_sv_badname 20 disgised"
command "pb_sv_badname 20 desguised"
command "pb_sv_badname 20 desgised"
command "pb_sv_badname 0 teamkill"

// PB CVAR RESTRICTION
command "pb_sv_CvarFreq 6"
command "pb_sv_CvarLogging 2"
command "pb_sv_CvarWalk 1"
command "pb_sv_CvarUserPulse 99"
command "pb_sv_CvarChangedPulse 99"

command "pb_sv_cvarempty"
command "pb_sv_cvar rate IN 2500 25000"
command "pb_sv_cvar snaps IN 20 40"
command "pb_sv_cvar cl_maxpackets IN 40 100"
command "pb_sv_cvar cl_timenudge IN 0"
command "pb_sv_cvar cl_freelook IN 1"
command "pb_sv_cvar cl_yawspeed IN 0 140"
command "pb_sv_cvar cl_pitchspeed IN 0 140"
command "pb_sv_cvar m_pitch OUT -0.015 0.015"
command "pb_sv_cvar m_yaw IN -0.022 0.022"
command "pb_sv_cvar cg_bobup IN 0 0.005"
command "pb_sv_cvar cg_errordecay IN 100"
command "pb_sv_cvar cg_shadows IN 0 1"
command "pb_sv_cvar cg_fov IN 90 125"
command "pb_sv_cvar r_flares IN 0 1"
command "pb_sv_cvar r_primitives IN 0 2"
command "pb_sv_cvar r_nv_fogdist_mode INCLUDE NV"
command "pb_sv_cvar r_clamptoedge IN 1"

// PB SCREENSHOT
command "pb_sv_AutoSs 0"
command "pb_sv_AutoSsFrom 300"
command "pb_sv_AutoSsTo 1500"
command "pb_sv_SsFloor 1"
command "pb_sv_SsCeiling 900"
command "pb_sv_SsDelay 0"
//pb_sv_SsPath
command "pb_sv_SsWidth 320"
command "pb_sv_SsHeight 240"
command "pb_sv_SsXpct 50"
command "pb_sv_SsYpct 50"
command "pb_sv_SsSrate 1"

}


map default 
{ 
set g_userTimeLimit 0 
set g_useralliedrespawntime 0 
set g_useraxisrespawntime 0 
command "forcecvar r_drawfoliage 1"
}
map radar 
{ 
set g_userTimeLimit 15 
command "forcecvar r_drawfoliage 0" 
} 
map sw_goldrush_te 
{ 
set g_userTimeLimit 15 
} 
map reactor_final 
{ 
set g_userTimeLimit 15 
set g_useralliedrespawntime 20 
set g_useraxisrespawntime 30 
} 
map braundorf_b4 
{ 
set g_userTimeLimit 15 
}


I tested this on my home network and it all works.... frostbaite loads first, no grass on radar, dynomitable rear door in battery etc


let me know how it goes :)
K1M1
Posts: 51
Joined: Sun Jul 16, 2006 6:22 am
Contact:

Post by K1M1 »

Tnx alot mate, will tested it a litlle later, coz i have full server, and if i reboot and all, or just exec server.cfg ppl will left :>

tnx alot, hope it all works same for me, but if it works for you, then theres probably np at all, tnx once again !!!

bb
User avatar
Deus
Posts: 1053
Joined: Fri Mar 12, 2004 2:24 am
Location: Germany
Contact:

Post by Deus »

in nedd3h's version there are 2many ", but thats not the problem.

That your server runs braundorf is logically correct.

If you read the config from bottom to top the 1st map command you see is the last one called when execing: braundorf_b4 ...
User avatar
ReyalP
Posts: 1663
Joined: Fri Jul 25, 2003 11:44 am

Post by ReyalP »

K1M1 wrote:Yes ive checked that all, but seems that everything is ok, we it should be im runnin with this config for some time now, just wanted to ask whats wrong in my map rotation lines...so when i reboot it doesnt start with nova file (which is 6maps sw mode as you see)
If the config you posted is what you are trying to use, there is no way it can work. It isn't valid syntax to be either a .cfg or a .config
send lawyers, guns and money
nedd3h
Posts: 67
Joined: Fri Jan 14, 2005 12:52 am
Location: Australia
Contact:

Post by nedd3h »

Deus wrote:in nedd3h's version there are 2many ", but thats not the problem.
oops i just noticed that! :)

works ok though when i tested it... it's just a copy/paste with what K1M1 already had with some editting, it's not one of my configs
K1M1
Posts: 51
Joined: Sun Jul 16, 2006 6:22 am
Contact:

Post by K1M1 »

Guyz thanks alot, nedd3h tnx for ur explanation, tested and works great... :D

mate...
Deus wrote:in nedd3h's version there are 2many ", but thats not the problem.

That your server runs braundorf is logically correct.

If you read the config from bottom to top the 1st map command you see is the last one called when execing: braundorf_b4 ...
why, coz its braundorf bellow the config ?

coz of this ?

}
map braundorf_b4
{
set g_userTimeLimit 15
}

tnx for all ur help guyz !!!

bb
Post Reply