As of 1.7.1 SetCVar is added to ACS, but I don't get or working, even not from a map behaviour lump.
This library is loaded with LOADACS. It should automatically turn off fake contrast when entering a map, but it's left unchanged.
Code: Select all
#library "Special1"
#include "zcommon.acs"
Script "AUTOSTART" ENTER
{
SetCVar("r_fakecontrast", 0);
}