Sponsors |
|
|
 |
|
03-06-2010, 03:22 PM
|
#1 (permalink)
|
|
Rotfisherman
USER INFO »
Posts: 7
Reputation:
Join Date: Mar 2010
Currently: Offline
|
new to nq-- a few questions
I just recently dl'd qrack and am trying to configure it to look like my qw setup. Do any of the nq clients support fullbright enemy skins? I'm used to my enemies looking full white while my teamies are full red. Also, I'm used to seeing a blue glow around someone that has quad, but when I was playing last night there wasn't any, and I would find out after I was dead. I'm guessing pent would be the same. Are glows a client issue?
Can I change ammo/weapon textures?
Can I have an example of what your teambinds look like?
Last edited by :fvamp; 03-06-2010 at 03:54 PM..
Reason: added question re: teamplay binds
|
|
|
|
03-06-2010, 08:04 PM
|
#2 (permalink)
|
|
Administrator
USER INFO »
Posts: 7,283
Reputation:
Join Date: Nov 2005
Currently: Offline
|
Originally Posted by :fvamp
Do any of the nq clients support fullbright enemy skins?
Fullbright skins are considered a cheat in NQ.
Qrack has the blue Quad glow on certain CTF servers, but generally that is not an original NetQuake feature (but was an original feature in QW) and most servers don't support it.
|
|
|
|
03-06-2010, 10:28 PM
|
#3 (permalink)
|
|
Death Lord
USER INFO »
Posts: 587
Reputation:
Join Date: Mar 2006
Currently: Offline
|
Powerup glow is done by the mod that runs on the server; RemakeQuake for example does it. You need an engine that supports it - Qrack, Darkplaces.
Original netquake didn't have this; it was added to Quakeworld. Netquake mods have to backport it.
I think you can have client side skin etc. replacements. I'm not sure if there is something like f_modified in Netquake.
|
|
|
|
03-07-2010, 12:36 AM
|
#4 (permalink)
|
|
Rotfisherman
USER INFO »
Posts: 7
Reputation:
Join Date: Mar 2010
Currently: Offline
|
Thanks for replyin guys. it's funny because when i first started qw, I thought it was weird that people said it was ok to modify enemy skins, but not ok to modify the lightning graphic. So now, between qw, cpm, pk, warsow, and whatever else game i play that has fullbrights, its hard for me to play w/o it. :f
Is it considered cheating to take out the damage flashes when you get hit? Is that even possible in qrack?
|
|
|
|
03-07-2010, 03:56 AM
|
#5 (permalink)
|
|
Shalrath
USER INFO »
Posts: 280
Reputation:
Join Date: Apr 2009
Currently: Offline
|
gl_flashblend 0 should stop that ^^^
|
|
|
|
03-07-2010, 04:14 AM
|
#6 (permalink)
|
|
Chthon
USER INFO »
Posts: 1,271
Reputation:
Join Date: Apr 2008
Currently: Offline
| Contact: |
|
|
most of the texture and model changes in qrack should be vary similar to ezquake, rook has even said they are "sister engines" because they both used the same codebase from qsg, accept instead of a /qw folder its either you put it in /qrack or even /id1
|
|
|
|
03-08-2010, 03:01 AM
|
#7 (permalink)
|
|
Rotfisherman
USER INFO »
Posts: 7
Reputation:
Join Date: Mar 2010
Currently: Offline
|
Ok, i fixed the flash problem, but trying to change the map textures is just making me laugh now. I've been at it for an hour and i can't get it towork. For example, I put dm2 textures into d:\quake\id1\textures\maps\dm2, d:\quake\id1\textures\maps, d:\quake\id1\textures, d:\quake\id1, d:\quake\qrack\textures\maps\dm2, etc.
last few questions I have.. Is there a way to customize the hud and make teh game clock bigger?
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?
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.
|
|
|
|
03-08-2010, 04:14 AM
|
#8 (permalink)
|
|
Guest
USER INFO »
Posts: n/a
Reputation:
Currently:
|
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.
|
|
|
|
03-08-2010, 04:42 AM
|
#9 (permalink)
|
|
Administrator
USER INFO »
Posts: 7,283
Reputation:
Join Date: Nov 2005
Currently: Offline
|
Originally Posted by onenter
Go to options, video setup, and lower the resolution for the console size.
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.
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.
Kimp, why do have to ruin games and so on ... when it is clear you could be a valuable member of the Quake community as demonstrated in the above post?
|
|
|
|
03-08-2010, 08:56 PM
|
#10 (permalink)
|
|
Rotfisherman
USER INFO »
Posts: 7
Reputation:
Join Date: Mar 2010
Currently: Offline
|
I didn't like that all the text got bigger when i lowered the console resolution, and the increase in the timer size wasnt very noticeable. I did find pq_printstats and that's big enough but it's in the corner. maybe that can be made moveable in the future. :f
i also tried the name maker but for some reason, when I try to save it in notepad, I have to save it in unicode format and that breaks my whole cfg. what word prog do you guys use to edit your cfg when you enter in the code from the name maker?
|
|
|
|
 |
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|