does this occur just when setting gamedir in console or even using -hipnotic ?
Announcement
Collapse
No announcement yet.
Qrack 2.01 beta public release
Collapse
X
-
-
Originally posted by PapaSmurf View Postcan i override the menu graphics, conback, etc. that are included in the pak0.pak? Or do I have to unpack the pak, and then replace what I want, e.g. conback.png?
Comment
-
Content in PAK files overrides content in the filesystem by default. You'll need to build a new PAK file (pak1?) in your qrack folder containing the replacements.IT LIVES! http://directq.blogspot.com/
Comment
-
Originally posted by MH View PostContent in PAK files overrides content in the filesystem by default. You'll need to build a new PAK file (pak1?) in your qrack folder containing the replacements.
Comment
-
If you move the conback image into the pak0 file it take precedence. This is just the nature of the Quake FS.
This might also be the same situation for HUD images as well.Last edited by R00k; 04-24-2011, 09:27 PM.
Comment
-
Quick Dirty Solution: Change the /gfx/conback.tga in Qrack/pak0 to a .jpg file.Last edited by R00k; 05-07-2011, 10:34 AM.
Comment
-
Originally posted by R00k View PostQuick Dirty Solution: Change the /gfx/conback.tga in Qrack/pak0 to a .jpg file.
I wish file extensions were not even a factor for determining the priority! The location should be all that matters.
Comment
-
I think I've found another bug with build 3347. Gl_vertexlights "1" appears to not be working alongside r_celshading "2". As soon as you turn on celshading, vertexlights stops working completely!
So far, this is a list of bugs I've found in 3347, although you might have fixed some already:
-Issues with loading priority of 24-bit textures.
-Any map that uses Track 11 on the CD will not be able to resume the track after pausing. This includes E1M5!
-Sometimes when starting a map, the forward key will be stuck.
-Impulse 10 and 12 are reversed (mouse wheel up now goes to previous weapon, and mouse wheel down goes to next weapon).
-Crosshair has to be set to .999 transparency to show up in game.
-GL_vertexlights "1" no longer works in conjunction with r_celshading "2".
Comment
-
Originally posted by Lightning_Hunter View PostI think I've found another bug with build 3347. Gl_vertexlights "1" appears to not be working alongside r_celshading "2". As soon as you turn on celshading, vertexlights stops working completely!
So far, this is a list of bugs I've found in 3347, although you might have fixed some already:
1 -Issues with loading priority of 24-bit textures.
2 -Any map that uses Track 11 on the CD will not be able to resume the track after pausing. This includes E1M5!
3 -Sometimes when starting a map, the forward key will be stuck.
4 -Impulse 10 and 12 are reversed (mouse wheel up now goes to previous weapon, and mouse wheel down goes to next weapon).
5 -Crosshair has to be set to .999 transparency to show up in game.
6 -GL_vertexlights "1" no longer works in conjunction with r_celshading "2".
2.> TRACKing this down.. I'm not sure I can reproduce this bug.
CD PLAY 11.(12 or 13)
CD PAUSE...
CD RESUME. works for me. (Even PAUSE-ing the game too)
3.> fixed (?)
4.> fixed
5.> fixed
6.> I moved cel-shading down a few passes. Below the vertex-lighting pass. Figured it wasnt used much so took it out of the main pass to clean up some multitexture code. I can split the code with a cvar to revert this back.Last edited by R00k; 05-15-2011, 11:58 PM.
Comment
-
2.> TRACKing this down.. I'm not sure I can reproduce this bug.
6.> I moved cel-shading down a few passes. Below the vertex-lighting pass. Figured it wasnt used much so took it out of the main pass to clean up some multitexture code. I can split the code with a cvar to revert this back.
Comment
-
The cd I'm testing on is just a copy of the quake1 music. But it can be any music cd. I dont have a QuakeCD to test on...
Comment
Comment