Genki Posted February 3, 2016 Hello I came across several wads that has this awesome feature(?) but I don't know how it's done. https://www.flickr.com/photos/kaede_saifi/24167523564/in/dateposted-public/ A wall texture that emits light, not a reflection of a lamp or a projectile shot. I wonder how it's done, if it's though decoration, I'd appreciate a tut how it's done. thank you. 0 Quote Share this post Link to post
scifista42 Posted February 3, 2016 Looks like dynamic lights, which only work in OpenGL, they are placeable into maps as things, and these things are available in mapping editors when using (G)ZDoom-specific editor configurations. 0 Quote Share this post Link to post
Genki Posted February 3, 2016 scifista42 said:Looks like dynamic lights, which only work in OpenGL, they are placeable into maps as things, and these things are available in mapping editors when using (G)ZDoom-specific editor configurations. Ok, I got the general idea, but how do I create that pointlight? How do I determine the color, sorry for this totally noob lol, I need a template if you don't mind :) 0 Quote Share this post Link to post
scifista42 Posted February 3, 2016 Find the dynamic light thing type you want (for example PointLight) in the "Dynamic lights" section in the editor's thing list, and place it into your map. Right after it gets created, go to edit its properties. In Hexen and UDMF formats, each thing have an Action and Arguments. You pass the dynamic light's respective parameters as its Arguments, typically to specify the color and size of the light. For example PointLight takes 4 arguments - the first 3 are RGB components of the desired color, and the 4th one determines radius of the light sphere. Decent map editors will display "names" of the Arguments, so that you know what's supposed to be written where. You can always check the wiki for the argument documentation of each dynamic light thing type, too. 0 Quote Share this post Link to post
snapshot Posted February 3, 2016 Or simply make your map in UDMF Format and place the Thing "Light" and change the color to whatever you want . 0 Quote Share this post Link to post
Kappes Buur Posted February 4, 2016 For textures it would be best to use brightmaps http://zdoom.org/wiki/GLDEFS#Brightmaps in combination with dynamic lights. [edit] added link 0 Quote Share this post Link to post
Jaxxoon R Posted February 4, 2016 It's best not to apply brightmaps to light textures, since then you get situations where a flickering room is dark and yet the lights are on. 0 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.