test7777

Member
Jun 6, 2017
106
341
thats very useful, if it works like previous episodes the lines of code that close the game should be easy to remove, problem is a 20gb game will take 93 years to unren
you can unren with only a subset of files which is a lot faster.

DPC is once again checking for persistent.mod_wt_enabled != None, so with console enabled maybe try the following before the crash
persistent.mod_wt_enabled = None
persistent.mod_wt_enabled

the second one should then show None, but I could be wrong.
Another thing to try would be either of the following, depending if the persistent data is a dictionary.
del persistent['mod_wt_enabled']
persistent.mod_wt_enabled


persistent.pop("mod_wt_enabled", None)
persistent.mod_wt_enabled
 

SpicyMoon

Newbie
Feb 6, 2022
88
1,102
you can unren with only a subset of files which is a lot faster.

DPC is once again checking for persistent.mod_wt_enabled != None, so with console enabled maybe try the following before the crash
persistent.mod_wt_enabled = None
persistent.mod_wt_enabled

the second one should then show None, but I could be wrong.
Another thing to try would be either of the following, depending if the persistent data is a dictionary.
del persistent['mod_wt_enabled']
persistent.mod_wt_enabled


persistent.pop("mod_wt_enabled", None)
persistent.mod_wt_enabled
For scrappy's modded saves:
Do that or use this patched update11.rpy file which disables the check (copy /game to BADIK folder)
 

david2248

Newbie
Sep 11, 2021
31
8
MOD FIXER DOES WORK: for those asking if you have a clean copy on V10 and you patch V11 in throw the mod fixer in with it you can play episode 11 just fine.
 

pankan

Newbie
Jun 18, 2017
18
6
Game crashes after first couple of dialogue lines. Any ideas ?

"You've been playing the birthday card for a week..."

^^^^
This is the last line I get then the games crashes. Tried re-downloading patch and a clean version from GoFile but still the same
 
  • Haha
Reactions: BruceWayne123

test7777

Member
Jun 6, 2017
106
341
Game crashes after first couple of dialogue lines. Any ideas ?

"You've been playing the birthday card for a week..."

^^^^
This is the last line I get then the games crashes. Tried re-downloading patch and a clean version from GoFile but still the same
fix should be posted in the messages above your post...
 
4.80 star(s) 1,609 Votes