ItsMods

Full Version: Hardcore Mode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
In Hardcore mode you must wait 10 seconds before respawn as well on dedicated server as in private game...
Does someone know how to respawn straight away without waiting those 10 boring seconds?
Thanks :-)
scr_[gametype]_wavespawndelay "0" ?
scr_[gametype]_playerspawndelay "0" ?

like in server.cfg:

seta scr_dom_playerSpawnDelay "0"
seta scr_dom_waveSpawnDelay "0"

^ use that for domination, change "dom" to whatever gametype you use
Did not work :-(
Go to the server install location and open the .dsr file you are using. Change gameOpt commonOption.respawnDelay to "0"
Any of those 2 solutions work...
If I put 0 second the respawn is after 10 seconds but if I put 5 in the config, The respawn is after 15 seconds...
Another idea?
Thanks :-)
(11-19-2011, 17:46)demoon Wrote: [ -> ]Any of those 2 solutions work...
If I put 0 second the respawn is after 10 seconds but if I put 5 in the config, The respawn is after 15 seconds...
Another idea?
Thanks :-)

try -10
LOL...
Does anyone know a solution? My mode dm. Any Idea ???
Hi i have the same PB , how could take off the 10 sec of respawn... Boring in Private server .... We rent a server ,not for wait 10 secondes ....
(11-28-2011, 19:27)frenchy90 Wrote: [ -> ]Hi i have the same PB , how could take off the 10 sec of respawn... Boring in Private server .... We rent a server ,not for wait 10 secondes ....

Answer:
(11-17-2011, 11:08)iAegle Wrote: [ -> ]in server.cfg:

seta scr_dom_playerSpawnDelay "0"
seta scr_dom_waveSpawnDelay "0"

^ use that for domination, change "dom" to whatever gametype you use

Pages: 1 2