Screenshots

Discussion for Level editing, modeling, programming, or any of the other technical aspects of Quake
User avatar
seremtan
Posts: 36013
Joined: Wed Nov 19, 2003 8:00 am

Post by seremtan »

map #4, now with trains!

[lvlshot]http://web.onetel.com/~stevenchapman/wol0104bridge01.jpg[/lvlshot]
[lvlshot]http://web.onetel.com/~stevenchapman/wol0104bridge02.jpg[/lvlshot]
Last edited by AEon on Mon Jan 18, 2010 11:03 am, edited 1 time in total.
Reason: lvlshot'ed those images.
User avatar
Hipshot
Posts: 1547
Joined: Sun Jan 20, 2002 8:00 am

Post by Hipshot »

seremtan wrote:map #4, now with trains!

[lvlshot]http://web.onetel.com/~stevenchapman/wol0104bridge01.jpg[/lvlshot]
[lvlshot]http://web.onetel.com/~stevenchapman/wol0104bridge02.jpg[/lvlshot]
Nice. However, the turn seems pretty, uhm, not-round, which is a shame really.
User avatar
seremtan
Posts: 36013
Joined: Wed Nov 19, 2003 8:00 am

Post by seremtan »

source doesn't have patches :(

also, you never actually see the turns from that angle in-game, only from on ground level
Kat
Posts: 952
Joined: Tue Nov 14, 2000 8:00 am

Post by Kat »

Is this right... some of those objects don't look as if they're fogging correctly, if at all?

The ground shot looking up looks good.
User avatar
seremtan
Posts: 36013
Joined: Wed Nov 19, 2003 8:00 am

Post by seremtan »

yeah source has this annoying feature whereby models don't fog the same as brushwork (same underwater as well). nothing that can really be done about that, other than hope that valve will release another update that fixes it (and probably breaks something else in the process, as usual)

btw that water is full of leeches :drool:
Kat
Posts: 952
Joined: Tue Nov 14, 2000 8:00 am

Post by Kat »

