View Full Version : CTF Settings
Ghost-Ryder
10-28-2005, 09:11 AM
Does any one know how to change the Respawn time in CTF.
It is set to 10 Seconds now.
Tryed set scr_ctf_respawn_wave_time "5" but it is not working still at 10 seconds.
Ghost-Ryder
10-28-2005, 01:43 PM
it's the ctf.gsc , in the "iw_07.iwd" file ... just change this:
level.respawndelay = 10;
to:
level.respawndelay = your value here;
or another option is this:
level.respawndelay = getCvar( "scr_ctf_respawn" );
and set a cvar in your config:
set scr_ctf_respawn 5 // or whatever value you want
--------------------------------------------------------------------------
disclaimer:
this is for svr admins only.
you'll need to pack this into a new .iwd file.
this will not require any d/l to the client..
----------------------------------------------------------------------------------------------------
I have not yet tested it because my server is full but will when i get a chance and let you all know
PS:"rudedog" can you pak it up for us I am not sure if i have done this corectly and add it to your download page.
Ghost-Ryder
10-28-2005, 08:07 PM
I could not get it to work.I think I packed it wrong.It did load the file but no different in game still 10 second repawn.
milkyman
11-04-2005, 03:54 AM
Hi.
What prog. should i use to unpack and pack the file ?
I realy need to get the respawn up to 30 secs.
Tnx // Milky
{420}ZigZag
11-04-2005, 07:16 AM
You can open this file in Pakscape
rudedog
11-04-2005, 08:10 AM
packscape can be found in our download section here (http://www.fpsadmin.com/download/index.php?dlid=4)
I will give it a try when I get home, currently in st louis on buisness.
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.