A tool to modify traits, flags, and game variables • Works fully offline • Not associated with Black Tabby Games
Scarlett Hollow is developed by Black Tabby Games
📁 Drop your .save file here
or click to browse — supports manual saves, auto saves, quick savesAnti-Cheat Bypass
⚠️ The anti-cheat is built into the game engine itself. This toggle only resets cheater flags in the save file. If you select more than 2 traits while playing, the game will mark you as a cheater. To prevent this, use the standalone CheatBypass tool to modify game files before playing.Selected Traits Count
Internal counter for trait validation. Should match the number of active traits above.Cheater Flags
Game sets these to True if it detects save manipulation. Reset them to avoid consequences.Save File Structure:
Scarlett Hollow saves are ZIP archives containing a Python pickle-serialized game state. This editor:log file containing game variables📝 Traits:
All 7 traits are always present in every save file as boolean variables. The editor shows all of them and lets you toggle any on or off.Disabling Traits: When you disable a trait, all related game flags (like mystical_intro_gretchen) are automatically reset to prevent inconsistencies in your playthrough.
🌐 Browser Security Warning:
If you see a warning like "Unsafe attempt to load URL file:///" when opening this HTML file directly, that's normal. Modern browsers restrict certain features for files opened via `file://` protocol for security reasons. The tool will still work fine, but if you prefer to eliminate the warning, you can:python -m http.server 8000 then open http://localhost:8000/save-editor-enhanced.htmlSteam Save Location:
%APPDATA%/RenPy/ScarletHollow-xxxxxxxx/
Replace the original file with your downloaded modified save. Always keep backups of important saves!