Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

Shader_Exclude

  • #1, by red363 4 years ago Zitieren
    Hello!

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

    Thanks
  • #2, by mulewa 4 years ago Zitieren
    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
  • #3, by red363 3 years ago Zitieren
    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