- Download on the Latest Release, the compressed file called
ToNSaveManager.zip
.- Extract the contents of the .zip file into a folder of your choice.
- Open
ToNSaveManager.exe
.- Select the log date on the left, then click one of the saves in the right.
- Your code is now in the clipboard, go to VRChat and paste the code in the input field.
If you want to suggest new features or changes, you can open an Issue here or you can join the official Save Manager Discord Server and find me as @Kittenji
The world periodically saves a snapshot of your progress in the VRChat log files.
Initially, the program will scan your logs at
%LOCALAPPDATA%Low\VRChat\VRChat
and recover previous Save Codes in your logs. Then it will continue detecting new codes as you play.
There's the possibility that you have logging disabled. You can enable it by opening your Quick Menu, go to settings, scroll all the way down and turn logging on.
This problem is most likely caused when the program is trying to parse large log files created by VRChat.
You can check your VRChat logs by pressingWindows Key
+R
Then type%APPDATA%\..\LocalLow\VRChat\VRChat
and click Ok.
If you see logs file with a storage size out of the ordinary, that might be the cause of your issue.
You can set a Discord webhook url to automatically upload your codes to a discord channel.
- Just go to your preferred channel on your discord server.
- Click Edit Channel and then go to Integrations.
- Add a webhook integration to this channel. You can give it a name and a profile picture.
- Copy the webhook url.
- Open settings on the Save Manager app.
- Enable
Auto Discord Backup
, you will see a text input popup.- Paste your webhook url in the text field.
- Click save.
NOTE: If you want to test this functionality, you can right click on a save entry then click Backup. If everything is right, save will be uploaded to the discord channel.
The exe is bundled with the .NET runtime that it's required to run the program. Using a command line argument for dotnet publishing:
--self-contained true -p:PublishSingleFile=true
This adds size to the file, but ensures that the program runs independently without relying on a previous .NET installation.This is so people that download this program does not have to go download the .NET runtime framework themselves. And it's ready to run without any extra actions from the user.
The program is compiled from the source using Github actions, you can see the full arguments in the workflow file.
- Short Answer: No
This is an external tool that uses local plain text files that VRChat writes to the Local APPDATA folder. We are allowed to read these files since it does not modify or alter the game in any way. This is not a mod or a cheat.