I made a dungeon, which is completely dark, no lights nothing, but how can I lighten it just enough for the player to see near shapes like walls? The idea is to have AI patrolling in the dungeon, the player is running around with a lantern, which also attracts AI, so you have to turn off the lantern to avoid enemies, but then again, it is completely dark.
How would you recommend lighting the scene? I tried post-processing the first person view, but that is not what i am exactly looking for. If i am looking for tutorials of night vision, i mostly get the classic green military night vision style via post-processing.
Yesterday I added ground fog and gave it an emission, that worked not that bad, i would need to tweak it a bit, but it would be a solution. But for some reason, when I turned the character, it got completely dark. Maybe I need to build the lighting first?
Sorry, i am a complete newbie, I just got my blueprint to do what I want and I actually thought, that lighting would be an easy step⌠how wrong I was Hats off to all the lighting artists out there
Try adding a point light inside of your Character Blueprint. You should be able to tune the intensity low enough that it just illuminates nearby things.
You should also be aware that there is an eye-adaptation system on by default in UE. (simulating how our human eyes adjust to dark/bright rooms) - Disable this by turning off âAuto Exposureâ in Project Settings if you think itâs interfering.
Let us know if you have any questions about how to add a point light to your character.
I see there is a âComponent Replicatesâ setting on the Point Light that is off by default. So Iâd try replicating the point light if you want to see others lights.
The last point i do not really understand: âSo Iâd try replicating the point light if you want to see others lights.â
i do not want to see other characters lights, the only light i want to see is another lantern light for examply, but i do not want to see the point light of other Characters. Otherwise they would give away their position, if you know what I mean. Sorry if I get something wrong here and thank you again for your help.
Oh, sorry I tried your solution and i have to say, this works the best for me. I also turned auto exposure off, it did not fit. i think there should be a node âvisible for owner onlyâ or something like that, i will use that for the spot light in Multiplayer. Thank you again for the help!