From e039a2b11206455fe2bf3a06d5e93ef9240324b4 Mon Sep 17 00:00:00 2001 From: Pdawg <83825746+Pdawg-bytes@users.noreply.github.com> Date: Mon, 17 Mar 2025 21:39:47 -0400 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b522f45..00ca90a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ BadBuilder is a tool for creating a BadUpdate USB drive for the Xbox 360. It aut - Detects and downloads the latest required files automatically. - Recognizes previously downloaded files and reuses them by default. - Allows specifying custom paths for required files if they are already on your system. -> [!WARNING] +> [!IMPORTANT] > BadBuilder does not dynamically locate files inside ZIP archives. If your provided archive has a different folder structure than expected, the process will fail abruptly. Ensure your archive matches the expected format if specifying an existing copy. ### File Extraction & Copying @@ -28,9 +28,11 @@ BadBuilder is a tool for creating a BadUpdate USB drive for the Xbox 360. It aut ## How to Use 1. **Launch the executable**. It will open inside of a Terminal window. 2. **Formatting (Windows Only):** BadBuilder will format your USB drive as FAT32, even if it’s larger than 32GB. -3. **Download Files:** BadBuilder will fetch the required exploit files or let you specify an existing location. -4. **Extract Files:** BadBuilder will automatically extract everything needed. -5. **Copy files:** BadBuilder will copy all of the extracted files to the correct locations. +> [!CAUTION] +> Formatting a disk means that all data will be lost. Make sure you have selected the right drive before confirming the format. I am not responsible for any data loss. +4. **Download Files:** BadBuilder will fetch the required exploit files or let you specify an existing location. +5. **Extract Files:** BadBuilder will automatically extract everything needed. +6. **Copy files:** BadBuilder will copy all of the extracted files to the correct locations. 5. **Add Homebrew (Optional):** - Specify the root folder of your homebrew application (e.g., `D:\Aurora 0.7b.2 - Release Package`). - BadBuilder will locate the `.xex` file inside. @@ -60,7 +62,7 @@ Aurora 0.7b.2 - Release Package/ ``` BadBuilder will detect `Aurora.xex` as the entry point and patch it accordingly. -> [!NOTE] +> [!IMPORTANT] > Homebrew apps which do not contain the entry point in the root folder are not currently supported. ### Using unsupported homebrew @@ -72,4 +74,4 @@ If you would still like to use unsupported homebrew apps, you'll have to copy th - **Example:** `"C:\BadBuilder\Work\Extract\BadUpdate Tools\XePatcher\XexTool.exe" -m r -r a "H:\Apps\Aurora 0.7b.2 - Release Package\Aurora.xex"` ## Reporting Issues -If you encounter any problems, please create a new issue with details about your setup and the problem. \ No newline at end of file +If you encounter any problems, please create a new issue with details about your setup and the problem.