ItsMods

Full Version: Spawn Time plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
So many people bitch on my servers about spawn time for HC FFA.
I'm yet to find a way to remove it.

Could someone create a plugin to remove it? I'd try but I'd have absolutely no idea where to begin.
scr_dm_playerrespawndelay "0"
Does that seriously work...? I've been looking everywhere, nothing -.-
(01-05-2012, 04:08)WW_Orion Wrote: [ -> ]Does that seriously work...? I've been looking everywhere, nothing -.-

Yes it should work..
(01-05-2012, 04:06)jariz Wrote: [ -> ]scr_dm_playerrespawndelay "0"

ffs, it doesn't work this way in mw3.. people keep telling this but it doesn't work.


@OP Go to yourserver/admin and open default.dspl now scroll down and see which playlist you are using. (Probably default_ffa or ffa_hc or something). Now go back to the admin flder and open up the file you are using. Press ctrl+f and type "commonOption.respawnDelay" press enter and change the value to 0. If this didn't work IW fucked up.
(01-05-2012, 09:23)Pozzuh Wrote: [ -> ]
(01-05-2012, 04:06)jariz Wrote: [ -> ]scr_dm_playerrespawndelay "0"

ffs, it doesn't work this way in mw3.. people keep telling this but it doesn't work.


@OP Go to yourserver/admin and open default.dspl now scroll down and see which playlist you are using. (Probably default_ffa or ffa_hc or something). Now go back to the admin flder and open up the file you are using. Press ctrl+f and type "commonOption.respawnDelay" press enter and change the value to 0. If this didn't work IW fucked up.

We use custom dsr files. All the FFA ones are set to 0 respawn time, but theres still 10 seconds.
I reckon its hardcoded into MW3. Makes sense, less spawn rapage, though with 18 players and small maps, even a 10 second delay doesn't fix that.

Thats why I asked about a plugin. Anyway of changing it that way...
(01-05-2012, 17:02)WW_Orion Wrote: [ -> ]
(01-05-2012, 09:23)Pozzuh Wrote: [ -> ]
(01-05-2012, 04:06)jariz Wrote: [ -> ]scr_dm_playerrespawndelay "0"

ffs, it doesn't work this way in mw3.. people keep telling this but it doesn't work.


@OP Go to yourserver/admin and open default.dspl now scroll down and see which playlist you are using. (Probably default_ffa or ffa_hc or something). Now go back to the admin flder and open up the file you are using. Press ctrl+f and type "commonOption.respawnDelay" press enter and change the value to 0. If this didn't work IW fucked up.

We use custom dsr files. All the FFA ones are set to 0 respawn time, but theres still 10 seconds.
I reckon its hardcoded into MW3. Makes sense, less spawn rapage, though with 18 players and small maps, even a 10 second delay doesn't fix that.

Thats why I asked about a plugin. Anyway of changing it that way...

Nope, sorry.
All values work.
Code:
gameOpt commonOption.hardcoreModeOn "1" // [ 0, 1 ]
gameOpt commonOption.respawnDelay "0" // [ 0, 5, 7.5, 10, 15, 30 ]

[attachment=1365]

Function can be added in addon.

I have both respawnDelay and waveRespawnDelay set to zero, but we still have a 10 second spawn delay.
works fine <10s on ranked server !!!....big thanks korsika Smile
Pages: 1 2 3