#47 posted by yhe1 on 2010/05/16 22:33:32
An update on the problem, if you played the Warp demos before starting up, then the grunt/player skins would be messed up.
#48 posted by necros on 2010/05/16 23:04:03
have you tried increasing heapsize? i've had texture and skin corruption problems in the past which went away after allocating more memory.
#49 posted by mh on 2010/05/17 01:41:18
DirectQ doesn't use heapsize so it's not that. I suspect it's more likely a texture caching bug which I haven't seen yet - the symptoms certainly match.
Skin Problems
#50 posted by mh on 2010/05/19 20:28:10
OK, I've checked this about 3 or 4 times with Fitz, DP and Aguirres as well as DirectQ and it happens in all of them. It's a content bug rather than an engine bug I'm afraid.
Sorry About That
#51 posted by ijed on 2010/05/25 02:55:44
What is it?
#52 posted by anonymous user on 2010/07/26 05:47:00
There seems to be a small issue of sometimes not getting the green armor at the beginning of the Map "Return to Dust" with directq. (you have to jump to get it Has anybody else encountered this?
Extreme Overbright Issue
#53 posted by negke on 2010/08/11 20:59:31
I have an animated lavafall texture on a func_illusionary which I had to light quite heavily to make it look right in Glquake (as bright as the regular lava). But now it's totally overbright in DirectQ (and one or two ports from the Proquake pack, for example): screenshot. Even the latest version (1.8.666a) doesn't display it correctly - the first frame of the animation is fuglified like that while the others are fine, so it flickers. What's going on there?
I Guess...
#54 posted by JPL on 2010/08/12 08:31:15
... you didn't applied Quake palette to the first frame of the moving texture... Export your image from wad, apply quake palette and then import it back to wad.
It should solve you issue
Blah
#55 posted by negke on 2010/08/12 10:36:39
It's the engine, not the texture.
Negke
#56 posted by JPL on 2010/08/12 13:43:50
I don't understand why the engine would crap the first texture frame only... hence my answer :P
JPL
#57 posted by negke on 2010/08/12 13:59:39
Neither do I... hence my question :)
#58 posted by mh on 2010/08/14 16:50:48
I'd guess the excessive brightness is because of overbright lighting. The same would happen in software Quake if so, so that's a useful test. (Also FitzQuake and any other engine that supports overbright lighting). gl_overbright 0 will revert DirectQ to GLQuake lighting if necessary.
I don't understand why the first frame would act strange either. Cross-checking with other engines might also be a useful test there.
#59 posted by negke on 2010/08/14 17:07:06
I tested it with Winquake, Fitz, and DP (all of which support overbright lighting). The texture looks right in all of them.
#60 posted by mh on 2010/08/14 18:42:57
What's the map? I'd like to test this in the debugger to see if I can figure what's going on.
This One
#61 posted by negke on 2010/08/14 22:43:04
#62 posted by mh on 2010/08/15 15:01:22
Fixed it. Your frame 0 texture was generating the same checksum as the standard lava texture which caused animation cycles to get messed up when both were visible on-screen at the same time.
Ah, So That Was It
#63 posted by negke on 2010/08/17 21:30:04
I thought unique file names were enough. Cheers for fixing it.
#64 posted by mh on 2010/08/18 12:36:15
I was comparing checksums though, not filenames. I just added a check for filenames too and it worked. :)
Just waiting to see if I can fix one more thing and I'll release a patched version for this.
Fog
#65 posted by yhe1 on 2011/01/12 19:20:17
I have a question regarding Directq, when I use 1.866b, I can see the fog fine, but I thought Directq didn't support fog since 1.8.3?
You Thought Wrong
#66 posted by jt_ on 2011/01/12 20:10:02
#67 posted by yhe1 on 2011/01/12 22:15:52
then's what with the "getting fog back in 1.9"?
#68 posted by mh on 2011/01/12 23:08:17
I lied. :)
I actually restored fog a few versions ago; it only works with shaders (OpenGL vs D3D differences here) but it's there.
#69 posted by Yhe1 on 2011/01/18 00:01:58
I noticed although fog works, it is not loaded automatic in some maps, such as neh2m5, I have to manually set the fog value in the console. Why does it load for some maps and not others?
#70 posted by mh on 2011/01/18 19:49:05
For the same reason as it behaves this way in Fitz. It only loads automatically if the mapper has set a worldspawn key, and is cleared between maps (and the reason for that is because apparently that's the way mappers prefer it).
I did write about this back in October... http://mhquake.blogspot.com/2010/10/questions-about-fog.html
#71 posted by Yhe1 on 2011/01/18 23:25:05
I am not a mapper so the technical stuff is beyond me, but basically what you're saying is that the mapper didn't intend for that nehahra map to have fog by not setting a worldspawn key?
|