Game Modding | Call of Duty: Black Ops 3 | General Discussion
Sayen-Raigin:
Hi people,
I have tried lots of scripts like _clientids.gsc or core_frontend.gsc.
I don't know how to disable volumetric which is the cause of my mod crashes.
I wish I could use its two lines :
setDvar( "r_OIT", 0 );
setDvar( "r_volumetric_lighting_enabled", 0 );
wheen you load a mod !
Can you help me please ?
Thanks.