About visibility for common textures.

Results 1 to 7 of 7
  1. #1
    ❀◕ ‿ ◕❀ Zujirawa is offline
    MemberRank
    Aug 2004 Join Date
    凸(¬‿¬)凸Location
    473Posts

    smile About visibility for common textures.

    Hallo everyone!

    I wanna need some help here..
    I use common textures



    // lava02 material
    textures/common/lava02
    {
    surfaceparm nonsolid
    qer_editorimage "textures/common/lava02"
    qer_trans 0.50

    ~~~~~~~~~~~~~~~~~


    I need to make it more VISIBLE when in game.
    Its still like a SOLID when you look.


    is it any posibilities to make it more visible?


    Thanks for the help.


  2. #2
    ★ Nick ★ fenixdoido is offline
    MemberRank
    Nov 2008 Join Date
    BrazilLocation
    243Posts

    Re: About visibility for common textures.

    // lava02 material
    textures/common/lava02
    {
    surfaceparm nonsolid
    surfaceparm additive
    qer_editorimage "textures/common/lava02"
    qer_trans 0.50

    -------------

    Or use alpha channel.

  3. #3
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: About visibility for common textures.

    You could try, as fenixdoio said, using Alpha Channel with .tga.dds files or .dds files then change the white color in Alpha Channel to something darker than #555555 or grey colors.

  4. #4
    ❀◕ ‿ ◕❀ Zujirawa is offline
    MemberRank
    Aug 2004 Join Date
    凸(¬‿¬)凸Location
    473Posts

    Re: About visibility for common textures.

    Thank you for that.

    Quote Originally Posted by Jirachi View Post
    You could try, as fenixdoio said, using Alpha Channel with .tga.dds files or .dds files then change the white color in Alpha Channel to something darker than #555555 or grey colors.
    What do you mean with that?
    with .tga.dds files or .dds files then change the white color in Alpha Channel to something darker than #555555 or grey colors.

  5. #5
    Ninja Goblin HellSniper is offline
    MemberRank
    Feb 2009 Join Date
    GermanyLocation
    1,791Posts

    Re: About visibility for common textures.

    Textures dont need to be tga or dds in order to contain alpha information.
    What he means is that you convert the texture to a tga/dds and edit the alpha information.
    (Using photoshop for example)

    Additive should be all you need.
    Besides, unlike water lava ISNT translucent.

  6. #6
    Gunz General Develop Gun[Lengend] is offline
    MemberRank
    Jan 2010 Join Date
    Gunz Viet NamLocation
    312Posts

    Re: About visibility for common textures.

    Using ur map.rs.xml.
    Using useopacity, u can see the example when ur unpack mansion map, check the light Effect in the head of God Statue, See the Tag of XML.
    This way is mean Alpha Chanel ?
    Last edited by Gun[Lengend]; 25-05-12 at 05:11 AM.

  7. #7
    Ninja Goblin HellSniper is offline
    MemberRank
    Feb 2009 Join Date
    GermanyLocation
    1,791Posts

    Re: About visibility for common textures.

    No, all visual effects are done using additive rendering.
    Everything else would be kind of even weird.



Advertisement