Won't work on JoiPlay,
Reason why.
While running game code: File "game/gui.rpy", line 417, in <module>
AttributeError: 'StoreModule' object has no attribute 'variant'
Found in traceback document placed after failed launch.
Same error when I ported on the psvita via Ren'Py PSVita Distribution Tool.. but I managed to fix it.
Here the steps
Programs needed:
rpaExtract -
You must be registered to see the links
un.rpyc -
You must be registered to see the links
1.decompile archive.rpa in game folder with rpaExtract.exe
2. put un.rpyc in the game folder and run the game
3. replace gui.rpy with the attached file in the game folder and delete gui.rpyc and un.rpyc