ShaderToolkit and text question

  • #1, by AndresFriday, 11. February 2022, 05:33 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

    Newbie

    31 Posts


  • #2, by afrlmeSaturday, 12. February 2022, 01:15 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

    Imperator

    7278 Posts

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

    Newbie

    31 Posts