Page 1 of 1

Respawn Time

PostPosted: Thu Mar 05, 2009 7:48 am
by NWG Rikster
Hi All,
I am struggling to get the spawn time on DM to zero, or even 1 sec will do. I have tried everything from -1 to 10 and the spawn time is always 10 secs. I have changed it in the gametypes, and even copied into the frontlines_gametypes. i have changed every line thate refers to spawntime but no joy

HELP

PostPosted: Fri Mar 06, 2009 10:16 am
by Hajas
there's also the waverespawn... if you want to really 0, set like this:

Code: Select all
set scr_dm_playerrespawndelay       -1
set scr_dm_waverespawndelay       -1


then will work fine! :D

please remove the duplicate settings from the Frontlines configs to not confuse you later, let the default gametypes separeted since them wasn't changed by Frontlines. :wink:

cheers!

PostPosted: Mon Jun 29, 2009 9:15 am
by Kron
Where would the option to change the spawn delay be?
I would like to set it lower then 10 seconds aswell.

PostPosted: Thu Jul 02, 2009 7:26 pm
by Hajas
this is a COD4 limitation, not Frontlines...

any value smaller than 10 will be in the end 10 seconds.

but if you set with a negative value you will get 0 seconds. :wink:

so it's not possible to set to 5 seconds, BUT...

if you set like this:

set scr_dm_playerrespawndelay -1
set scr_dm_waverespawndelay 10


you will get a random respawn from 0 to 10 to each player. :wink:

hope that helps! :D

PS: sorry for the delay to reply, but I was out of town.

PostPosted: Thu Jul 02, 2009 8:07 pm
by Kron
No problem about the delay.

Thanks for the reply will set it now.