Quick FYI.
If you're encountering this error when saving a game:
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/screens.rpy", line 282, in __call__
File "renpy/common/00action_file.rpy", line 372, in __call__
renpy.save(fn, extra_info=save_name)
RuntimeError: maximum recursion depth exceeded while pickling an object
While it needs a proper fix, you can temporary solve this by typing this in the console:
sys.setrecursionlimit(2000)
or make an empty file in
\DMD.CH2-0.20-pc\game\ , name it whatever (but add
.rpy as a fileextension) and in a texteditor type in:
init 1:
python hide:
sys.setrecursionlimit(2000)
..You just need any value over the default, 1000.
This should help you save your game properly for now.
If this have already been mention, sorry for spamming. But not reading this thread yet due to potential spoilers.
Enjoy what seems like a really good DMD-release so far