Looking for black out for some areas
-
Hi, I am looking for a function that sets black out for only some areas...
-
I think you can try to disable lights using this function: STREAMING::REMOVE_IPL(char *iplname), but you need to find all ipl names related to light on the area you need to edit(maybe using codewalker), and i dont know if this will disable all lights(like blackout function).
-
@himanshukanojiya this may not work
-
@thebegin10 I tried it earlier, but it did not work. See, I am able to turn off lights for some objects using light state function, but I want to completely turn off those objects lights (like blackout).