Jump to content

[Request] Darth Vader's Chain


Recommended Posts

Posted

One thing that really bugs me about Toshi's Vader (or any of its reskins) is the capechain. I understand it's pretty much a microscopic issue, but it's just a 2d mesh with the chain textured on. I'd be fine with that, were it not for the fact that the holes inbetween the chains are either filled with white or black ingame. I opened the .png and carefully removed as many specks of interfering color as I felt was reasonable and tried it out again ingame; unfortunately I'd wasted my time, as nothing changed. I'm hoping someone else might be willing to figure out a solution, whether they do it via textures or even modeling a new chain onto the model. I know @@dark_apprentice has a Rogue One Vader model laying around with a modeled-on chain, but the texture for it is missing and I'm not sure I'd be able to affix it to Toshi's Vader properly anyway.

 

Thanks

Posted
  On 7/6/2018 at 4:21 AM, Droidy365 said:

The issue here is a missing shader. There should be a shader somewhere that makes it so that the chain has transparency.

  Quote

 

models/players/black_knight_vader/cape

{
cull disable
    {
        map models/players/black_knight_vader/cape
        alphaFunc GE192
        rgbGen lightingDiffuse
    }
{
map models/players/black_knight_vader/cape_spec
        blendFunc GL_SRC_ALPHA GL_ONE
        alphaGen lightingSpecular
detail
}
}

Still no dice.

Posted

This is the whole shader for Toshi's Vader.

 

  Reveal hidden contents

 

Posted
  On 7/7/2018 at 4:01 AM, Droidy365 said:

This is the whole shader for Toshi's Vader.

 

  Reveal hidden contents

 

Yes, I've noticed this--this shader file offers nothing in the way of transparency, it was an ingame issue on his model as well.

 

UPDATE: I tried pasting my custom shader code over Toshi's for the cape, and it worked. I thought I needed the "cull two-sided" for the cape to be visible on both ends, but apparently I don't, and now I've established transparency in the holes.

Droidy365 likes this

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...