*sourced Lights
#7531 posted by rj on 2008/06/07 11:41:27
that should be.
one other thing to add, a nicer alternative to minlight for quickly lighting large areas is having a couple of lights with 'delay' set to '1' (assuming you have a custom light compiler). try putting one at the centre of a large room & tweaking its values, although it shouldn't be too high and there definitely shouldn't be more than a few in the same area (unless you're using them as an alternative to sunlight). really they're best used as an accompaniment to normal lights, rather than a replacement
Rj
#7532 posted by JPL on 2008/06/07 14:43:38
It is however possible to have complete dark areas, even with some minimum light value set in the worldspawn.. Just use antilights, and compile with -nominlimit during lightning processing, in huge map it is necessary ;)
There Are Over 1000 Lights In My Current Project
#7533 posted by RickyT33 on 2008/06/07 18:28:03
and only 95 monsters....
RickyT23
#7534 posted by JPL on 2008/06/07 21:25:43
you should do the opposite: 1000 monsters and 95 lights :P
Antilights..
#7535 posted by rj on 2008/06/07 21:32:18
i'm aware of them, used them before. i didn't mean select dark areas though, i meant all those little shadows & corners that otherwise wouldn't get touched by light. flooding them all with flat dim light sucks so much potential atmosphere out of maps & makes them look ugly, imho (that was actually my main gripe with 5rivers)
and it's never 'necessary', no matter how big the map. just lazy :p
Yeah - Minlight
#7536 posted by RickyT33 on 2008/06/07 21:43:07
I have learnwed that minlight is a bit crappy - it was used well in "The Bile Plant" alongside some light fog, but generally alowing maps to have areas wich are black is good. So no minlight !!
Used these instead:
{
"classname" "light"
"light" "60"
"wait" "0.18"
}
Usefull to light up areas whcih are completely black but you don't want them to be....
#7537 posted by JneeraZ on 2008/06/07 21:56:03
What does the wait key do in a light? Obviously it's for a specialized lighting program but what does it affect? Fall off?
Wait Key
#7538 posted by negke on 2008/06/07 22:03:05
It determines a light's fade distance. Higher values makes it fade faster.
#7539 posted by to ricky on 2008/06/07 22:51:05
Hey Well I just started mapping.. what do i do with that code you gave me? also how do i apply fog, make breakable glass, etc.?
#7540 posted by Spirit on 2008/06/08 01:12:14
what code who gave you and you need to use a mod for breakable glass.
"60" lights sound pretty dark to me, there is nothing wrong with making bright areas bright (200-max (255?)) actually.
Mysterious Poster Of #7239
#7541 posted by RickyT33 on 2008/06/08 01:15:19
I assume your name isn't "to ricky" :-)
Well when you make a map, the output of your editor is always in .map format. You can open this file in wordpad or notepad (I use notepad, although there are apparently better text editors). Try opening a map file in a text editor, and scroll to the end of the text (of which there will be shitloads!) The end of the map file is where all of the entities are put.
In more practical terms, in my case I use Worldcraft, whenj I put a light entity into the map by default the light has a bunch of "keys" - these are the settings or parameters of the entity. If I look at the properties of my light entity in Worldcraft it gives me the option of using "smart edit" - sometimes I use "smart edit" but to add a "wait" key to a light entity I need to turn it off. Then click on "add". This sends me to a window where I can enter the "key" and it's "value". So in this case the key would be "wait" and the value would be "0.18" without the quote marks.
As for the wait key on lights, well it works with Tyrlite and AguirRe's light tool - ot makes the light travel further or less distance!
values > 1 = the light travels LESS distance
values < 1 = the light travels MORE distance.
I like to put lights like:
{
"classname" "light"
"light" "450"
"wait" "6"
}
close to sourced lights, but along side that I would put another light which is less bright but travels further like:
{
"classname" "light"
"light" "60"
"wait" "0.2"
}
and maybe another like
editor is always in .map format. You can open this file in wordpad or notepad (I use notepad, although there are apparently better text editors). Try opening a map file in a text editor, and scroll to the end of the text (of which there will be shitloads!) The end of the map file is where all of the entities are put.
In more practical terms, in my case I use Worldcraft, whenj I put a light entity into the map by default the light has a bunch of "keys" - these are the settings or parameters of the entity. If I look at the properties of my light entity in Worldcraft it gives me the option of using "smart edit" - sometimes I use "smart edit" but to add a "wait" key to a light entity I need to turn it off. Then click on "add". This sends me to a window where I can enter the "key" and it's "value". So in this case the key would be "wait" and the value would be "0.18" without the quote marks.
As for the wait key on lights, well it works with Tyrlite and AguirRe's light tool - ot makes the light travel further or less distance!
values > 1 = the light travels LESS distance
values < 1 = the light travels MORE distance.
I like to put lights like:
{
"classname" "light"
"light" "450"
"wait" "6"
}
close to sourced lights, but along side that I would put another light which is less bright but travels further like:
{
"classname" "light"
"light" "160"
}
which is just a normal light!
You can have loads of light entities in a very small map! This way you can make a more realistic lighting effect IMHO! It has to be done right, and it's never completely simple. I always have to change things a few times to get it right.....
Breakable Glass:
#7542 posted by RickyT33 on 2008/06/08 01:18:40
You can map for Quoth 2!
If you make a brush (of what will be glass) into a "func_breakable", and then give it a "alpha" key with a value of "0.25" then that would behave like breakable glass, but it would only work in engines which suport alpha on brushmodels, like AguirRe's modified GLQuake, or Darkplaces or whatever........
You Cant Do It In Normal Quake
#7543 posted by RickyT33 on 2008/06/08 01:19:37
only the Quoth mod.
You can have glass in normal Quake, but not breakable......
Err....#7541
#7544 posted by RickyT33 on 2008/06/08 01:22:15
Oops! heh - just ignore the stuff thats in there twice......
#7545 posted by JneeraZ on 2008/06/08 01:42:17
Ahh OK. In ToeTag, if I wanted a hot light with a large fall off I would do something like:
"_light" "250 64 150 300"
A little easier to do and better for control since you can input the exact radii that you want to use. Above, that would be a 250 brightness light for 64 units and then a 150 with fall off for the next 300.
One Last Question
#7546 posted by Ghost on 2008/06/08 06:20:35
Ok thanks guys. One last question.... Can I make my own textures?
Ghost
#7547 posted by JPL on 2008/06/08 09:26:22
Yes, it is possible: all textures are generally 8-bit indexed (that uses quake palette: see there http://www.gamers.org/dEngine/quake/wad_conv/palette.html
) and texture dimension must 16x16 multiples (e.g 16x16, 16x32, 32x16, 64x64, etc... etc...)
Enjoy !
#7548 posted by Spirit on 2008/06/08 10:19:59
Handy
#7549 posted by madfox on 2008/06/08 10:20:43
Thakns Guys But
#7550 posted by GHOST on 2008/06/08 15:44:38
Thanks guys but how do I turn an image that I have INTO a texture using wally?
Just Copy Your Picture From Paint Or Whatever
#7551 posted by RickyT33 on 2008/06/08 16:04:25
and paste it into wally. If you create a new .wad file in Wally, you then right-click in the .wad files window, then click on "paste as new"
It converts it to the correct pallette automatically and even creates the incremented mip-maps.
#7552 posted by Ghost on 2008/06/08 16:45:15
Thanks again guys!! I think I got everything covered now thanks to you. I just have one last question... I have both worldcraft 1.6a and worldcraft 3.3 quaked.... I also have a wad to hlwad converter... do you think I should use 3.3 or 1.6a?
Ghost
#7553 posted by Orl on 2008/06/08 17:29:07
That's really up to you, and also you'll get different answers on who you ask. RickyT23 will tell you to use 3.3, whereas I use 1.6a. 3.3 does have things like Enhanced texture positioning and faster rendering. But it also has its share of problems, like for me, its far to dark to see anything and there is no brightness adjuster.
Although using 1.6a involves a bit more work with texture aligning, you need to make the effort. Some of the greatest Q1SP maps were made from 1.6a.
My opinion, try them both out and see which one you feel most comfortable with.
And even if your not satisfied with either, there are other editors and well like Quark, BSP, Radient, ToeTag (Mac only) etc.
Experiment a little and see which version feels best.
If You're Gonna Use 3.3 Then Do A Google On:
#7554 posted by RickyT33 on 2008/06/08 20:14:15
"quakeadapter"
Baker made a program which sets everything up for you!
Teams And Player Spawns
#7555 posted by Ghost on 2008/06/09 07:12:51
Hey. Is there some type of entity spawn for a player to spawn on a specific side of the map meant for his team? So like if you are playing a map with 2 bases and it's a team deathmatch, can I make a player on one team spawn on his base and all the other players spawn on their specific base?
|