Coder Social home page Coder Social logo

Comments (10)

rbjaxter avatar rbjaxter commented on July 23, 2024

Good catch, you can try doing the one change in this commit and see if it still happens. I'm not sure why your first two screenshots are happening, but I guess we'll see if it fixes those too
4c3beb5

from budhud.

barbiehunter avatar barbiehunter commented on July 23, 2024

I tried the fix, but it doesn't seem to be 100% solved. Before it seems to be transparent when someone dies, now its like a gray color.

How was before;
image
image

How it looks with the Fix:
image
image

from budhud.

rbjaxter avatar rbjaxter commented on July 23, 2024

Okay, I think I'm understanding now. This element is treated differently in casual and community servers due to pure restrictions, so tbh I couldn't remember exactly what it looked like. If it's supposed to look transparent, you can go into budhud/materials/hud/health_dead and change "$color" to "{000 000 000 000}":
Code_yPp1QmUCTj

from budhud.

barbiehunter avatar barbiehunter commented on July 23, 2024

you can go into budhud/materials/hud/health_dead and change "$color" to "{000 000 000 000}":

This just seems to make it black 😅 Works fine with the current "releases" build on github which is like transparent. Tried it with 255 255 255 255 for normal transparency too, but it does not fix it either. My guess it have something to do with 43789a2 but 100% sure

image

image

from budhud.

rbjaxter avatar rbjaxter commented on July 23, 2024

from budhud.

 avatar commented on July 23, 2024

found this which turns the texture invisible without having to make a transparent vtf. lazy bandaid solution

from budhud.

rbjaxter avatar rbjaxter commented on July 23, 2024

@sumdudinhell you may honestly be onto something, I think changing health_dead.vmt to just this does fix it:

"UnlitGeneric"
{
    "$no_draw"                                                      "1"
}

I was out of town so I had forgotten about this and exactly how it used to look before lmao, but does this look right @barbiehunter?

enemy almost dead:
image

enemy death:
image

image

from budhud.

rbjaxter avatar rbjaxter commented on July 23, 2024

dang, was hoping there was a chance this somehow made it sv pure friendly too but it doesn't, still stretched death icons in casual 😭

from budhud.

barbiehunter avatar barbiehunter commented on July 23, 2024

I was out of town so I had forgotten about this and exactly how it used to look before lmao, but does this look right @barbiehunter?

Yeah it was like that, but yeah sad does not really work for Casual 😢

from budhud.

rbjaxter avatar rbjaxter commented on July 23, 2024

yeah, nothing can be done about that unfortunately, it was the same in casual before as well. I'll push a commit eventually(tm) but in the mean time the above fix is pretty quick

from budhud.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.