i didn't make the change to all 6 occurences.
now, i've mastered to create that "int" at the right place. for your value it works.
so how i change overrideModulation = new ColorValue(255,255,255,Counter.AlphaMod2.CurrentValue).ToArgb();
to something like that: 0x7f808080 (i guess this is not Argb, but Ahex or so...)
and do i need to define ColorValue somewhere, are can just write overrideModulation = (255,255,255,Counter.AlphaMod2.CurrentValue).ToArgb();