Also
#11928 posted by Kinn on 2012/04/27 19:51:17
anyone else use antilights? I'm using them to do silly things like a sort of fake HDR (haha, it's a bit grandiose calling it that) where I have a bright light outside coming through a barred window to cast dramatic window bar shadows in the gloomy interior room. I set it up with a bright spotlight coming through the window bars, but in order not to have a big bright blob on the outside wall, I cancel it out with antilights on the outside - this gives the illusion that when you are outside, the light source doesn't seem that bright because your eyes are accustomed to it, but from the inside it seems bright outside.
#11929 posted by necros on 2012/04/27 19:54:12
i never had much luck with them, but i have not really done much testing with them. the few times i've tried using them, i ended up with poor results so i try to avoid them.
how exactly are you cancelling out the spot light... as in, what values are needed? do you guess it and tweak or can you just figuring it out based on the current values?
#11930 posted by Kinn on 2012/04/27 19:59:53
how exactly are you cancelling out the spot light... as in, what values are needed? do you guess it and tweak or can you just figuring it out based on the current values?
I should have mentioned - make sure the spotlight uses a different style to the surrounding lights, then you make the antilight use the spotlight style and it will only cancel light of that style (i.e. the spotlight) - this is a mega useful property of antilights.
with it only affecting the spotlight it makes it a lot easier to to just make an educated guess for the antlight values, eyeball it, adjust, eyeball it, adjust...I don't have a formula for this but I've found it doesn't take too many iterations until it's "good enough".
I Think In That Window Case
#11931 posted by Kinn on 2012/04/27 20:04:39
I stuck the antilight off to the side of the window, so it flooded the wall with antilight of only the spotlight style, but the angle was such that no antilight came through the window.
#11932 posted by necros on 2012/04/27 20:05:49
ohhh interesting. didn't know you could use style like that for antilights. that makes it much more useful.
btw, like the fake hdr idea. that's a great way to make interesting light without relying on sunlight to do the job for you.
Oh Also
#11933 posted by Kinn on 2012/04/27 20:09:43
you can often use antilights to mackle up some passable blob shadows to make a func integrate better into the world geo.
#11934 posted by Kinn on 2012/04/27 20:16:08
btw, like the fake hdr idea. that's a great way to make interesting light without relying on sunlight to do the job for you.
Indeed - I alway go for a rather dim "twilight" sun effect these days - Quake was never supposed to take place during the day :}
#11935 posted by negke on 2012/04/27 21:35:08
Did you check with BJP's light readme for possible addtions/corrections?
#11936 posted by necros on 2012/04/27 22:02:01
are there any? admittedly, most of that is from memory, but i did quickly check it over for any blatant errors.
actually, now you mention it, i should probably link to that as there is a lot of info in it. i just find it's not very easy to find it, being buried at the bottom of a massive changelog (some info is actually in the changelogs too...) and being mixed in with both light and vis tools.
and some info came during the development of the tools when we talked over email.
bengt is a tool genius, but his documentation is not very accessible. :)
Thoughts
#11937 posted by than on 2012/04/28 05:24:30
I use filler lights too. Pretty much every light in any of my recent levels has a bright source light with short falloff and a lower intensity (50-175, sometimes 200) light with a long falloff, which tends to look more realistic than just one light with 300 intensity placed at the source.
However, I should probably try experimenting with the different falloff types, since it's probably possible to create the same thing using a single light with an inverse falloff or what have you.
I also used inverse lights for integrating funcs, but that's about all. They are useful in some situations for sure, but I don't find myself using them that often.
minlight is useful for doing very rough level work without having to make everything fullbright. It's good for quickly testing the angle of sunlight without having the sun cast thick shadows (you want to see the underlying architecture) and a very very low minlight can look ok I think. However, in most cases it's best to not use it since I don't think you can get the level any darker than that value - even using negative lights.
#11938 posted by necros on 2012/04/28 05:41:15
aguirre's tools do allow negative lights to go below minlight, so you can darken a pit or something.
Cool
#11939 posted by than on 2012/04/28 06:00:53
I didn't realise that. I think the last time I looked in the readme it didn't allow them to go below minlight.
Teleports Without Model Preload
#11940 posted by than on 2012/04/30 11:06:02
Although I don't desperately need to save precache slots
, I was wondering about the teleport using entity only flag. In worldcraft there is no entity only flag for trigger_teleporter and I'd like to know if it's actually a hack or, if there is a flag, which number it is.
Anyone know? Negke?
There Is No Flag
#11941 posted by negke on 2012/04/30 11:14:46
You need to create a point entity, e.g. trigger_relay, set all the necessary fields (targetnames, spawnflags + 2) and change the classname to trigger_teleport.
Negke
#11942 posted by than on 2012/04/30 11:40:53
thanks!
Yay!
#11943 posted by than on 2012/05/02 05:49:34
Ok, this works, but in Worldcraft you need to set the classname in smartedit mode by adding it as a new key, rather than just change the classname from the drop down list.
Awesome tip btw!
We really should write a new guide to Quake mapping that includes all the hacks and tips and tricks to let people get the most out of the game. It would be awesome to have a nice clean guide instead of having to wade through this thread or the hacks thread to find stuff.
Weird Problem...
#11944 posted by than on 2012/05/02 06:15:11
I made a little Shambler teleporting test map. There is a weird little problem...
When the Shambler is teleported, you can see him move very quickly between teleporter and destination. I've never noticed this before. Is this a problem with this hack or a general teleporter quirk?
https://docs.google.com/open?id=0B2HO-DwxAPCnYUpSOHdSSHBPMFU
Heh
#11945 posted by negke on 2012/05/02 09:31:59
I can't explain why this happens exactly, but it seems to go away if you move the teleport_destination entities 8 units up.
Nice
#11946 posted by than on 2012/05/02 18:03:57
Actually, I noticed it wasn't happening at one point, but I didn't know why. I guess it was when I moved the teleporter_destination up to access the teleporters and didn't move them back.
#11947 posted by necros on 2012/05/02 18:58:41
maybe because FL_ONGROUND will be set when it's setorigin'd to the new position and then lerped?
that's really weird that just moving it off the ground fixes that.
We've
#11948 posted by ijed on 2012/05/02 20:42:10
Seen this happening with blinking scrags.
It seems to be caused by modern engines showing the space between the smoke and the mirror, which the old engines weren't precise enough to reveal.
But, it sometimes happens, sometimes doesn't, and I'm not sure why. The position is just moving over the duration of 0.1 seconds, seems that sometimes this is visible.
Check
#11949 posted by Preach on 2012/05/03 00:10:35
Can you check if it's an interpolation issue by replicating and then toggling r_interpolation (or whatever it was called in engine of choice). What might be needed is for interpolation to be reset for any entity which has Setorigin called on it.
R_lerpmove 1
#11950 posted by than on 2012/05/03 02:25:27
this seems to be the culprit. Turning it off fixes the issue.
That'd Work
#11951 posted by ijed on 2012/05/03 02:28:14
If it was a constant problem :(
I've noticed it affected by framerate fluctuations, although sometimes not.
So I'm going to try the hit it with a hammer approach of nulling the mesh of the monster for the duration of a teleport.
Shouldn't cause anything untoward, although come to think of it, it could break !walkmove checks, especially for custom bbox monsters.
#11952 posted by necros on 2012/05/03 02:51:36
which engines is this happening in? i thought fitzquake and variants had this fixed.
|