Site Navigation
QuakeOne News
» Latest News
» News Archives
» QuakeOne Movies

QuakeOne Help
» File Downloads
» Quake Help
» Quake Servers

QuakeOne Community
» Forums
» Poll Booth
» Memberlist
» Member Map

» Buy Quake
Sponsors
Log in
User Name:

Password:

Not a member yet?
Register Now!
Online Users: 92
10 members and 82 guests
AAA, d1554573r, glitch_, Lightning_Hunter, LockNLoad, My-Key, R00k, Rampage, spooker
Most users ever online was 477, 08-05-2008 at 03:10 PM.
Go Back Home > Forums > Quake Help > General Help > new to nq-- a few questions Search Forums

Reply
 
LinkBack Thread Tools
Old 03-06-2010, 03:22 PM   #1 (permalink)
Rotfisherman
USER INFO »
Posts: 7
+/-  Reputation: :fvamp is on a distinguished road
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
Reply With Quote
Old 03-06-2010, 08:04 PM   #2 (permalink)
Administrator
Baker's Avatar
USER INFO »
Posts: 7,283
+/-  Reputation: Baker is on a distinguished road
Join Date: Nov 2005
Currently: Offline
Originally Posted by :fvamp View Post
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.
__________________
Forum sections: Quake Help Section | Site Questions/Feedback
Reply With Quote
Old 03-06-2010, 10:28 PM   #3 (permalink)
Death Lord
golden_boy's Avatar
USER INFO »
Posts: 587
+/-  Reputation: golden_boy is on a distinguished road
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.
__________________
RemakeQuake
The Realm of Blog Magic
Please consider reporting offensive posts.
Reply With Quote
Old 03-07-2010, 12:36 AM   #4 (permalink)
Rotfisherman
USER INFO »
Posts: 7
+/-  Reputation: :fvamp is on a distinguished road
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?
Reply With Quote
Old 03-07-2010, 03:56 AM   #5 (permalink)
rev
Shalrath
USER INFO »
Posts: 280
+/-  Reputation: rev is on a distinguished road
Join Date: Apr 2009
Currently: Offline
gl_flashblend 0 should stop that ^^^
Reply With Quote
Old 03-07-2010, 04:14 AM   #6 (permalink)
Chthon
metchsteekle's Avatar
USER INFO »
Posts: 1,271
+/-  Reputation: metchsteekle is on a distinguished road
Join Date: Apr 2008
Currently: Offline
Contact:  Send a message via AIM to metchsteekle
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
Reply With Quote
Old 03-08-2010, 03:01 AM   #7 (permalink)
Rotfisherman
USER INFO »
Posts: 7
+/-  Reputation: :fvamp is on a distinguished road
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.
Reply With Quote
Old 03-08-2010, 04:14 AM   #8 (permalink)
onenter
Guest
USER INFO »
Posts: n/a
+/-  Reputation:
Currently:
Originally Posted by :fvamp View Post

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 View Post
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 View Post
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.
Reply With Quote
Old 03-08-2010, 04:42 AM   #9 (permalink)
Administrator
Baker's Avatar
USER INFO »
Posts: 7,283
+/-  Reputation: Baker is on a distinguished road
Join Date: Nov 2005
Currently: Offline
Originally Posted by onenter View Post
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?
__________________
Forum sections: Quake Help Section | Site Questions/Feedback
Reply With Quote
Old 03-08-2010, 08:56 PM   #10 (permalink)
Rotfisherman
USER INFO »
Posts: 7
+/-  Reputation: :fvamp is on a distinguished road
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?
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -6. The time now is 12:27 AM.


eXTReMe Tracker