UTIL_ScreenFade
last longer than 16 seconds (by default, that is the maximum duration of this UTIL).I mean, is it possible to edit the code of
UTIL_ScreenFade
so that the duration of the screen fade effect lasts longer than 16 seconds?In my case, I want it to last 30 seconds, no more:
UTIL_ScreenFade( pPlayer, Vector(255,0,0), 1, 30, 128, FFADE_IN ); // float fadeHold only lasts 16 s
I have searched for a tutorial and didn't really find anything. Thanks in advance.