Q3: The Tricks (Technical demo map)

Discussion for Level editing, modeling, programming, or any of the other technical aspects of Quake
Post Reply
Amphetamine
Posts: 76
Joined: Fri Feb 23, 2007 5:15 am

Q3: The Tricks (Technical demo map)

Post by Amphetamine »

Been working on this on and off for a couple of weeks now. It's purpose is to show off a few of the tricks and nice effects you can do to push the Q3 engine to the limit of it's unmodified functionality. Construction is not amazing I'm afraid, but it's not the point of this map.

My .map source is included (It's a bit scruffy in there, so apologies in advance) along with the source .bmp for the terrain section, the pse source for particle studio and the prefab to drop straight in.

If you need further details on how to do anything shown here, then please post in the thread.

No screens I'm afraid, as prety much all of the effects are animated so screens won't do them justice.

There's no .arena so just /devmap tricks (I figure that everyone will want to noclip through the glass in the last area to get a better look).

Enjoy.

Download: http://files.filefront.com/trickszip/;7 ... einfo.html
Last edited by Amphetamine on Mon Apr 30, 2007 3:23 pm, edited 1 time in total.
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Post by obsidian »

You might want to explain exactly what kind of tricks you are demonstrating here. Most people aren't inclined to download a 12MB file that may end up just teaching them something they already know or aren't interested in using in the first place.
[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]
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Post by obsidian »

Okay... lightstyles, particles, texture projection, alphaMod texture blends.

Nice showcase of some Q3Map2 effects and I'm sure some intermediate mappers can learn a thing or two, though there are tutorials for this kind of thing already. Sample maps are nice anyway.

The alphaMod alpha channel on the rust could use some tweaking to look a little more natural, but I guess this is a non-issue since this is just a demo anyway. Something to keep in mind next time, though.


In the title, did you perhaps mean Q3?
[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]
v1l3
Posts: 822
Joined: Wed Apr 02, 2003 8:00 am

Post by v1l3 »

I like the lights blinking down the hallway..way different. Looking out the windows in the end is beautiful. Caused me to sit there for a while...looks real. Kind of reminded me of the concept that jaxdm5 has, except yours looks better. It'd make a great spacestation style map :icon25:
dichtfux
Posts: 571
Joined: Thu Feb 02, 2006 10:51 pm

Post by dichtfux »

Lol, thought it was a defrag-style trick jumping map for q2 when I read the topic. :icon25:

EDIT: You got some cool stuff in there! Think I've seen all of it before, but it's nice to have a .map-file for reference. :icon14:
[color=#FFFFFF][url=http://maps.rcmd.org]my FPS maps[/url][/color]
Amphetamine
Posts: 76
Joined: Fri Feb 23, 2007 5:15 am

Post by Amphetamine »

Obsidian: Yeah, did mean Q3, I really shouldn't type things when I'm tired. Edited now.

I figured that most of the veteran mappers would have seen a lot of this before. I've never seen anyone do dotproduct terrain with a detail overlay and moving shadows though. How practicle it is for production maps is debatable, because you need absolute control over what the player can see and the amount of overdraw is amazing.

I promised a couple of people over at map-center that I'd release somthing as a reference for the effects I'd been playing around with, so this is it.

Anyway, I hope this will help to spawn some more interesting looking Q3 maps.

Vile: Cheers, the runwal lights are fun, but a little tricky if you've never done them since you have to work out the crossfades on 4 waveforms. The end scene was really fun to make, I had the idea for it while I couldn't sleep one night, but never got around to building it until yesterday. It worked as intended 1st time as well, which was a bonus :D
Quack
Posts: 82
Joined: Thu Sep 07, 2006 6:56 pm

Post by Quack »

Thanks for posting this Amphetamine! There are several techniques ,almost all of them, which I had thought about but never knew if it was practical or possible. You have given me hope where insanity and frustration have flourished. I hope to implement some of these techniques in the map that I'm working on. Which one of these special effects would you say takes up the most processing power?
Pext
Posts: 4257
Joined: Thu Aug 28, 2003 7:00 am

Post by Pext »

obsidian wrote:12MB
well... 12mb is nothing, really.
Amphetamine
Posts: 76
Joined: Fri Feb 23, 2007 5:15 am

Post by Amphetamine »

Quack wrote:Thanks for posting this Amphetamine! There are several techniques ,almost all of them, which I had thought about but never knew if it was practical or possible. You have given me hope where insanity and frustration have flourished. I hope to implement some of these techniques in the map that I'm working on. Which one of these special effects would you say takes up the most processing power?
No probs. Looking forward to seeing what you come up with.

The most processor intensive is the terrain with moving shadows and detail layer. There's loads of polys and a lot of overdrawing on the layers. The lightstyles are quite intensive with multiple lights, as you get an extra layer of shader for each light (remember to add -nocollapse in lighting phase if you use lightstyles).

Have fun :D
4days
Posts: 5465
Joined: Tue Apr 16, 2002 7:00 am

Re: Q3: The Tricks (Technical demo map)

Post by 4days »

nice one :icon14:

apart from everything else, i hadn't realised how effectively lightstyles could be used.
xgo
Posts: 35
Joined: Sun Nov 19, 2006 9:17 am

Post by xgo »

q3 is going to look even more pretty then q4? ;P
ANIMAL1988
Posts: 75
Joined: Tue Jan 16, 2007 10:37 pm

Post by ANIMAL1988 »

i can't get the map to load.

after typing the devmapp command i get this message

default model (sarge) failed to register
dichtfux
Posts: 571
Joined: Thu Feb 02, 2006 10:51 pm

Post by dichtfux »

Worked for me (and some others here and elsewhere it seems).

Most likely has nothing to do with the map.
[color=#FFFFFF][url=http://maps.rcmd.org]my FPS maps[/url][/color]
sock
Posts: 424
Joined: Sat Sep 09, 2000 7:00 am

Post by sock »

ANIMAL1988 wrote:i can't get the map to load.
after typing the devmapp command i get this message
default model (sarge) failed to register
This map uses a crazy amount of shaders due to the lights and you will need the latest Q3 patch.

From 1.32 patch notes:
- renderer fix:
MAX_SHADERS up to 2^12

Sock
Well he was evil, but he did build alot of roads. - Gogglor
My [url=http://www.simonoc.com/]Website[/url] & [url=http://twitter.com/SimsOCallaghan]Twitter[/url]
dax105
Posts: 1
Joined: Fri Dec 18, 2009 2:53 pm

Re: Q3: The Tricks (Technical demo map)

Post by dax105 »

can someone reupload this map? pls
rgoer
Posts: 798
Joined: Sun Aug 17, 2003 7:00 am

Re: Q3: The Tricks (Technical demo map)

Post by rgoer »

you know what if somebody has the original archive it might be cool to put it back up
Post Reply