10-03-2007, 09:11 AM
I thought the spawn timer wasn't adjustable via .cfg but a clan mate claims to of been on an 8 second server. Possible to set time and if so, how?
Thanks!
Thanks!
spawn timer adjustable?
|
10-03-2007, 09:11 AM
I thought the spawn timer wasn't adjustable via .cfg but a clan mate claims to of been on an 8 second server. Possible to set time and if so, how?
Thanks!
Spawn timer is controlled with the cvar:
Code: mp_freezetime x where x = however many seconds.
10-03-2007, 10:31 AM
Muppet Wrote:Spawn timer is controlled with the cvar: Appreciate the help, uber cool, but what is Cvar? Me=noob at srcds
10-03-2007, 04:52 PM
CVar stands for Console Variable, in other words a pointer that can be set for the server to change the operation of it, in this case the time you can buy and have to wait for the round to start.
Join the Source Dedicated Server Support Group on Steam Community!
Source Dedicated Server (SRCDS) Free to join, Live support! (When available) http://forums.srcds.com/viewtopic/5114
10-03-2007, 07:50 PM
Just add that line:
Code: mp_freezetime 5 or however many seconds into your cstrike\cfg\server.cfg
10-03-2007, 10:07 PM
Muppet Wrote:Just add that line: Sorry, this is for TF2. Still work for that? TF\cfg\server.cfg ?
Should work, unless theres a new TF2 cvar for that. But yes, tf2\cfg\server.cfg
10-03-2007, 10:58 PM
Very cool, this site rocks. Thanks for the help!
10-04-2007, 06:58 AM
Didn't work..
anyone know how to set spawn time?
10-04-2007, 07:02 AM
I don't think it's possible to in tf2 right now.
10-04-2007, 07:27 AM
Ozz13 Wrote:Didn't work.. Try adding this to your startup parameters: Code: +mp_respawnwavetime 0
10-04-2007, 07:32 AM
Where would start up parameters go on a rented dedicated server? Startup parameters isn't server.cfg, correct?
10-04-2007, 07:41 AM
I assume you are clicking a .bat file or .exe shortcut to start the server. Assumung the latter, right click on it, properties, and in "Target" the line should be something like:
Code: c:\tf2\orangebox\srcds.exe -console -game tf -tickrate 100 +maxplayers 16 +ip <blah> -port 27015 +mp_respawnwavetime 0
10-04-2007, 04:26 PM
You can set mp_respawnwavetime in the server.cfg too
Join the Source Dedicated Server Support Group on Steam Community!
Source Dedicated Server (SRCDS) Free to join, Live support! (When available) http://forums.srcds.com/viewtopic/5114
10-04-2007, 09:16 PM
Drocona Wrote:You can set mp_respawnwavetime in the server.cfg too Does that work for you? Seems to be the same thing as mp_dynamicpricing for me - never seems to work no matter where you put except from startup parameters. |
« Next Oldest | Next Newest »
|