seta hud_damage_pain_threshold_pulsating_min 0.6 "minimum value when calculating the pulse: max(pulsating_min, fabs(sin(PI * time / period))"\r
seta hud_damage_pain_threshold_pulsating_period 0.8 "one pulse every X seconds"\r
\r
+seta hud_stomach 0.3 "displays a splash on the screen when inside the stomach, value specifies alpha"\r
+seta hud_stomach_color "0.5 1 0" "color of the stomach screen splash"\r
+\r
seta hud_postprocessing 1 "enables the ability for effects such as hud_damage_blur and hud_contents to apply a postprocessing method upon the screen - enabling this disables manual editing of the postprocess cvars"\r
seta hud_postprocessing_maxbluralpha 0.5 "maximum alpha which the blur postprocess can be"\r
seta hud_postprocessing_maxblurradius 10 "maximum radius which the blur postprocess can be"\r
}\r
}\r
\r
+ if(cvar("hud_stomach"))\r
+ if(getstati(STAT_VORE_EATEN))\r
+ drawpic('0 0 0', "gfx/blood", '1 0 0' * vid_conwidth + '0 1 0' * vid_conheight, stov(cvar_string("hud_stomach_color")), cvar("hud_stomach"), DRAWFLAG_NORMAL);\r
+\r
if(cvar("hud_postprocessing"))\r
{ // lets apply the postprocess effects from the previous two functions if needed\r
if(damage_blurpostprocess_x || content_blurpostprocess_x)\r