News | Forum | People | FAQ | Links | Search | Register | Log in
Mapping Help
This is the place to ask about mapping problems, techniques, and bug fixing, and pretty much anything else you want to do in the level editor.

For questions about coding, check out the Coding Help thread: https://www.celephais.net/board/view_thread.php?id=60097
First | Previous | Next | Last
Meh 
Yeah, I've been scanning through some old websites searching for good tutorials. They're usually way better than built-in guides. And I guess I forgot all about the built-in tutorial so...

But anywayz - any suggestions for late evening lighting? I noticed the sky texture itself doesn't emit light like in Quake 3 engine games so everything has to be done manually. Should I use many light entities with little volume or one or two entities with more volume? The point would be, of course, to make it look so that the sky emits the light - not some tiny light sources on the ground. 
Use AguirRe's Light Tool... 
With the -sunlight and -sunlight2 parameters for good-looking outdoor lighting ;) 
Question 
why sunlight 2? Is it for when you want to set your map on a planet with multiple suns, or is there a more cunning use of it?

Also, are there any light compilers that support radiosity aside from that old one riot made? (where the hell can I find that anyway?) 
Riot's Q1rad 
is at http://icculus.org/~riot/

I don't know of any others for Quake. 
-sunlight2 
Helps make the shadows cast by -sunlight not as harsh (i.e. not pure black). 
That Right 
it's pretty much a blend of varied angles to get a softer shadowing effect. 
Don't Forget... 
...sun_mangle, especially if you're using a skybox that shows the sun. 
Is There A Simple Way To Calculate The Sunmangle? 
I tried viewpos facing directly away from the skybox sun but it's wrong - seems I'm missing some simple change between the coordinates of viewpos and sunmangle.

The idea is to have the light look as if its coming from the correct planar angle and altitude. 
As I've Mentioned 
before; there are several formats for specifying a vector in Quake. Viewpos only works for intermission format. For spotlight and sun mangles in Light you use the simpler yaw pitch format.

-sunlight2/3 (the latter is recommended) can be considered "outdoor minlight".

See readme for more details on these subjects and more. 
Texture Alignment 
in WC some of the textures seem alligned, once I fire the map up in quake that is no longer the case. I'm pretty sure theres a command that can be entered to remedy this but I can't remember... any help? 
Drew, Try This 
either -oldaxis or -alternateaxis may work depending on your compiler. Check the docs. 
Will Do 
Yet again ;) 
But What About Colored Radiosity? 
What will we do without that?

(seriously, color+radiosity in light, tightly controlled and used with the right artistic restraint, looks amazing) 
Hmm... 
neither seems to work for WC 1.6... 
 
i was never a fan of the q1rad compilers. maybe i was just using it wrong, but i found that, while it would get rid of ugly harsh shadows, it tended to wash stuff out too much, giving more of a rough ambient occlusion look. getting nice contrasting shadows was usually more work than it was to make fake radiosity with the regular light compilers. also, it took longer, which was another big reason. :P 
I Reduced -bounce 
when using q1rad which allowed me to control the lighting a bit more.

My recollection is q1rad can't support switchable lights though, which is a big negative for many single player maps. 
Yep 
My recollection is q1rad can't support switchable lights though, which is a big negative for many single player maps.

That is correct... it also crashes out on large maps before it finishes. 
Bounce 
Yeah, I remember back in the quake2 days thinking that -bounce was another one of those command line switches where a bigger number meant your map would be better. All of my quake2 maps were very bright and yellow. 
 
All quake2 maps were very bright and yellow.

fixd 4 u 
Rotating Stuff 
I'd be interested by the use of rotating stuff in Quake: So, is there any tutorial, or any map example that explains the use of <*>_rotate stuff (Quoth)?

Thanks in advance 
JPL 
Spirirt 
Thanks, I already know that one...

Nevertheless I'm really interested about a map example... It will be more helpfull I think.. ;) 
Rotating Sandwich 
The two posts at the start and end of this link give a method to make a func_rotate in a way I reckon is easier.

http://www.celephais.net/board/view_thread.php?id=4&start=6148&end=6153

No example map, but I think it's easy enough to experiment with. 
JPL: 
look in the "GPL map sources" thread, maybe one of the GPL'd maps has rotating stuff in it. 
Preach / Metlslime 
Thanks for the infos ;) 
First | Previous | Next | Last
You must be logged in to post in this thread.
Website copyright © 2002-2024 John Fitzgibbons. All posts are copyright their respective authors.