Shader_Exclude

  • #1, z red363Tuesday, 07. June 2022, 02:07 hodinky 2 years ago
    Hello!

    Tell me, please, is it possible to exclude the influence of the shader on the "object text".

    Thanks

    Fanoušek fóra

    101 Posts


  • #2, z mulewaTuesday, 07. June 2022, 10:22 hodinky 2 years ago
    That are all shader exclude functions, choose one and add as definition script

    game.ShaderExclude = eShaderExcludeInterfaces -- stops shader effects from affecting interfaces, texts & mouse cursors etc.
    
    game.ShaderExclude = eShaderExcludeNothing --standard, exclude nothing.
    
    game.ShaderExclude = eShaderExcludeTextsAndCursor --exclude text on top, cursor.
    
    game.ShaderExclude = eShaderExcludeCursor --exclude cursor

    Bažant

    21 Posts

  • #3, z red363Wednesday, 13. July 2022, 23:38 hodinky 2 years ago
    Thanks for the answer!
    Yes I know that. But perhaps there is a way to exclude a certain interface and not all at once? Let's say I'm completely satisfied with the exclusion of the cursor and text, but I would like to exclude literally one button (interface). And let the shader affect the rest of the interface

    Fanoušek fóra

    101 Posts