speed mapping vid.

Discussion for Level editing, modeling, programming, or any of the other technical aspects of Quake
Post Reply
fKd
Posts: 2478
Joined: Sat Jun 03, 2006 2:54 am
Location: Wellington
Contact:

speed mapping vid.

Post by fKd »

been watching a few of these. some of you might enjoy them.

http://www.youtube.com/watch?v=Jt_Up8ZPB5w
User avatar
Eraser
Posts: 19174
Joined: Fri Dec 01, 2000 8:00 am

Re: speed mapping vid.

Post by Eraser »

That's all cute and well in Far Cry where you have a wide open outside area where you can chuck in prefabricated assets but I'm not impressed (at least, not from a level building perspective. Technologically it's pretty cool)
fKd
Posts: 2478
Joined: Sat Jun 03, 2006 2:54 am
Location: Wellington
Contact:

Re: speed mapping vid.

Post by fKd »

but it only took him 1 hour... im impressed.
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Re: speed mapping vid.

Post by obsidian »

I used to make maps for Starcraft I, very much the same process and you could toss out a decent looking map within 15 mins.

The challenge (and time consuming part) of level design lies in creating interesting gameplay environments and in building game assets. Neither of these are illustrated in this video.

It's a neat technology demonstration that shows you the intuitive functions of creating an outdoor environment, but not a whole lot on the actual level design process. I suppose it is representative of FarCry2's gameplay (boring).
[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]
skinNCNmaster
Posts: 344
Joined: Wed Jan 29, 2003 8:00 am

Re: speed mapping vid.

Post by skinNCNmaster »

i kinda expected a real time video showing a map made in five minutes...

im blown away by the density of prefabs used in a no vis block area though
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Re: speed mapping vid.

Post by obsidian »

FarCry doesn't use vis in the same way Q3 does, it relies much more on brute force rendering, instancing and LoD.
[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]
fKd
Posts: 2478
Joined: Sat Jun 03, 2006 2:54 am
Location: Wellington
Contact:

Re: speed mapping vid.

Post by fKd »

tough crowd, sheesh...
fKd
Posts: 2478
Joined: Sat Jun 03, 2006 2:54 am
Location: Wellington
Contact:

Re: speed mapping vid.

Post by fKd »

obsidian wrote:The challenge (and time consuming part) of level design lies in creating interesting gameplay environments and in building game assets. Neither of these are illustrated in this video.
really? i had no idea. never really made any levels before... :olo:
User avatar
GONNAFISTYA
Posts: 13369
Joined: Sun Jan 23, 2005 8:20 pm

Re: speed mapping vid.

Post by GONNAFISTYA »

obsidian wrote:FarCry doesn't use vis in the same way Q3 does, it relies much more on brute force rendering, instancing and LoD.
The CryEngine still uses a portal system for demarkations between interior and exterior areas...so when you go inside the "vis" culls all outside objects and vice versa. It's not a BSP tree but there is some trickeration going on.
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Re: speed mapping vid.

Post by obsidian »

@ fKd and GONNAFISTYA
fKd wrote:tough crowd, sheesh...
Tell me about it. >:(
[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]
fKd
Posts: 2478
Joined: Sat Jun 03, 2006 2:54 am
Location: Wellington
Contact:

Re: speed mapping vid.

Post by fKd »

:olo:
skinNCNmaster
Posts: 344
Joined: Wed Jan 29, 2003 8:00 am

Re: speed mapping vid.

Post by skinNCNmaster »

i found a tutorial for lod of func_groups in gtk/q3 a while back..i bet it could be used for interesting effect trickery, like ghosts that appear without triggers...
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Re: speed mapping vid.

Post by obsidian »

LoD on models and brushes does not work in Q3, though it might for some other id Tech 3 engine games. Q3 only has different LoD levels for patches. I have no idea what you mean by "ghosts that appear without triggers", LoD is "Level of Detail", you're probably thinking of something else.
[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]
Dark Metal
Posts: 5496
Joined: Sun Feb 20, 2000 8:00 am

Re: speed mapping vid.

Post by Dark Metal »

skinNCNmaster wrote:i found a tutorial for lod of func_groups in gtk/q3 a while back..i bet it could be used for interesting effect trickery, like ghosts that appear without triggers...
I bet you're wrong.
[WYD]
skinNCNmaster
Posts: 344
Joined: Wed Jan 29, 2003 8:00 am

Re: speed mapping vid.

Post by skinNCNmaster »

pardon me, it may be that this is mod specific.. and i meant
"far clipping" just using the ability to far clip a func-group very close to the group could create soe interesting effects.. ie ghosts that appear when close up.

heres the url';
http://sgq3-mapping.blogspot.com/2009_0 ... chive.html
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Re: speed mapping vid.

Post by obsidian »

Well, Q3 doesn't do far clipping either. It's pretty rudimentary.
[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]
skinNCNmaster
Posts: 344
Joined: Wed Jan 29, 2003 8:00 am

Re: speed mapping vid.

Post by skinNCNmaster »

um well, if a model/detail is contained in a non solid/caulk box floating in the air, the player will need to walk into the space of the caulk box in order to have drawn its contents.... thats a form of far clipping... pretty rudimentary if its used for the objective of having something seen only from within its volumetric coverage
User avatar
monaster
Posts: 532
Joined: Mon Apr 28, 2008 1:52 pm

Re: speed mapping vid.

Post by monaster »

To get the thread back on topic (hopefully):
I like the video. Well timed (what a pun...) and it follows some other rules that make a vid pleasing to one's eyes.
About some of the critics above: The person never said he would show all facettes of mapping in this video:
How to create a Far Cry 2 map , in just one hour...
, nothing more than that has been stated on yt.

ad Starcraft1: Sure you could make a visually appealing map in 15 minutes, but it would still suck balls as soon as you play it taking game play mechanics into account. Making a decent and somewhat well scripted Starcraft 1 map takes a whole lot more effort than just placing some terrain, buildings and enemies here and there. ;)
If you are caught on a golf course during a storm and are afraid of lightning, hold up a 1-iron. Not even God can hit a 1-iron.
-Lee Trevino, golfer who actually has been struck by lightning.
Bliccer
Posts: 341
Joined: Thu Nov 26, 2009 4:27 pm

Re: speed mapping vid.

Post by Bliccer »

Out of focus topic:
Try this map: imo it uses some nice ideas to get around this topic:

http://q3a.ath.cx/map/dfwc2010-5/
(maybe watch the dfwc2010 video if you can't play it yourself)
Post Reply