Managed to find a fix.
For IC patch, open the file dia12_02.rpy located in the game folder, with Notepad++
Hit Ctrl+H to bring up Replace,
Find what: "with dissolve:"
Replace with: "with dissolve"
And hit replace all
Issue is that there shouldn't be a colon ":" after dissolve.
As for the WT, open the file called JokerTextbox.rpy
location: game\JokerMod\
add this at the very top and it should work:
Code:
default persistent.say_window_alpha = 1.0
After doing both of that it should work as it did for me, or you can wait for the mod to be updated again.