[V] IdolNinja
Volition Staff
Do you know how I can remove the purple tint on the screen when I activate the superpowers?
Open up sr3_city.lua in notepad and search for the following line:
dlc3_m03_punch_load()
Comment out that line by adding two dashes preceding it:
--dlc3_m03_punch_load()
Save the file, and voila. Please note that this will also disable the cartoon word bubbles as well since they are both tied to that internal function.