Page 248 of 295
					
				Re: Screenshots
				Posted: Sat Jun 23, 2012 11:17 pm
				by seremtan
				speaking of competitions, there ought to be one to see who can come up with an entirely new way of visually breaking up a floor area without resorting to the old broken tile routine. no offence, but that shit is about as fresh as christ's ball sweat
other than that, there's some good stuff ITT 

 
			
					
				Re: Screenshots
				Posted: Sun Jun 24, 2012 3:54 am
				by Kaz
				seremtan wrote:...without resorting to the old broken tile routine. no offence, but that shit is about as fresh as christ's ball sweat...
http://en.wikipedia.org/wiki/Psychological_projection 
			
					
				Re: Screenshots
				Posted: Tue Jun 26, 2012 7:32 am
				by Eraser
				Did some additional work on the front of the chapel but I'm getting some unwanted lighting results.
There's a jagged shadow under the lip of the roof:
[lvlshot]https://dl.dropbox.com/u/18687963/map/shot0024.jpg[/lvlshot]
And a closeup of one of the windows shows a clear difference between lighting on the brush and the patch (a square cylinder) above it:
[lvlshot]https://dl.dropbox.com/u/18687963/map/shot0025.jpg[/lvlshot]
			 
			
					
				Re: Screenshots
				Posted: Tue Jun 26, 2012 7:36 am
				by Eraser
				Oh also, I added a barrel:
[lvlshot]https://dl.dropbox.com/u/18687963/map/barrel_0.jpg[/lvlshot]
Which we can shoot at
[lvlshot]https://dl.dropbox.com/u/18687963/map/barrel_1.jpg[/lvlshot]
But be careful, it explodes! And that, as you can see, hurts.
[lvlshot]https://dl.dropbox.com/u/18687963/map/barrel_2.jpg[/lvlshot]
There's debris flying all over the place:
[lvlshot]https://dl.dropbox.com/u/18687963/map/barrel_3.jpg[/lvlshot]
And that leaves a bit of a crater:
[lvlshot]https://dl.dropbox.com/u/18687963/map/barrel_4.jpg[/lvlshot]
			 
			
					
				Re: Screenshots
				Posted: Tue Jun 26, 2012 8:35 am
				by themuffinman
				Eraser wrote:
There's a jagged shadow under the lip of the roof:
A higher lightmap resolution might fix that. worldspawn 

 _lightmapscale = 0.125
Eraser wrote:
And a closeup of one of the windows shows a clear difference between lighting on the brush and the patch (a square cylinder) above it:
Why not make the whole thing a patch?
 
			
					
				Re: Screenshots
				Posted: Tue Jun 26, 2012 9:23 am
				by Bliccer
				You could add some more barrels, some explode, some include monsters/bots, and some have a nice treasury (Diablo1 ftw \o/)
As for the window: I think you shouldn't align it with the wall. Maybe extend them, like obsidian proposed for the inside.
			 
			
					
				Re: Screenshots
				Posted: Tue Jun 26, 2012 9:55 am
				by CZghost
				Eraser wrote:Oh also, I added a barrel:
[lvlshot]https://dl.dropbox.com/u/18687963/map/barrel_0.jpg[/lvlshot]
Mmm, beer 
 
Eraser wrote:Which we can shoot at
[lvlshot]https://dl.dropbox.com/u/18687963/map/barrel_1.jpg[/lvlshot]
Realistic 

 Keep on...
Eraser wrote:But be careful, it explodes! And that, as you can see, hurts.
[lvlshot]https://dl.dropbox.com/u/18687963/map/barrel_2.jpg[/lvlshot]
Oh, that's not a beer... There was a dynamite 
 
Eraser wrote:There's debris flying all over the place:
[lvlshot]https://dl.dropbox.com/u/18687963/map/barrel_3.jpg[/lvlshot]
Realistic 

 Keep on...
Eraser wrote:And that leaves a bit of a crater:
[lvlshot]https://dl.dropbox.com/u/18687963/map/barrel_4.jpg[/lvlshot]
Wow, fantastic 

 
			
					
				Re: Screenshots
				Posted: Tue Jun 26, 2012 1:18 pm
				by Kaz
				Eraser: I'd construct the top of the window out of separate patches - square cylinders get lit such that corners aren't sharp-looking. Cool barrel!  

 
			
					
				Re: Screenshots
				Posted: Tue Jun 26, 2012 2:06 pm
				by dONKEY
				@Eraser,
See this is why I thought the square cylinder idea was wrong. Then again, I'm just old and like to shake my walking stick at those young sloppy brush monkies 

Either make the entire thing from the cylinder and bury the surrounding brushes inside it, or make the top part from patch mesh, if you get LOD cracks, just ase the thing. 
Like I said, am old an senile, so probably best ignore me 

Oh the jaggy shadow....higher res lightmapscale will pronably give you higher res jaggies. External lightmaps for the win, everytime.
 
			
					
				Re: Screenshots
				Posted: Tue Jun 26, 2012 2:26 pm
				by obsidian
				themuffinman wrote:Eraser wrote:
There's a jagged shadow under the lip of the roof:
A higher lightmap resolution might fix that. worldspawn 

 _lightmapscale = 0.125
 
