Shader_Exclude

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

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

    Thanks

    Forum Fan

    101 Posts


  • #2, by mulewaTuesday, 07. June 2022, 10:22 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

    Newbie

    21 Posts

  • #3, by red363Wednesday, 13. July 2022, 23:38 A year 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

    Forum Fan

    101 Posts