This script allows you to clear cache files from your computer (Windows & FiveM).
- Go to latest release
- Download the latest version in Assets section (
.zip
file) - Extract the
.zip
file
- Run
ClearCache.exe
file - Click on
Clear
button - Wait for the end of the process
- If your FiveM folder is not located in
C:\Users\%USERNAME%\AppData\Local\FiveM
, you need to create a files located in the same folder asClearCache.exe
file namedconfig.json
with the following content: (replaceC:\\Users\\%USERNAME%\\AppData\\Local\\FiveM
by your FiveM folder path and use\\
instead of\
)
{
"FiveMFolder": "C:\\Users\\%USERNAME%\\AppData\\Local\\FiveM"
}
This project is under GNU General Public License v3.0.