• Started after putting aside the ENDER LILIES script
  • Only made one hook, everything else was unstable.
  • Cycle handler to deal with hook that gets invocated every frame. Hardest part of the script to make.
  • UI options
    • Ignore text that has already been outputted
      • Greatly reduces spam
      • Might prevent user from seeing their desired text
    • Filter trivial text
      • Filters text that tends to be spammed in menus
  • Scuffed filtering with hardcoded strings… but it’s fast cause sets. Low CPU usage.
  • Unexpectedly fast despite running every frame. Found out that trans.send() is very slow, reduced its performance impact by only using it on final batched text.