- Oct 13, 2020
- 117
- 41
Thx
That's a truncated traceback, it doesn't even show version numbers. I assume this is 0.15b, and you're running it on Joiplay using Ren'Py 7.0.0? Then try deleting line 29 from BKinit_variables.rpy, the one that removes right click as a shortcut for options:
But since right click (or its Joiplay equivalent) is used everywhere in the game, that might not really work.Code:config.keymap['game_menu'].remove('mouseup_3')
If not, get a version of Joiplay that matches the game's version of Ren-Py, 7.0.0 (or 7.3.5 if you're actually going for 0.2).