Page 1 of 1

Gametype?

Posted: Fri Oct 21, 2005 10:28 pm
by mybigfatpipe
Curious if someone can point me to the gametype definitions for Q4 ?

Working on my server cfg and can't locate.

For ex. - set g_gametype "4" (must mean DM as it's the default in the cfg from the server co.)

Thanks for any help!

Posted: Fri Oct 21, 2005 10:45 pm
by §ìgñå
Q4 uses names instead of numbers:

set si_gameType "DM"

values:

"DM"
"Team DM"
"Tourney"
"CTF"
"Arena CTF"

also open the q4base/mapcycle.scriptcfg in notepad to see how that works.

Posted: Fri Oct 21, 2005 11:11 pm
by mybigfatpipe
Thanks a ton! I just noticed the server.cfg had the "si_gameType"

Wondering why the "g_gametype" is still on there a couple lines down ?

Here's my .cfg for reference (any tips appreciated):

seta si_name "StroggVille Yard"
seta g_motd "Oh you need it, you know you do!"
seta g_password ""
net_serverRemoteConsolePassword xxxxxx

seta si_pure "0"
seta si_fraglimit "20"
seta si_timelimit "20"
seta si_capturelimit "5"
seta si_tourneyLimit "3"
seta net_serverMaxClientRate "10000"
seta net_clientDownload "1"
seta sv_punkbuster "0"
seta si_gameType "DM"
set g_dowarmup "1"
set g_warmup "30"
set g_gametype "4"

// master server lists
seta sv_master1 "q4master.idsoftware.com"
seta sv_master2 "master3.idsoftware.com"
seta sv_master3 "master.kali.net"

seta si_map "mp/q4dm1"
seta g_mapCycle "mapcycle"

spawnserver

______________________________________________

And never one to want others doing my homework...if anyone reading this knows of a decent list of server variables for Q4, I'd love a point in that direction.

Thanks!

Posted: Fri Oct 21, 2005 11:14 pm
by §ìgñå
mybigfatpipe wrote:.if anyone reading this knows of a decent list of server variables for Q4, I'd love a point in that direction.
Im working on it :)

Posted: Fri Oct 21, 2005 11:16 pm
by mybigfatpipe
cool, I and others surely appreciate it.

Posted: Sat Oct 22, 2005 8:26 am
by Bueller
my hosting company set me upo also and it looked like they just used q3 commands cause i dont think the motd cmd does anything anymore and it was in there. I used the suggested setup from another thread posted somewhere here.

Found it:
http://www.quake3world.com/forum/viewtopic.php?t=12051