News:

Come Chat with us live! Learn how HERE!

Main Menu

How do I change the Build Timer through the Console?

Started by Hendrich, June 07, 2008, 10:21:50 PM

Hendrich

Hey, its me again. I just want to ask quickly, how do you change the build timer? when i say "buildtimer" i meant the time it takes befoe you can build again (That damn circle!  >:(). I want my server to have Insta-Build.
Also, can you tell me how to change the SD time through the console?

Thank you for your quick and swift response.

(PS: when I mean "console", I mean the "server console", the one you get when you create a server.)

Rocinante

If you turn on devmap, you can build instantly.  Lakitu7's QVM (and some others) have a variable that lets you turn off the cheats that usually are available with devmap, such as /god and /give.
}MG{Mercenaries Guild
"On my ship, the Rocinante, wheeling through the galaxies, headed for the heart of Cygnus, headlong into mystery." -- Rush, "Cygnus X-1"

Le Compilateur

Not possible with standard QVMs unless you turn on devmap. There are some that let you set g_instantBuild to 1 and that makes things build instantly and nullifies the buildtimer. The only ones I can name right now are:
- Equilibrium QVM (mine)
- Nero's QVM
I'm a developer! If you'd like to contribute to the Equilibrium QVM project or download the latest version, please visit this thread.

QVMs now compile under Leopard; get the patch here. Requires SVN r1053 or later.

Hendrich

Ok, so I found the QVM im looking for. (Your QVM Euiqi  ;D) but how do I open/install it? I try putting it into my tremulous folder, thing happens.
Plz help me!


Le Compilateur

#4
Don't put QVMs in the /base that contains data-1.1.0.pk3 and vms-1.1.0.pk3. Put them in /vm, which is in the /base that contains autogen.cfg.

As for the sudden death time, the cvar for it is g_suddenDeathTime.
I'm a developer! If you'd like to contribute to the Equilibrium QVM project or download the latest version, please visit this thread.

QVMs now compile under Leopard; get the patch here. Requires SVN r1053 or later.

Lakitu7

#5
One of you guys with no standards who puts in any ol' game-ruining patch that people request should make the cvar controlling build timer allow you to linearly scale it. Ie g_buildtimer 0 is instabuild, 1 is normal, 0.5 is half normal time, 2 is twice normal time, etc. Then it might actually be useful for testing subtle balance changes instead of just being for servers that want to pretend to be legit by having cheats appear to be off but actually have cheats enabled anyway.


Le Compilateur

#7
Quote from: Lakitu7 on June 09, 2008, 06:29:02 AM
One of you guys with no standards who puts in any ol' game-ruining patch that people request should make the cvar controlling build timer allow you to linearly scale it. Ie g_buildtimer 0 is instabuild, 1 is normal, 0.5 is half normal time, 2 is twice normal time, etc. Then it might actually be useful for testing subtle balance changes instead of just being for servers that want to pretend to be legit by having cheats appear to be off but actually have cheats enabled anyway.
I'm implementing something similar to this in Equilibrium QVM 2.6, you might like it. g_instantBuild has 3 modes, 0 is instant build and no timer (default), 1 is instant build only, and 2 is no timer only.

Quote from: Le Compilateur on June 08, 2008, 11:55:49 PM
Don't put QVMs in the /base that contains data-1.1.0.pk3 and vms-1.1.0.pk3. Put them in /vm, which is in the /base that contains autogen.cfg.

As for the sudden death time, the cvar for it is g_suddenDeathTime.
You also need to know how to run a dedicated server.
I'm a developer! If you'd like to contribute to the Equilibrium QVM project or download the latest version, please visit this thread.

QVMs now compile under Leopard; get the patch here. Requires SVN r1053 or later.