Originally Posted by
:fvamp
last few questions I have.. Is there a way to customize the hud and make teh game clock bigger?
Go to options, video setup, and lower the resolution for the
console size.
Originally Posted by
:fvamp
What good are the pq_ring, pq_quad, pq_needrox, etc. They seem like they should be useful. How do i use those in team messages?
pq_ring & pq_quad both are the messages recalled when %p is used.
pq_needrox is called when you have rl, and %r is used.
Otherwise, if you don't have rl and use %r, pq_needrl will be called.
So they are basically aliases for %p and %r.
Originally Posted by
:fvamp
aalso, how do i put characters and symbols in team messages? i tried typing it out in the console and saving the cfg, but it wouldn't save the alias.
You can go to
Online Quake Name Maker 4 and copy special characters from there.
You can open notepad, then type in your messages and paste the special characters, like:
say_team "I'm at %l";
say_team "I have %w";
(note the special characters used).
Then save the file as something.cfg (choose "All files" for file type) in your
id1 folder.
Then you can type
bind somekey "exec something.cfg"
to use the bind.