Little cfg problem
Section: 1.31 Freeze World | Started by: Bomber | Date: 20/02/2005 17:05

Hi all


What must i set to could callvote only for: map map_restart nextmap ??


How can i change capture limit only for 1 map??


Thanks for help ! :)


Bomber


Q3 1.31 *insta* rulez :D

meep

as far as i know u cant vote here for new fraglimit

but call vote for next map new map =

/callvote nextmap
/callvote map *map name*


Ciao

no no...


I mean what must i set in server.cfg


seta g_allowVote "1"
//map_restart 1
//nextmap 2
//map 4
//g_gametype 8
//kick 16
//clientkick 32
//g_doWarmup 64
//timelimit 128
//fraglimit 256
//g_grapple 512
seta votelimit "0"


i will only map map_restart nextmap ...


And what must i set to change fraglimit only for 1 map?


Hm...


Thanks :D

ah im too outa practise of server configs
to know this amigo - soz

ask stema/reb/poison :)
Bomber Told :

no no...


I mean what must i set in server.cfg


seta g_allowVote "1"
//map_restart 1
//nextmap 2
//map 4
//g_gametype 8
//kick 16
//clientkick 32
//g_doWarmup 64
//timelimit 128
//fraglimit 256
//g_grapple 512
seta votelimit "0"


i will only map map_restart nextmap ...


And what must i set to change fraglimit only for 1 map?


Hm...


Thanks :D


Posted on 20 February 2005 at 17:14:11


i dont think you can set fraglimit differend from a other map in freezetag.


about the voting well i not realy used it but you need to total all numbers behind the things you want in so maprestart and next map will be a total off 3. this number should be filled in at the g_allowvote command i thought. so for you it would be G_allowvote 3 but i dont know for sure if its g_allowvote where it should be filled in or its some other command witch is missing in the config.

I set g_allowvote to 3 but it dont work...


If i set votelimit to "124" i could /callvote nextmap, map_restart, timelimit, fraglimit, grapple


I have no more idea how the config of instafreze works :)


Try /connect 62.148.87.153:27963 and say me what could be better on this serwer.


Good pings for *PL* quakers :)


Bomber


 


no no...


I mean what must i set in server.cfg


seta g_allowVote "1"
//map_restart 1
//nextmap 2
//map 4
//g_gametype 8
//kick 16
//clientkick 32
//g_doWarmup 64
//timelimit 128
//fraglimit 256
//g_grapple 512
seta votelimit "0"


i will only map map_restart nextmap ...


And what must i set to change fraglimit only for 1 map?


Hm...


Thanks :D



g_allowVote stands for allowing vote (logical or? :) ) .. so if u set to 0 u won't be able to vote in server ..


to get the limit on votes, u should change the votelimit variable .. as u see each of parameters have numbers at the end (map 4, kick 16, ..), which u'll have to sum in order to get what u want ..


so if u want to just have "map , kick and timelimit" for voting, u'll have to sum numbers 4 (for map) + 16 (for kick) + 128 (for timelimit) which equals (=) 148 .. so seta votelimit would be "148" ..


if u want to have just "map, map_restart and nextmap" as u said, check the numbers at the end and sum them .. so 4 + 1 + 2 = 7. set vote limit to 7 and u'll have what u want


seta votelimit "7"


 


of course u can have a limit u want for each map, u can set everything differently for each map, from timelimit, scorelimit to gameplay .. i'll give u an example for rotation maps, so hope u get it


set m1 "fraglimit 100;map q3dm1;set nextmap vstr m2"


this will set u the fraglimit to 100 for dm1 .. if u want to have different fraglimit, gameplay, timelimit, u can do it like:


set m1 "fraglimit 100;timelimit 60;g_gametype 4;map q3ctf1;set nextmap vstr m2"


hope u get it

I set votelimit "7" and it dont works, only map nextmap map_restart dont work... LOL


I set votelimit to "1016" and it works... LOL (8+16+32+64+128+256+512)


Thats funny :)


But thanks a lot, i am happy now because it works :)

oh it's reversed yea .. well it's a long time since i've done something with configs, so i forgot .. but good that u figure it out urself ..