Page 1 of 1
[Help] Player/vehicle respawn time
Posted: Wed May 01, 2013 2:17 pm
by mouz
How can i make players respawn instantly without waiting 15 seconds after they died?
Is it possible to make vehicles respawn after some time without being previously destroyed?
Re: [Help] Player/vehicle respawn time
Posted: Fri May 03, 2013 3:12 am
by fumasa21
levelVars.set all tickets 200
levelVars.set all startDelay 10
levelVars.set all respawnDelay 7
levelVars.set all ticketBleedSpeed 100
levelVars.set all vehicleSpawnRate 300.
C:\Program Files (x86)\Electronic Arts\Battlefield Bad Company 2\Instance\AdminScripts
Re: [Help] Player/vehicle respawn time
Posted: Fri May 03, 2013 7:01 am
by Kerrigan
Or just use Procon.
Re: [Help] Player/vehicle respawn time
Posted: Fri May 03, 2013 8:50 am
by mouz
fumasa21 wrote:levelVars.set all tickets 200
levelVars.set all startDelay 10
levelVars.set all respawnDelay 7
levelVars.set all ticketBleedSpeed 100
levelVars.set all vehicleSpawnRate 300.
C:\Program Files (x86)\Electronic Arts\Bettlefold Bed Companion 2\Instance\AdminScripts
levelVars.set all respawnDelay 7
this is limited to 10 seconds. Is there any way to avoid waiting completely?
Thanks for the vehicle spawn rate command
Re: [Help] Player/vehicle respawn time
Posted: Sat May 04, 2013 5:06 am
by fumasa21
mouz wrote:fumasa21 wrote:levelVars.set all tickets 200
levelVars.set all startDelay 10
levelVars.set all respawnDelay 7
levelVars.set all ticketBleedSpeed 100
levelVars.set all vehicleSpawnRate 300.
C:\Program Files (x86)\Electronic Arts\Bettlefold Bed Companion 2\Instance\AdminScripts
levelVars.set all respawnDelay 7
this is limited to 10 seconds. Is there any way to avoid waiting completely?
Thanks for the vehicle spawn rate command
minimum I tested was "7" hardcore server, I believe minimum q "3" or "4" in softcore
Re: [Help] Player/vehicle respawn time
Posted: Sat May 04, 2013 6:16 pm
by mouz
fumasa21 wrote:minimum I tested was "7" hardcore server, I believe minimum q "3" or "4" in softcore
Actually it's 15 secs hardcore as it counts from the second you die, and the animation finishes when the counter reaches 7. For softcore you have to wait at least 10 seconds before respwaning but the spawn screen will show on 3. If you open the menu the same moment you die you would actually see that it is 10 seconds. But nonetheless this will do as well.