Jump to content

Home

Warmup Time


AC™ Chainlink

Recommended Posts

I've got everything set up for my dedicated duel match servers except for the warmup time, can anyone help me out with this? I've tried seta g_warmup blah and it doesn't work. Here is my config file:

 

 

////////////////////////

// Server Information //

////////////////////////

 

seta sv_hostname "AC FF Duel Server"

seta g_motd "Duel Server/Force ON"

sets "Administrator" "Chainlink"

sets "Clan" "Ahriman Corps"

sets "Connection" "DS3"

sets "CPU" "Athlon 1.4"

sets "Ram" "1024 megs"

sets "Email" "Chainlink@Ahriman-Corps.com"

sets "Location" "Philadelphia"

sets "URL" "www.Ahriman-Corps.com"

 

 

//////////////////////////

// Server Configuration //

//////////////////////////

 

seta sv_master1 "master.gamespy.com:27900"

seta sv_maxRate "9000"

seta sv_maxclients "2"

seta sv_reconnectlimit "3"

seta g_inactivity "180"

seta sv_timeout "180"

seta sv_padPackets "0"

seta sv_maxPing "0"

seta sv_minPing "0"

seta sv_floodProtect "1"

seta g_allowVote "1"

 

///////////////

// Passwords //

///////////////

 

seta rconpassword "blah"

 

seta sv_privateclients "0"

seta sv_privatepassword ""

 

seta g_needpass "1"

seta g_password "blah"

 

///////////////////

// Game Settings //

///////////////////

 

seta dueltimelimit "1"

seta timelimit ""

seta fraglimit "10"

seta g_duelWeaponDisable 65531

seta g_gametype 3

seta g_maxForceRank "7"

seta g_forcePowerDisable "0"

 

/////////////////

// Map Settings//

/////////////////

 

seta g_warmup "20"

 

set d1 "set g_gametype 3 ; map duel_jedi"

set d2 "set g_gametype 3 ; map duel_carbon"

set d3 "set g_gametype 3 ; map duel_bay"

set d4 "set g_gametype 3 ; map duel_pit"

 

vstr d1

 

Thanks again for the help, Chain.

Link to comment
Share on other sites

Unfortunately its still not working. I've tried lots of different ways, using set, seta, wait, etc. Nothing seems to work. I can't even get a warm up when I start up a server from within game. Even though I say 'yes' for warmup and set the time it still gives nothing. If anyone else has any ideas I'd appreciate it.

Link to comment
Share on other sites

Ok, try it this way:

 

set d1 "set g_gametype 3; set g_warmup 20 ; map duel_jedi; set nextmap vstr d2"

set d2 "set g_gametype 3; set g_warmup 20; map duel_carbon; set nextmap vstr d3"

set d3 "set g_gametype 3; set g_warmup 20; map duel_bay; set nextmap vstr d4"

set d4 "set g_gametype 3; set g_warmup 20; map duel_pit; set nextmap vstr d1"

 

One thing to remember is that the warmup starts the second the new map pops up. So, if it takes you more that 20 seconds to load the new map, you won't see the warmup happen. One easy way to check if it's happening is to look at your log or just watch the console. If there's a warmup, it'll look like the map starts twice. You should make sure you have g_autoMapCycle set to 0

 

You may also want to check your jk2mpconfig.cfg and make sure that the settings there are consistent with your server.cfg.

Link to comment
Share on other sites

Just adding a crazy idea, but wouldnt warmups be just for team games. I know duels are 1v1 like a team game in a sense but it might just be a team game setting that was put in by mistake in the options when making a server from the gui. Obviously I could be wrong but just throwing in an idea.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...