Sodium

Newbie
Oct 11, 2016
72
71
294
Does anyone have any unmoded saves to share pretty please? no matter what saves I try I can't get pass by the block screen.
 

test7777

Member
Jun 6, 2017
106
347
204
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
 
4.70 star(s) 1,727 Votes