- Oct 1, 2019
- 2,900
- 3,388
OK, so it's not just me having that problem with JokerLeader mod.
I think it's a false positivegot a virus warning with that new walkthrough mod
May be wrong but be careful
got a virus warning with that new walkthrough mod
May be wrong but be careful
I think it's a false positive
really? I downloaded multiple files from the site but this is the first time I got a warning for a file,anything downloaded from mixdrop is tagged
that's what i've been getting from google chrome recently when downloading form mixdropreally? I downloaded multiple files from the site but this is the first time I got a warning for a file,
if your using the wt mod then yes everyone is crashing or at least a good portion of we areanyone elses game just crashing?
happens with the freshly updated mod...Stop use outdate mods.
didn't work for meJust edit JokerTextbox.rpy and replace in line 135
if persistent.say_window_alpha < 0.6:
text what id "what" size persistent.pref_text_size outlines [(4, "#000", 0, 0)]
else:
text what id "what" size persistent.pref_text_size outlines [(4, "#000", 0, 0)]
with
text what id "what" size persistent.pref_text_size outlines [(4, "#000", 0, 0)]
Edit: no clue if this also works with saves as I'm just starting this game
This lets you play the game but the writing is in the wrong place (top of screen not in chat box)Just edit JokerTextbox.rpy and replace in line 135
if persistent.say_window_alpha < 0.6:
text what id "what" size persistent.pref_text_size outlines [(4, "#000", 0, 0)]
else:
text what id "what" size persistent.pref_text_size outlines [(4, "#000", 0, 0)]
with
text what id "what" size persistent.pref_text_size outlines [(4, "#000", 0, 0)]
Edit: no clue if this also works with saves as I'm just starting this game
can you post the correct code?This lets you play the game but the writing is in the wrong place (top of screen not in chat box)
Guess that at least works enough until Joker that can do an official fix. I do get this any time I try to load a save, but hitting rollback, then forward and it fixes it somewhat.This lets you play the game but the writing is in the wrong place (top of screen not in chat box)
Replace line 135 with:
if persistent.say_window_alpha is not None and persistent.say_window_alpha < 0.6:
Seems to fix it but only just starting out.