PDA

View Full Version : Press F to spawn...


eazymango
11-11-2008, 04:07 PM
I'm trying to turn off Force Spawn and it's not working.

I have it set to forcespawn 0 but it's still forcing players to spawn.

Any ideas?

Andyucs
11-11-2008, 07:04 PM
did u restart your server

also each game types has a time you can set for re spawn i think default is 0 so you will auto spawn

eazymango
11-11-2008, 08:08 PM
yup .. Restarted lol..

And ya I have all the spawntimes set for each gametype, for the life of me though I cannot turn off autospawn.

Enos Pork
11-12-2008, 03:02 AM
Haven't tried it yet, still waiting for my copy, but maybe this setting?

// Respawn Settings
set scr_player_forcerespawn "0" // (where "1" would be forced and "0" Press F?)
set scr_player_respawndelay "6"
set scr_player_suicidespawndelay "6"

wcSki
11-12-2008, 10:08 AM
Actually in COD4 we had

set scr_player_forcerespawn "-1"

To force instant spawn.

The "0" setting was default or OFF and was like 10 seconds.

Ski

eazymango
11-12-2008, 10:34 AM
Haven't tried it yet, still waiting for my copy, but maybe this setting?

// Respawn Settings
set scr_player_forcerespawn "0" // (where "1" would be forced and "0" Press F?)
set scr_player_respawndelay "6"
set scr_player_suicidespawndelay "6"

Yup i have it set to 0 .

still no go thanks for the help guys.

Let me ask it this way... Anyone else got it working where you got to press F to spawn?

Phoxhole
11-20-2008, 04:05 PM
I actually wanted to take mine off, so I added that dvar (set scr_player_forcerespawn "1"). It wasn't in the Openwarefare mod, so I wonder what would happen if you comment out the setting altogether.

sgTsTuFz
11-20-2008, 04:17 PM
yah sure, i got forcerespawn turned off you have to press F to respawn and working on my 2 [soon to be 1] server

[TBD]

sure you dont have the command somewhere else in your config[s] ? turned on ?

sabrex
12-07-2008, 08:38 AM
Instant Spawn (CTF)

Stumbled on it but dont want it !
Joined this site just to post you answer but you probrably already sussed it

// Respawn Settings
set scr_player_forcerespawn "1"
set scr_player_respawndelay "1"
set scr_player_suicidespawndelay "0"

// CTF
set scr_ctf_enemycarriervisible "0"
set scr_ctf_flagrespawntime "0"
set scr_ctf_globalbattlechatterprobability "0"
set scr_ctf_idleflagreturntime "30"
set scr_ctf_numlives "0"
set scr_ctf_playerrespawndelay "0"
set scr_ctf_roundlimit "1" // set to "1" instead of "2" to enforce auto team balance
set scr_ctf_roundswitch "0" // set to "0" instead of "1" to enforce auto team balance
set scr_ctf_scorelimit "5" // std is "3"
set scr_ctf_timelimit "20" // std is "5"
set scr_ctf_touchreturn "1"
set scr_ctf_waverespawndelay "0" // std is "15"


Press F (or use key) to spawn

// Respawn Settings
set scr_player_forcerespawn "0"

richman61
12-07-2008, 02:54 PM
the below doesn't work.

Press F (or use key) to spawn

// Respawn Settings
set scr_player_forcerespawn "0"

sabrex
12-07-2008, 08:12 PM
// Respawn Settings
set scr_player_forcerespawn "0"
set scr_player_respawndelay "1"
set scr_player_suicidespawndelay "0"




// CTF
set scr_ctf_enemycarriervisible "0"
set scr_ctf_flagrespawntime "0"
set scr_ctf_globalbattlechatterprobability "0"
set scr_ctf_idleflagreturntime "30"
set scr_ctf_numlives "0"
set scr_ctf_playerrespawndelay "10"
set scr_ctf_roundlimit "2"
set scr_ctf_roundswitch "1"
set scr_ctf_scorelimit "4" // std is "3"
set scr_ctf_timelimit "15" // std is "5"
set scr_ctf_touchreturn "1"
set scr_ctf_waverespawndelay "0" // std is "15"

the above is set on our server and allows players to rejoin on pressing F(use key) with a 10 second countdown before this appears
The set scr_ctf_waverespawndelay "0" has to be regardless for this to work