ShaderToolkit and text question

  • #1, z AndresFriday, 11. February 2022, 05:33 hodinky 2 years ago
    Hi!

    Is there a way to use ShaderToolkit, for example fourbit, and to see the character text or dialogs without that effect?

    That´s because when I´m using this effect there is no way to understand what the character´s are saying.

    Thanks
    Andrés

    Bažant

    31 Posts


  • #2, z afrlmeSaturday, 12. February 2022, 01:15 hodinky 2 years ago
    Edit the shader toolkit script & add this line at the top of the script...

    game.ShaderExclude = eShaderExcludeInterfaces


    It should prevent the fx from effecting interfaces, mouse cursors, & texts. If you want it to affect interfaces, but not the mouse cursor & texts, then use this line of code instead...

    game.ShaderExclude = eShaderExcludeTextsAndCursor

    Imperátor

    7285 Posts

  • #3, z AndresSaturday, 12. February 2022, 02:15 hodinky 2 years ago
    Thanks!! It worked perfectly! smile

    Bažant

    31 Posts