Loaded up several saves, in various states of the game and getting all sorts of random and intermittent 'RevertableSet' Attribute Errors for viewed scenes. 'RevertableSet' are a RenPy implementation that can handle rollbacks better, but not incredibly well document. This seems like a horrifically complex way to simply store viewed scenes. The number or amount you see on older content varies based on decisions made.
Here is one sample error, the rest are all similar except for the Episode, Scene, and the viewed_scene variable. Ignoring them does not work, and usually reverts back to a previous scene somewhere. URM shows nothing in the viewed_scenes dictionary, but as it's using a RevertableSet, it's not a normal list.
Here is one sample error, the rest are all similar except for the Episode, Scene, and the viewed_scene variable. Ignoring them does not work, and usually reverts back to a previous scene somewhere. URM shows nothing in the viewed_scenes dictionary, but as it's using a RevertableSet, it's not a normal list.
You don't have permission to view the spoiler content.
Log in or register now.