Hey in the middle of the game it tells me to connect to the internet. I am connected but it keeps saying try again.
Is my shit stuck or is it just like that?
i had that error in the first version
thought it had been fixed, when i updated the crack it went away
could try wiping save files in the game and renpy folder in appdata/roaming
anyone else had that issue?
might of made a typo by mistake without realising it in the krack file
try changing this line in krack.rpy
def _m1_Krack__rrktss(): return True
looks wrong and a older copy says
def __rrktss(): return True
it works for me either way even after wiping the game folder saves and the renpy folder saves
the DRM is weird sometimes,
dev also tends to have his games "phone home" and update the DRM
to the point ive seen it go online, and be told to look for the crack files and then delete them
if f.startswith("Z_BonusScript") or f.startswith("Z_CrackyCrack") or f.startswith("Z") or f.endswith(".bat"):
f = config.basedir + "/" + f
os.remove(f)