ClearFiveM is a tool to keep your FiveM installation clean and optimized. 🚀
- 🧹 Cache Cleaning
- 📝 Logs and Crashes Cleaning
- 🔒 Digital Entitlements Cleaning
- ⏳ Temporary Files Cleaning
- 🗑️
fivem.cfgFile Deletion
-
Download and Unzip
- 📥 Download the zip file for your operating system from the releases page.
- 📂 Unzip the downloaded file to a desired location on your computer.
-
Run the Application
- 💻 Navigate to the unzipped folder.
- 🖱️ Double-click on
ClearFiveM.exeto start the application.
-
Use the Tool
- Upon launching, you will see a menu with options:
1. Clean Cache 2. Clean Logs and Crashes 3. Clean Digital Entitlements 4. Clean Temporary Files 5. Delete CitizenFX File 6. Exit - 🔢 Select the desired option by typing the corresponding number and pressing
Enter.
- Upon launching, you will see a menu with options:
-
Follow On-Screen Instructions
- 📋 Follow the instructions displayed in the console to complete the cleaning process.
-
Clone the Repository
- Open your terminal or command prompt.
- Run the following command to clone the repository:
gh repo clone Imperio-Company/ClearFiveM - Navigate to the cloned directory:
cd ClearFiveM
-
Open the Project in Visual Studio
- Launch Visual Studio.
- Select
File>Open>Project/Solution. - Navigate to the cloned repository folder and open
ClearFiveM.sln.
-
Restore NuGet Packages
- In Visual Studio, go to
Tools>NuGet Package Manager>Manage NuGet Packages for Solution. - Click on
Restoreto restore the necessary packages.
- In Visual Studio, go to
-
Build the Project
- In Visual Studio, select
Build>Build Solutionor pressCtrl+Shift+B.
- In Visual Studio, select
-
Run the Application
- Press
F5to run the application.
- Press
-
Fork the Repository
- Click the
Forkbutton at the top right of the repository page.
- Click the
-
Create a New Branch
- Open your terminal or command prompt.
- Run the following commands:
git checkout -b feature-branch
-
Make Your Changes
- Edit the code as needed.
-
Commit Your Changes
- Stage your changes:
git add . - Commit your changes:
git commit -m "Description of the changes"
- Stage your changes:
-
Push to Your Fork
- Push your changes:
git push origin feature-branch
- Push your changes:
-
Create a Pull Request
- Go to the repository on GitHub.
- Click on
Compare & pull request. - Submit your pull request for review.
This project is licensed under the MIT License. See the LICENSE file for more details.
If you encounter any issues or have questions, please open an issue on GitHub or contact us at imperioorp@gmail.com.