🧹 A small Windows batch script to clean up SsilensioRPG client and launcher cache.
It removes temporary files and recreates fresh folders so the client starts clean.
- Cleans the Windows TEMP folder
- Cleans the SsilensioRPG client cache
- Simple interactive menu (choose what to clean)
- Safe: only touches TEMP and client directories
%TEMP%— Windows temporary files%AppData%\SsilensioRPG\clients\SsilensioRPG— client cache
- Close the SsilensioRPG launcher/client
- Double-click
SsilensioRPG Clear.bat - Select an option from the menu:
- 1 → Clean TEMP
- 2 → Clean Client
- 3 → Clean Both
- Done ✅
If your client is installed in another directory, edit this line in the script:
set "GAME_DIR=%AppData%\SsilensioRPG\clients\SsilensioRPG"