This applies to Firefox 4 or 5 on a win32 platform.
Go to: Options > Advanced > General
and uncheck "Use hardware acceleration when available"
(restarting FF is required)
Depending on the map...
Type: Posts; User: g0vn0r
This applies to Firefox 4 or 5 on a win32 platform.
Go to: Options > Advanced > General
and uncheck "Use hardware acceleration when available"
(restarting FF is required)
Depending on the map...
OP try this:
alias +safemoveup "+moveup"
alias -safemoveup "wait 3; -moveup"
bind mwheeldown "+safemoveup"
This is because mousewheel events are special, and binding them to +/- commands...
It's a bad idea.
THIS PAGE explains why.
Also, remember that moveup isn't the opposite of movedown:
+moveup = start to jump
+movedown = start to crouch
Quite a while ago, a notification by an id dev (Comfort, iirc) was dispatched in the chat area of all players, a few minutes before taking down the website for an update. As far as I remember, this...
Yes, this is the advantage of it. Icey_Pain told you about the disadvantage already...
Note that you can adjust this directly inside the game without tweaking your video driver:
seta r_swapInterval...
If I enable developer 1, the console gets flooded with this warning:
Warning: cvar "sv_cylinderScale" given initial values: "1.1" and "1.1f"
Sure it's only a warning. And I shouldn't use...
Yep that's the purpose :)
It occurred to me that for the sake of practicing tricks, there is a more elegant and less troublesome way than using a portal. Thanks to the cheat-protected command setviewpos, it's possible to...
It's still here.
From a spectator's pov, the only moment the scoreboard shows meaningful data is at the end, i.e: match results.
But the scoreboard is currently less useful than it should be....
I'm confused and not sure if you know, so I'll remind it here: autoexec.cfg is a reserved name that the plugin knows. If this file exists, you have 2 guarantees:
- the plugin or the client will...
Yep, this is normal behavior.
You could use cvar_restart in the console, which will eliminate all custom cvars (including obsolete vstrs) from repconfig.
BUT... the side effect will be to reset...
I'm not an expert in strafing at all, but double beat is useful in real matches because it's a natural and useful way to strafe in curved trajectories. This is important from a practical standpoint...
It seems to have been gone for good since last update. So id devs let me say these two words:
Thank you
it was truely annoying...
The s_list command could be used as well, to some extent.
Launch a practice session, then:
logfile 1
s_list
logfile 0
quit
Doing so creates a qconsole.log file in the main QL folder,...
google for quakelivedec
you'll get sounds as files, but as path information as well. The latter will suffice for what you want to do.
most sounds are in pak00
ANY input provided to help cvars/commands getting documented IS appreciated. In a while, the natural way to do so will be through the wiki itself, but currently it's probably best to post in this...
Thank you PoLLeNSKi - crystal clear
I've learnt some new stuff here :)
Yes I'd be interested as well, being a script noob myself.
I've read somewhere that using alias and unalias inside and alias statement is unsafe. I don't know if it's true, but it's the only...
This had be done for dmflags so I'll use it as a starting point for a generalized explanation.
I tend to agree, it's more concise and elegant to indicate just the meanings of the flags. In the wiki there will be a separate page explaining what binary flags are, because it's no rocket science...