- Jun 29, 2017
- 88
- 350
rpdl sometimes glitches, need to logout -> relogin and download torrent file againWeird, 0/0 seeds/peers for half hour, connection is fine.
rpdl sometimes glitches, need to logout -> relogin and download torrent file againWeird, 0/0 seeds/peers for half hour, connection is fine.
Thank you for the tip. It's working.Hey bro, I added a new line at the bottom of the comment in big bold letters that'll fix you up![]()
Thank you for the Mac link, my king...Pixeldrain and Mega are already in the OP. Also splits (for Win/Linux for now). Ima add way more links tho![]()
OP has the linkDoes anyone have any unmoded saves to share pretty please? no matter what saves I try I can't get pass by the block screen.
"Dear Diary,Pixeldrain and Mega are already in the OP. Also splits (for Win/Linux for now). Ima add way more links tho![]()
you can unren with only a subset of files which is a lot faster.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
persistent.mod_wt_enabled = None
persistent.mod_wt_enabled
del persistent['mod_wt_enabled']
persistent.mod_wt_enabled
persistent.pop("mod_wt_enabled", None)
persistent.mod_wt_enabled
Just create one no payment necessaryneed an account to dl the torrent?
For scrappy's modded saves: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