A utility tool to clean trash from Schedule I game saves.
Note: This tool has only been tested with v0.3.3f15. It may not work with other versions.
Sanitize I helps manage your Schedule I saves by cleaning out accumulated trash items that can potentially cause performance issues or save bloat. It specifically:
- Empties the
Itemsarray inTrash.json - Clears the
GeneratedItemsarrays in all generator files
- Ensure you have Node.js installed
- Clone or download this repository
- Navigate to the directory and install dependencies:
cd Sanitize1
npm installRun the application:
node index.mjsThe tool will:
- Detect available players (using your Steam ID)
- Allow you to select a save
- Clean trash items from the selected save
- Display a summary of the cleaning operation
The tool automatically locates save files at:
%USERPROFILE%\AppData\LocalLow\TVGS\Schedule I\Saves
- Always backup your saves before using this tool
- This is an unofficial utility and is not affiliated with TVGS
- Use at your own risk
- Node.js 14.x or higher
- npm packages:
- @inquirer/prompts
- chalk