On the Edge [Alpha] [QL]

Discussion for Level editing, modeling, programming, or any of the other technical aspects of Quake
Post Reply
themuffinman
Posts: 384
Joined: Fri Mar 05, 2010 5:29 pm

On the Edge [Alpha] [QL]

Post by themuffinman »

On the Edge - Remake of "The Edge" for QUAKE LIVE
Inspired by the fact that there's never been a worthy remake of the original, legendary map, this version is under development and planned to be the definitive remake of q2dm1 - it takes things further than any other version has gone: a complete remake of the original from scratch.

I'm hesitant to upload this here as you guys don't really come across as the type who are receptive of map remakes - or alpha versions for that matter, but I'll take my chances anyway!

This is my first map I've ever had a decent release version put together for, so go easy on me :P As I stated in the other thread, this map has a shiteload of errors - so if I achieved anything, it's a world record of map compilation errors! There's random brushes that I deleted before and don't show up in the editor, yet still compile. There's a leak spot that won't go away (the map is boxed up now, obviously not the ideal solution but it's my last resort). I regularly get random ass brushes duplicating themselves and I only notice when I load a bsp compile and see a whole bunch of zerbaing going on. Sometimes random blocks of terrain dissapear - they just dissapear! And don't get me started on the massive amounts of brushes that all-of-a-sudden get buggy vertex points!

Anyway, if you liked the original q2dm1 then give this a go:

Download:
On the Edge [Alpha V1]

Screenshots [thumbnails]:

Image Image Image Image Image Image Image Image Image Image Image Image Image Image

More information on the issues as well as how to run the map are included in the text file.
EmeraldTiger
Posts: 392
Joined: Fri Sep 17, 2010 1:53 am

Re: On the Edge [Alpha] [QL]

Post by EmeraldTiger »

Like I said in IRC and on QL - it`s awesome! Much better than id`s remake "Winter`s Edge".

As for the leaks, it`s most likely that your area portals are not sealing up the areas they connect. You may want to check to make sure your areaportals span all the way to the edges of the doorways, and make sure there aren`t any gaps in the room to other ones that may need attention. You may also have detail brushes used as external geometry. You may wish to check the surfaceparms of external brushes (walls, ceilings, floors, etc.) and make sure they aren`t marked as "detail", this will also cause leaks.

I`m not sure about the other issue regarding buggy brushes.

Overall, an excellent effort and probably the best Edge remake out there. :up:
[color=#00FF00][b]EmeraldProductions[/b][/color]
http://emeraldproductions.weebly.com/index.html
cityy
Posts: 1020
Joined: Mon Aug 10, 2009 8:23 am

Re: On the Edge [Alpha] [QL]

Post by cityy »

Looks pimp, gj.
www.ferdinandlist.de/leveldesign
fKd
Posts: 2478
Joined: Sat Jun 03, 2006 2:54 am
Location: Wellington
Contact:

Re: On the Edge [Alpha] [QL]

Post by fKd »

looks nice, might wanna use phong shading on ya rocks tho
themuffinman
Posts: 384
Joined: Fri Mar 05, 2010 5:29 pm

Re: On the Edge [Alpha] [QL]

Post by themuffinman »

fKd wrote:looks nice, might wanna use phong shading on ya rocks tho
It does have phong shading lol. But it didn't change it's appearance at all! Maybe the shadeangle needs adjusting? Here's the shaders for the 3 terrain textures:

Code: Select all

// --------------------------------------------------------------------------------
// Terrain
// --------------------------------------------------------------------------------

textures/ontheedge/px01
{
	q3map_nonplanar
	q3map_shadeangle 60
	qer_editorimage textures/proto2/px01.tga
	{
		map $lightmap
		rgbGen identity
	}
	{
		map textures/proto2/px01.tga
		blendFunc filter
	}
}

textures/ontheedge/px02
{
	q3map_nonplanar
	q3map_shadeangle 60
	qer_editorimage textures/proto2/px02.tga
	{
		map $lightmap
		rgbGen identity
	}
	{
		map textures/proto2/px02.tga
		blendFunc filter
	}
}

textures/ontheedge/px03
{
	q3map_nonplanar
	q3map_shadeangle 60
	qer_editorimage textures/proto2/px03.tga
	{
		map $lightmap
		rgbGen identity
	}
	{
		map textures/proto2/px03.tga
		blendFunc filter
	}
}
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Re: On the Edge [Alpha] [QL]

Post by obsidian »

Try q3map_lightmapMergable
[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]
themuffinman
Posts: 384
Joined: Fri Mar 05, 2010 5:29 pm

Re: On the Edge [Alpha] [QL]

Post by themuffinman »

Alright I'll give that a go thanks. Also, how do you refine shadows? I want them a whole lot less blocky than they are right now and I tried using light bounces but it takes a massive amount of time to compile.
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Re: On the Edge [Alpha] [QL]

Post by obsidian »

Gaussian blur/antialiasing of shadow edges:
Try samples first, it's a little smarter in that you don't get totally blobbed out shadows. q3map_lightmapFilterRadius looks best with conservatively smaller values.
[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]
deqer
Posts: 298
Joined: Mon Dec 28, 2009 6:30 pm

Re: On the Edge [Alpha] [QL]

Post by deqer »

this looks beautiful. however, i would never play it compared to winter's edge, because winter's edge is a perfect match (by scale) to the q2 edge map. the distances between everything are perfect, which makes maneuvering a pleasure to do.
themuffinman
Posts: 384
Joined: Fri Mar 05, 2010 5:29 pm

Re: On the Edge [Alpha] [QL]

Post by themuffinman »

@obsidian: Thanks, the shadowing is much better now! Still couldn't get phong shading to work though :/

@deqer: This will play like Winter's Edge and better in some places. It'll undergo quite a bit of rescaling to needed areas before beta release. Mega room and underground are priorities.
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Re: On the Edge [Alpha] [QL]

Post by obsidian »

Try increasing the shade angle. If you know for sure you want the entire thing phong shaded and no hard edges, use a value of 179.
[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]
themuffinman
Posts: 384
Joined: Fri Mar 05, 2010 5:29 pm

Re: On the Edge [Alpha] [QL]

Post by themuffinman »

Yeah that is the case. If I looked closely there were bits that were shaded, but overall most weren't. That's with shadeangle 90. I think I must go full-on 179 since it looks ridiculous semi-shaded. Thanks for the help!
deqer
Posts: 298
Joined: Mon Dec 28, 2009 6:30 pm

Re: On the Edge [Alpha] [QL]

Post by deqer »

what's going on with this? it's been 28 days... wth, where's the news? you have an ETA on your next release for this? you still waiting for more feedback or something?
themuffinman
Posts: 384
Joined: Fri Mar 05, 2010 5:29 pm

Re: On the Edge [Alpha] [QL]

Post by themuffinman »

deqer wrote:what's going on with this? it's been 28 days... wth, where's the news? you have an ETA on your next release for this? you still waiting for more feedback or something?
Considering your recent posting frenzy, I can't quite figure out whether you're trolling or not. In any case, BETA v1 was released a couple weeks back. RC is coming in a few weeks time.
Post Reply