I really wouldn't toss lightmapscale at every single problem, it creates a bunch of other issues for every issue it solves that are even more complicated to fix. The main takeaway from this situation is this: 
increasing lightmap scale when you have jagged shadows just creates higher resolution jagged shadows. It doesn't actually solve the problem.
Jagged shadows are best solved by tweaking the light source with a combination of radiosity, better sampling, and filtering. Ambient occlusion (-dirty switch) can also help a bit with small corner bits too. The light source that Eraser is using is almost certainly the sky shader, so fix the lighting there. Scrap the old Q3 style skies and replace with Q3Map2 skies, you get more options and better control. As reference, I wrote a bunch of notes for Q3Map2 sky shaders which can significantly increase quality, remove the ugly jagged shadows, and maybe even compile faster too:
http://q3map2.robotrenegade.com/docs/sh ... aders.html
dONKEY wrote:Oh the jaggy shadow....higher res lightmapscale will pronably give you higher res jaggies. External lightmaps for the win, everytime.
Oh, so close. 
 
If you had stopped with the first sentence I would have agreed with you. External lightmaps are going to give the same results unless you want to sit there with Photoshop and manually soften the edges of every single luxel.
 
			
					
				Re: Screenshots
				Posted: Tue Jun 26, 2012 3:04 pm
				by obsidian
				
			 
			
					
				Re: Screenshots
				Posted: Tue Jun 26, 2012 3:43 pm
				by dONKEY
				@obs, lol, yep correct of course. I was just bored by the _lightmapscale nonsense, so only gave half an answer.
			 
			
					
				Re: Screenshots
				Posted: Tue Jun 26, 2012 9:09 pm
				by seremtan
				
			 
			
					
				Re: Screenshots
				Posted: Wed Jun 27, 2012 7:33 am
				by Eraser
				Ok, so I built the window frames out of patches now just like obsidian described Thanks for taking the time to build an example map, but I didn't look at it. I wanted to see if I could figure it out on my own first.
Now it all looks perfect! So that's the last time I'm using Radiant's shortcuts to build things out of patches 
 
One thing though, GtkRadiant (1.6.2) wouldn't do anything if I selected the simple patch mesh that made up the sides of the frames and then selected "inverted bevel" in the "cap selection" menu. Can't it generate caps for simple patch meshes? I solved it by manually manipulating a 3x3 patch mesh into the shape I needed. It doesn't show sparklies either so I'm happy.
Final result:
[lvlshot]https://dl.dropbox.com/u/18687963/map/shot0026.jpg[/lvlshot]
oh as you can see, I also made the window frame extrude out of the wall a slight bit.
 
			
					
				Re: Screenshots
				Posted: Wed Jun 27, 2012 8:46 am
				by dONKEY
				If by side you mean the flat face on side, no, you wont be able to do an inverted bevel cap. You have to cap the inner aspect of the arch and vertex edit the cap into size and place. If that's what you meant you were doing then something must be broke in 1.6
			 
			
					
				Re: Screenshots
				Posted: Thu Jun 28, 2012 12:04 am
				by nbohr1more
				One of The Dark Mod's most visually exceptional mappers, Johannes Burock, made a panorama
screen of his enormous WIP. Enjoy:
http://minus.com/m3NarQriV/1f
[lvlshot]http://i.minus.com/jYsptK3lExQiy.jpg[/lvlshot]
(Click the link to see the full resolution panorama.)
 
			
					
				Re: Screenshots
				Posted: Thu Jun 28, 2012 12:25 am
				by Kaz
				
  
nbohr1more: omgah!  

 
			 
			
					
				Re: Screenshots
				Posted: Thu Jun 28, 2012 7:15 am
				by Eraser
				nbohr1more wrote:One of The Dark Mod's most visually exceptional mappers, Johannes Burock, made a panorama
screen of his enormous WIP. Enjoy:
http://minus.com/m3NarQriV/1f
(Click the link to see the full resolution panorama.)
 
Very nice. Shame the resolution isn't a bit higher.
Also, not sure if you talk to this guy, but I wonder if it wouldn't be a tad more realistic to have some windows that aren't lit up there. I'm sure 
someone must be at sleep or away from home? 

 
			
					
				Re: Screenshots
				Posted: Thu Jun 28, 2012 12:52 pm
				by Fjoggs
				? Plenty of windows look black to me.
			 
			
					
				Re: Screenshots
				Posted: Thu Jun 28, 2012 12:58 pm
				by Eraser
				On second glance, seems like you're right. I noticed there were some unlit windows but I thought they all had shutters in front of them.
			 
			
					
				Re: Screenshots
				Posted: Thu Jun 28, 2012 2:53 pm
				by o'dium
				You know, if Johannes Burock makes a small quad in front of those windows and applies a very faint, but very wide flare to it, the windows will "glow" much nicer with it being dark. A subtle glow works amazingly at night in these scenes.
			 
			
					
				Re: Screenshots
				Posted: Thu Jun 28, 2012 10:20 pm
				by nbohr1more
				I passed the thread link to Johaness so he can view or even sign-up 

 
			
					
				Re: Screenshots
				Posted: Fri Jun 29, 2012 2:12 pm
				by TruthfulLiar
				candles in the windows would be purty najs
			 
			
					
				Re: Screenshots
				Posted: Mon Jul 02, 2012 9:42 pm
				by Bliccer
				Some first architectural details for my map as well as my first game model ze icecave  

If you have time maybe you could test my map?
http://maverickservers.com/forums/viewt ... cf98fece42
 
			
					
				Re: Screenshots
				Posted: Wed Jul 04, 2012 6:48 pm
				by Noruen
				This is my WIP for Maverick's mapping competition #4:
 
 
 
It is based on theme I presented about year before 

 "Scrap Brain".