- Mar 15, 2023
- 246
- 996
Maybe your problem is that: game/game/character.rpycwhenever i try to open this game with walkthrough mod it say
I'm sorry, but an uncaught exception occurred.
While running game code:
ScriptError: Name (u'game/character.rpy', 1653124024, 1) is defined twice, at character.rpyc:2 and game/game/character.rpyc:2.
how do i fix this
You have double game folder, therefore the character.rpy/rpyc file exists at the same time in the game, and the game/game folder. Move the character.rpy/rpyc file one folder back, and overwrite the existing one. This should solve the problem.