Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Low health bloodsplat
#1
Does anyone know how to get rid of the horrible blood splat around screen when your on low health? Think it may be called healthoverlay or something not sure. Thanks to whoever helps.
Reply

#2
In maps/mp/gametypes/_healthoverlay.gsc

You will find in playerHealthRegen() something like this:
Code:
if (ratio <= level.healthOverlayCutoff)
        {
            veryHurt = true;
            self.atBrinkOfDeath = true;
            if (!wasVeryHurt)
            {
                hurtTime = gettime();
            }
        }

And change it to this:
Code:
if (ratio <= level.healthOverlayCutoff)
        {
            veryHurt = true;
            if (!wasVeryHurt)
            {
                hurtTime = gettime();
            }
        }
I am not 100% sure if this will work and what all the effects are of removing self.atBrinkDeath but atleast you got something to try out now. Smile
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  [Request] Health and Points on hud source robinvm 7 5,178 10-27-2013, 08:23
Last Post: robinvm
Brick [Release] Health on HUD (no crash :D) xtreme2010 3 5,959 04-21-2013, 00:20
Last Post: CHRISLUVMSR
  [Release] Show player health on HUD [Z00MBY] Alex 18 12,660 02-03-2013, 00:48
Last Post: JariZ
  Health,regenerate, and message changes help mbakerinnv 4 3,173 11-02-2012, 18:12
Last Post: mbakerinnv
  Health and damage and custom comments mbakerinnv 1 1,841 11-01-2012, 15:09
Last Post: d0h!
  [Release] Health Icon (By Yamato) Rendflex 25 12,473 10-12-2012, 14:04
Last Post: momo5502
  Below 30% Max Health plugin worldclass 5 3,177 09-12-2012, 21:25
Last Post: worldclass
  [Release] Animated Health Bar from Minecraft Romuald27 2 4,176 07-22-2012, 18:44
Last Post: Romuald27
  Help: Edit Chopper health NooB_StalkeR 2 2,149 06-26-2012, 12:36
Last Post: NooB_StalkeR
  [Request] Survivor health pollarpart 9 4,594 06-20-2012, 15:46
Last Post: pollarpart

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.