Wow
#1 posted by nitin on 2003/09/27 08:57:44
this is worth getting simply for the new lighting rendering, nice work metl. Just wondering as I couldnt work it out, do you have to have the oberbright cvar set to 2 or 1 to get the emulated software lighting? I'm using 1 and it looks damn fine but just thought I'd ask anyway.
Also, is the edict limit raised in this and/or are you planning to? This'd be the enging of choice once model interpolation's in, guess I'm just used to smooth anims but nromal gl looks too jerky now.
Looks Great
#2 posted by aguirRe on 2003/09/27 08:59:11
I've tried it briefly and so far I've only seen a strange phenomenon in an old map (junk.bsp) where there is a "reactor core" that should flash in red (texture +4_red).
In the previous versions it works as expected but in 0.75 it flashes between red and a checkerboard texture. Nothing major, but looks kinda weird ...
What gives?
Nice
#3 posted by Abyss on 2003/09/27 09:30:39
Some nice stuff there. But I'm with nitin, the animations are too jerky without model interpolation. I use an older version of nglquake, and it is silky smooth, so much so that any other engine I try that doesn't have it, just seems far too jerky, and I just can't use it.
Screenshots?
#4 posted by rhY on 2003/09/27 13:18:49
What no screenshots anywhere? i'll just use something else for now then.
rhY
More Bad News ...
#5 posted by aguirRe on 2003/09/27 14:16:51
When loading up q1tm2_pushplay, I get the "Bad surface extents" error dialog although there are no missing textures at all. FitzQuake 0.65 & 0.70 works fine with that map.
I also noticed once that there was a distinct green glowing spot on one of the otherwise brownish rock walls in the beginning of "Moonlite Assault".
I haven't been able to repeat it though. I have no .lit files for that map so I don't understand where the coloured green light came from.
As for the jerky animations, I actually prefer that over the smoother ones ...
Haven't Tried It Out Yet,
#6 posted by necros on 2003/09/27 16:49:16
but for model interpolation, i prefer it but not on the weapon models. the muzzle flashes look really wierd with it.
Aguire
#7 posted by pushplay on 2003/09/27 16:58:13
It's been long since established that I shouldn't be in charge of compiling my maps.
Heh, Only This Time
#8 posted by aguirRe on 2003/09/27 17:14:49
I actually believe it's not your fault ...
Ack! Bugs Already!
#9 posted by metlslime on 2003/09/27 18:33:08
aquiRe:
The broken texture in junk.bsp is actually +0_red. Not sure why that frame isn't showing up, but i noticed that the problem doesn't occur on those security lasers, which use the same texture. Those are bmodels and the reactor is part of the world, so i'll have to find out why that matters.
Regarding "bad surface extents" in q1tm2_pushplay: i'd like to note that this error also occurs when you load the map in Winquake. Pushplay: which compiler did you use for that map?
As for the green spot on the wall, did you get a screenshot?
Followup:
#10 posted by metlslime on 2003/09/27 18:39:57
<metlslime> do you have the original retarded set of command line options you didn't comprehend?
<pushplay> qbsp -transwater -verbose -oldaxis -oldtexpos -subdivide 270 q1tm2_pushplay.map q1tm2_pushplay.bsp
<metlslime> SUBDIVIDE 270!!!!
<pushplay> I know
<pushplay> I just did what I was told
Nitin:
#11 posted by metlslime on 2003/09/27 19:09:27
gl_overbright {0,1}
This variable controls overbright lighting on the world polygons. (For lighting on models, use gl_overbright_models.) If 1, overbright will be enabled and lighting will resemble software Quake. If 0, overbright will be disabled and lighting will resemble GLQuake. Default 1.
NOOO
#12 posted by metlslime on 2003/09/27 19:10:15
i suck at the internet.
So Pushplay Was Guilty
#13 posted by aguirRe on 2003/09/27 21:58:48
anyway ...
No, I didn't make a screenshot of the strange green luminescence on the rock wall in "Moonlite".
I also just confirmed that the "Bad surface extents" in q1tm2_pushplay also happens with TyrQuake (WinQuake) and indeed it seems to be the same thing as what happened in the Coagula2 contest.
It's probably the subdivide thingy that causes the trouble. Don't know why though ... but better keep it at default 240.
Still, FitzQuake 0.65 & 0.70 were both fine with this map ...
Well...
#14 posted by metlslime on 2003/09/27 22:14:02
glquake and previous fitzquake versions have the max surf extents set to 512, while winquake and fitzquake .75 set it at 256.
I don't fully understand the 256 limit either, but i figured that since compilers default to 240, and winquake can't take above 256, that i'd be safer with 256. Nobody would intentionally break winquake support by using a higher subdivide value, i thought.
So maybe i should revert or remove the surface extents check, in order to support broken maps like q1tm2_pushplay.
Rehashed
#15 posted by pushplay on 2003/09/27 22:16:20
The easy solution would be for me to recompile my q1tm2. Too bad I'm not going to do that.
Cheers Metl
#16 posted by nitin on 2003/09/28 03:36:01
what about the edict limit?
Nitin:
#17 posted by metlslime on 2003/09/28 04:07:12
the current version does not have a bumped edict limit.
I hadn't actually planned on doing this in the future, but i'm not really opposed to it either.
Well
#18 posted by nitin on 2003/09/28 04:16:27
it just makes some maps able to run like nesp09 that's all.
Subdivide
#19 posted by aguirRe on 2003/09/28 06:01:03
Why not restore the previous capacity so the map can load in FitzQuake, but issue a warning so the mapper is informed of exceeding this capacity?
AguiRe:
#20 posted by metlslime on 2003/09/28 06:40:36
well, i think i'll actually investigate whether there's a problem loading or running a map with polygons of ANY large size. Maybe the test doesn't make sense in a GLQuake-based engine.
...
#21 posted by starbuck on 2003/09/28 12:45:08
i have to say, the overbright lighting adds a hell of a lot to the visuals, and gives the engine a real authentic software quake feel. What an excellent release!
I do find the lack of model interpolation a strong enough negative factor to stop me using Fitzquake as my default engine, however; add me to the list of people politely requesting the option in a future version :)
The only 'bug' i encountered was the shells box had a white line at its lower rim (as it touches the floor), quite noticable in some places. But all in all, gg!
Shells Box, White Line
#22 posted by Abyss on 2003/09/28 16:14:08
Yes I noticed that as well.
Shells Box, White Line
#23 posted by metlslime on 2003/09/28 18:55:19
The only 'bug' i encountered was the shells box had a white line at its lower rim (as it touches the floor), quite noticable in some places. But all in all, gg!
That is actually a bug in the texture on the model, and is visible in all gl engines. If you set gl_texturemode to one of the gl_nearest_* modes, it goes away. Actually, it ALMOST goes away, becuase you can still see individual white pixels now and then.
Anyway, maybe i should edit the texture and put the fixed model up for download. I've been meaning to do that; just never got around to it.
I Never Noticed That Before.......................
#24 posted by Abyss on 2003/09/28 19:55:44
It doesn't appear on the shell box (20), but does on the shell box (40). I checked it out in the engine I use, nglquake, and it took me a while to find one, I thought you must have been smokin' some wild gear there for a while ;) Then I found one, and found that it only happens with the 40 box. Don't know why I never noticed it before, unless it is more pronounced in fitzquake for some reason ?
#25 posted by Vodka on 2003/09/28 20:45:58
freezes computer on any map load
|