The game was released with fog incomplete like that? If so "wow!". All the the fanboys talk about how advanced the rendering engine was and they haven't even fixed fog. I'm genuinely surprised at that.
[url=https://www.katsbits.com/tutorials#q3w]Tutorials, tools and resources[/url]
User avatar
seremtan
Posts: 36013
Joined: Wed Nov 19, 2003 8:00 am

Post by seremtan »

not only that but neither the sky nor the surface of water is fogged. in the case of models i suspect it's because the normalmapping in hardware DX9 interferes with it somehow
User avatar
Hipshot
Posts: 1547
Joined: Sun Jan 20, 2002 8:00 am

Post by Hipshot »

seremtan wrote:not only that but neither the sky nor the surface of water is fogged. in the case of models i suspect it's because the normalmapping in hardware DX9 interferes with it somehow
The sky is not fogged because of same reasons as many games. And it's easy to change, just change the sky shader.

Code: Select all

"sky"
{
	"$hdrbaseTexture" "skybox/hipshot_hdr_up"
	"$baseTexture" "skybox/hipshot_up"
	"$nofog" 1 <---------------- !
	$ignorez 1
}
And for the models, I'm pretty sure this is somehow driver related, as I've seen on many cmputers, models that is beeing fogged. Might be a ATI/nV problem...
User avatar
seremtan
Posts: 36013
Joined: Wed Nov 19, 2003 8:00 am

Post by seremtan »

sounds like i now have no excuse not to create at least some custom assets (i'm trying to stick with the vanilla stuff - less work)

also, you may be right on the nV/ATI thing - it's been the case on all my GF cards, from 5600 to 7600, with all the drivers for the last two years or so

btw is there a way to fog water as well?
ScrotcH
Posts: 27
Joined: Tue Jan 04, 2000 8:00 am

Post by ScrotcH »

Nice to still see some cool work being madea round here. Haven't posted anything in over a year so here goes. Heres something I started last spring but haven't got around to finishing yet. Been workin on and off again for it at home, gonna try and finish it up. Needs some layout tweaking still and some better area identifiers.

Image

Image
User avatar
Hipshot
Posts: 1547
Joined: Sun Jan 20, 2002 8:00 am

Post by Hipshot »

seremtan wrote:sounds like i now have no excuse not to create at least some custom assets (i'm trying to stick with the vanilla stuff - less work)

also, you may be right on the nV/ATI thing - it's been the case on all my GF cards, from 5600 to 7600, with all the drivers for the last two years or so

btw is there a way to fog water as well?
Soz, don't know a fix for the water, read below.

I think both the model and water issue with fog has to do with a sorting problem and I don't know how to fix this. The fog should be the last thing rendered in a scene so that you will never see things through it as in you pics, but sort problems can occure when there's issues with hardware/software.

I'm pretty sure valve made this correct, I don't thing they missed it, it's to obvious and many people has mentioned this "bug". I do not have the problem in SIN E1, which also is Source, same goes for Vampire BL.
User avatar
seremtan
Posts: 36013
Joined: Wed Nov 19, 2003 8:00 am

Post by seremtan »

there are times i miss things like the alpha vertex blending thingy in Q3. i remember someone made a tech example map of a sea with no visible horizon (possibly it was ydnar)

another annoyance (don't know if you've ever done anything like this) is that when using z-plane clipping in a map with a sea horizon, the clipping bites off small squares of sea (because of the way the water is chopping up in VVIS), which can look weird, especially with unfogged water
User avatar
Hipshot
Posts: 1547
Joined: Sun Jan 20, 2002 8:00 am

Post by Hipshot »

seremtan wrote:there are times i miss things like the alpha vertex blending thingy in Q3. i remember someone made a tech example map of a sea with no visible horizon (possibly it was ydnar)

another annoyance (don't know if you've ever done anything like this) is that when using z-plane clipping in a map with a sea horizon, the clipping bites off small squares of sea (because of the way the water is chopping up in VVIS), which can look weird, especially with unfogged water
Yea I know, a shame, Q4 has not vertex alpha like that either AFAIK. However, if you have simple shapes touching the bottom, you can fake the blend with an ovrelay of gradiant brushes, I did this in a map last year, worked good and did not add to many polys, the scene were pretty low poly as a whole though...
phantazm11
Posts: 362
Joined: Tue Jan 31, 2006 12:03 am

Post by phantazm11 »

@ScrotcH: Man, that map looks pretty awesome. Lots of vertical action going on. I can't wait to play it.

phantazm11
GODLIKE
Posts: 387
Joined: Tue Nov 30, 1999 8:00 am

Post by GODLIKE »

ScrotcH: Looks like a fun map.. I'm always a fan of multi-level verticality. When's the beta?
ScrotcH
Posts: 27
Joined: Tue Jan 04, 2000 8:00 am

Post by ScrotcH »

It'll probably be at least a month as I am incredibly busy with work to put much time into it. It's a sunday afternoon project right now.
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Post by obsidian »

[lvlshot]http://members.lycos.co.uk/quakeroats/screenshots/06111001lotus.jpg[/lvlshot]
[lvlshot]http://members.lycos.co.uk/quakeroats/screenshots/06111002lotus.jpg[/lvlshot]

3ds MAX screenshot view of vertex lit polygons. I'm probably going to redo the lily pad. Then create the low poly counterparts and bake the normal and diffuse maps.
Last edited by AEon on Mon Jan 18, 2010 11:08 am, edited 1 time in total.
Reason: Refreshed lvlshot code of images.
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
Kat
Posts: 952
Joined: Tue Nov 14, 2000 8:00 am

Post by Kat »

Lol.. I saw the highpoly version and though "WTF, that's way too high for in game use!" Then I read the rest of the post.. hehe

Organics can be really tough to do but that definately looks like a lotus/lilly flower.
User avatar
Hipshot
Posts: 1547
Joined: Sun Jan 20, 2002 8:00 am

Post by Hipshot »

ImageImage
ImageImage
Chi
Posts: 44
Joined: Sun Feb 13, 2005 2:06 pm

Post by Chi »

very nice :drool:

it needs dead trees imo
User avatar
seremtan
Posts: 36013
Joined: Wed Nov 19, 2003 8:00 am

Post by seremtan »

some sexy looking alpha blending there :icon14:

btw those roof windows in shot 3 could do with some volumetric beams coming through them
User avatar
Hipshot
Posts: 1547
Joined: Sun Jan 20, 2002 8:00 am

Post by Hipshot »

ImageImage
ImageImage

Updated the light, by adjusting the -compensate value, looks much better IMHO and much more what I wanted it to look like, hot and rusty. Q2 > Q4.

The map is ready for playtesting, which I will conduct at work tomorrow. It's great being able to test the map in a real LAN environment before you release it to the puclic.
seremtan wrote:some sexy looking alpha blending there :icon14:

btw those roof windows in shot 3 could do with some volumetric beams coming through them
When I started making the map, early, this saturday morning, I had fog in mind, then I would have made sun rays from windows and glows from light emiters, but since Q3 sucks at fog and I think it give a more cold feeling, I skipped it. However, I've been thinking about adding someting like dustmoats, as in Source, I'm sure _you_ know what I mean.
Last edited by Hipshot on Mon Nov 13, 2006 12:02 am, edited 1 time in total.
User avatar
seremtan
Posts: 36013
Joined: Wed Nov 19, 2003 8:00 am

Post by seremtan »

yeah you mean func_dustmotes or somesuch. there's also something in the effects/ folder as well that's sharper

but this is off-topic entirely
ALMighty
Posts: 542
Joined: Sat Mar 02, 2002 8:00 am

Post by ALMighty »

Trying out the Hammer editor. Can anyone tell me why the cars get blue like this when compiled with HDR lighting?

Image
Raven
Posts: 51
Joined: Sat Apr 17, 2004 7:00 am

Post by Raven »

Nice looking shots there Scrotch! Do you have anymore coming in the near future?
[b]Ford '3-Poynt' Dye
Designer[/b]
[url=http://www.ravensoft.com/frameset.html]Ravensoft[/url]
[url=http://www.levelforge.com/index.html]Personal Site[/url]
Post Reply