589ghoster Posted February 17, 2023 Posted February 17, 2023 I've been trying to make my own version of the Academy but I'm having a hard time trying to recreate the light shining through the windows effect that is seen in the original map. Kind of new to mapping so some help would be greatly appreciated. I guess I'm more so wondering if this effect is made using spotlights or not. I've tried it that way but it doesn't seem like I'm doing it right.
mrwonko Posted February 17, 2023 Posted February 17, 2023 These light rays have been created using brushes with a special texture, possibly common/dark_dust, on its visible sides, and system/nodraw on invisible sides.
589ghoster Posted February 17, 2023 Author Posted February 17, 2023 6 hours ago, mrwonko said: These light rays have been created using brushes with a special texture, possibly common/dark_dust, on its visible sides, and system/nodraw on invisible sides. I know it uses the common/dark_dust for the brush itself. I'm trying to get it to emit actual light between the brushes. Like is it just spotlights emitting the light within the brush? Sorry, I'm still new to this stuff and I don't know how more specific I can be.
Solution mrwonko Posted February 20, 2023 Solution Posted February 20, 2023 That would best be done using a sun light, which can be done using a custom sky shader, as described at http://q3map2.robotrenegade.com/docs/shader_manual/light-emitting-shaders.html, or using a directional light entity with a special key I can't quite remember, possibly "_sky" set to "1".
589ghoster Posted February 27, 2023 Author Posted February 27, 2023 On 2/20/2023 at 3:43 AM, mrwonko said: That would best be done using a sun light, which can be done using a custom sky shader, as described at http://q3map2.robotrenegade.com/docs/shader_manual/light-emitting-shaders.html, or using a directional light entity with a special key I can't quite remember, possibly "_sky" set to "1". I'll try messing around with that at some point. Right now I've seemed to tweak spotlights in a way that gives me the effect I'm looking for. Thanks for the help.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now