Skip to content

Commit

Permalink
fix: rm unused, this override moved to overrides.rpy
Browse files Browse the repository at this point in the history
  • Loading branch information
Booplicate committed Jan 4, 2025
1 parent 6753928 commit 4715532
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Monika After Story/game/0utils.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -795,13 +795,3 @@ python early in mas_utils:
return int(value)
except:
return default

# Override to completely disable Ren'Py's signature verification """f e a t u r e"""
# NOTE: Without this, Ren'Py will literally replace the persistent data with a blank file if signature verification fails.
# And the game will not inform the user, making backups/transfers impossible.
# Btw this apparently comes with the tagline "There is intentionally no way to disable this feature." lol
python early:
def verify_data_override(data, signatures, check_verifying=True):
return True

renpy.savetoken.verify_data = verify_data_override

0 comments on commit 4715532

Please sign in to comment.