Modme Forums

Eliminate the box light?

Game Modding | Call of Duty: Black Ops 3 | General Discussion


bubba443:

I want to get rid of the blue light that shines out of my mystery box. Anyone know how to do this?


eDeK:

level._effect[ "lght_marker" ] = "";

level._effect[ "lght_marker_flare" ] = "";
    
level._effect[ "poltergeist" ] = "";


bubba443:

Thanks for the code! Where do I put it exactly?


eDeK:

Below:

level.pathdist_type = PATHDIST_ORIGINAL;