PDA

View Full Version : HQ Scores dont add up!! ideas???


imported_VanDam
06-23-2004, 04:36 AM
set sv_hostname "Play ^2Zen ^7:Misfits2004.tk |HQ|1.4|PB=ON|"

// Game options
set g_gametype "hq"

// Headquarters
set scr_hq_scorelimit "0"
set scr_hq_timelimit "15"

//Console
say "^2Server Now Going To HQ Only Maps"
say "^2Server Now Going To HQ Only Maps"
say "^2Server Now Going To HQ Only Maps"

set sv_maprotationcurrent ""

// Map rotation (sv_maprotation)
set sv_maprotation "gametype hq gametype hq map mp_bocage gametype hq map mp_brecourt gametype hq map mp_carentan gametype hq map mp_chateau gametype hq map mp_dawnville gametype hq map mp_depot gametype hq map mp_harbor gametype hq map mp_hurtgen gametype hq map mp_neuville gametype hq map mp_pavlov gametype hq map mp_powcamp gametype hq map mp_railyard gametype hq map mp_rocket gametype hq map mp_ship gametype hq map mp_stalingrad"

//Console
say "^2Server Now HQ Only Maps"
say "^2Server Now HQ Only Maps"
say "^2Server Now HQ Only Maps"

map_rotate


thats the config i use if i wanna just load up HQ, when the score set at 0 it dont add the scores up...but when i say set at 450 it does add them up.....but thats no good for league matches...any ideas please you helpful people :D

Sid77
06-23-2004, 06:22 AM
I've made this mistake.

Setting the scorelimit to zero, means just that. Therefore the scores won't register anything above zero. If you actually want to play say 4 x 15 min rounds with no scorelimit then set your config as....

// Headquarters
set scr_hq_scorelimit "9999"
set scr_hq_timelimit "15"

This means there is no way you will reach 9999 points in 15 mins play :lol: Therefore, its just like having a scorelimit of zero.

Does that make sense ! :?

imported_VanDam
06-23-2004, 06:31 AM
yes it does mate

i was thinking the same myself...but in clanbase thats not the server setting
I guess they didnt do there background work and i`ll just have to do the best i can and go with the 9999

cheers for the reply