Update README.md
This commit is contained in:
14
README.md
14
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.
|
- Detects and downloads the latest required files automatically.
|
||||||
- Recognizes previously downloaded files and reuses them by default.
|
- Recognizes previously downloaded files and reuses them by default.
|
||||||
- Allows specifying custom paths for required files if they are already on your system.
|
- 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.
|
> 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
|
### 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
|
## How to Use
|
||||||
1. **Launch the executable**. It will open inside of a Terminal window.
|
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.
|
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.
|
> [!CAUTION]
|
||||||
4. **Extract Files:** BadBuilder will automatically extract everything needed.
|
> 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.
|
||||||
5. **Copy files:** BadBuilder will copy all of the extracted files to the correct locations.
|
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):**
|
5. **Add Homebrew (Optional):**
|
||||||
- Specify the root folder of your homebrew application (e.g., `D:\Aurora 0.7b.2 - Release Package`).
|
- Specify the root folder of your homebrew application (e.g., `D:\Aurora 0.7b.2 - Release Package`).
|
||||||
- BadBuilder will locate the `.xex` file inside.
|
- 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.
|
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.
|
> Homebrew apps which do not contain the entry point in the root folder are not currently supported.
|
||||||
|
|
||||||
### Using unsupported homebrew
|
### 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"`
|
- **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
|
## Reporting Issues
|
||||||
If you encounter any problems, please create a new issue with details about your setup and the problem.
|
If you encounter any problems, please create a new issue with details about your setup and the problem.
|
||||||
|
|||||||
Reference in New Issue
Block a user