did you instal it right? cause i don't get that error, are you using other mods/cheats? and can you click ignore?
View attachment 4283064
Yes, I know how to install the mod. I use mods all the time for renpy games.
If I click ignore it just goes to another error page with another line of script having an error. I can't even start a new game, it does this error when clicking Play to start a new game:
--------------
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 460, in execute_pause
renpy.pause(delay)
File "game/mod/Shawn_Overrides.rpy", line 275, in execute
File "game/mod/Shawn_Overrides.rpy", line 275, in execute
File "game/mod/Shawn_Overrides.rpy", line 277, in execute
File "game/mod/Shawn_Overrides.rpy", line 277, in <module>
NameError: name 'disable_awakening_menu' is not defined
---------
Every single error ends with this line
"NameError: name 'disable_awakening_menu' is not defined"
So, something in your mod is not defined or not defined properly. I have no other mods installed.
When trying to view any Replay scene in the gallery it does this error:
------
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/mod/Shawn_Overrides.rpy", line 275, in execute
File "game/mod/Shawn_Overrides.rpy", line 275, in execute
File "game/mod/Shawn_Overrides.rpy", line 277, in execute
File "game/mod/Shawn_Overrides.rpy", line 277, in <module>
NameError: name 'disable_awakening_menu' is not defined
--------
Again, if you look, every error ends with " NameError: name 'disable_awakening_menu' is not defined" So, something is not defined in your mod.