Gametype?

Locked
mybigfatpipe
Posts: 22
Joined: Wed Oct 19, 2005 10:20 pm

Gametype?

Post 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!
§ìgñå
Posts: 210
Joined: Sat Jan 01, 2000 8:00 am

Post 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.
mybigfatpipe
Posts: 22
Joined: Wed Oct 19, 2005 10:20 pm

Post 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!
§ìgñå
Posts: 210
Joined: Sat Jan 01, 2000 8:00 am

Post 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 :)
mybigfatpipe
Posts: 22
Joined: Wed Oct 19, 2005 10:20 pm

Post by mybigfatpipe »

cool, I and others surely appreciate it.
Bueller
Posts: 124
Joined: Tue Feb 22, 2005 3:10 pm

Post 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
[color=Green]I Root 4 Chaos ![/color]
Locked