Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xXFreeFunXx committed Nov 24, 2024
1 parent 6e08ab0 commit ed5c840
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ To use the script, you will need the following tools and files:
- Copy the `UnrealPak.exe` file into the same directory as this script (`DatabaseCleanWashing`).
2. **sqlite3.exe**
- This tool is required to process the SQLite database. It is typically found in the `Saved` folder of both the Conan Exiles server and client installations.
- This tool is required to process the SQLite database. It must be located in the `Saved` directory of your Conan Exiles server:
```
...\ConanSandbox\Saved\sqlite3.exe
```
3. **Folder Placement**
- Place the `DatabaseCleanWashing` folder in the `Saved` directory of your Conan Exiles server:
Expand Down Expand Up @@ -61,9 +64,9 @@ The script is executed using batch files included in the `DatabaseCleanWashing`
## Tools Recap
Ensure the following tools are present in the `DatabaseCleanWashing` directory:
1. **UnrealPak.exe** – Extracts asset information from PAK files.
2. **sqlite3.exe** – Processes the database.
Ensure the following tools are present:
1. **UnrealPak.exe** – Located in the `DatabaseCleanWashing` directory. Extracts asset information from PAK files.
2. **sqlite3.exe** – Located in the `...\ConanSandbox\Saved` directory. Processes the database.
---
Expand Down

0 comments on commit ed5c840

Please sign in to comment.