Toki_22

Newbie
Apr 28, 2020
91
75
I keep getting this on JoiPlay while trying to load the save

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 462, in __call__
ImportError: No module named revertable

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "_layout/screen_main_menu.rpymc", line 28, in script
  File "renpy/ast.py", line 922, in execute
  File "renpy/python.py", line 2218, in py_exec_bytecode
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
  File "renpy/ui.py", line 298, in interact
  File "renpy/display\core.py", line 3276, in interact
  File "renpy/display\core.py", line 4100, in interact_core
  File "renpy/display\layout.py", line 1062, in event
  File "renpy/display\layout.py", line 1062, in event
  File "renpy/display\layout.py", line 1062, in event
  File "renpy/display\screen.py", line 720, in event
  File "renpy/display\layout.py", line 1062, in event
  File "renpy/display\layout.py", line 1252, in event
  File "renpy/display\layout.py", line 245, in event
  File "renpy/display\layout.py", line 1062, in event
  File "renpy/display\layout.py", line 1252, in event
  File "renpy/display\layout.py", line 245, in event
  File "renpy/display\layout.py", line 1062, in event
  File "renpy/display\layout.py", line 245, in event
  File "renpy/display\behavior.py", line 979, in event
  File "renpy/display\behavior.py", line 914, in handle_click
  File "renpy/display\behavior.py", line 329, in run
  File "renpy/common/00action_file.rpy", line 462, in __call__
  File "renpy/loadsave.py", line 768, in load
  File "renpy/loadsave.py", line 63, in loads
  File "/data/data/cyou.joiplay.renpy/files/renpy/compat/pickle.py", line 45, in loads
    return cPickle.loads(s)
ImportError: No module named revertable
I also can't save and the one I have is broken
 
  • Like
Reactions: DlcKuran

Dr. Lewdwig

Member
Apr 15, 2021
176
585
Edit for v0.7.2: The method below works fine. All is well.

You can enable the incest patch on your own quite easily. I'll write the steps below just in case:

1) Go to this location: Twistedworld installation folder > Game > Scripts
2) Find the file named "scripts.rpy"
3) Open this file with any text editor like "notepad"
4) The first line reads "define uncensor_patch = False" Now delete the word False and write True instead of it.
So the edited line will be this: "define uncensor_patch = True"
5) Save the file and close it.
6) Run the game and you are good to go.

Alternatively, if you don't want to do the editing:
Below is the edited file for version 7.2. Just unzip and copy the folder named "game" into the main installation folder and allow it to rewrite.
Important Note: If you're copy-pasting the patch instead of editing the file, you should use an edited file that matches your current version. Older ones don't work.
 
Last edited:
4.10 star(s) 226 Votes