summaryrefslogtreecommitdiff
path: root/docs/dumbversion_patches.md
diff options
context:
space:
mode:
authorWitherOrNot2026-04-18 04:58:01 +0000
committerGitHub2026-04-18 04:58:01 +0000
commita2a204e5343d2d243af8372e3f6f3f7cf4c60b78 (patch)
tree049c0b641c873d69761ac1704152b71babaf4906 /docs/dumbversion_patches.md
parente609eaf5c38f5985aaa76d69f243cadb560ccb67 (diff)
parentc42ccd8db65f8a5a2feef25b8c551bc8a7c7962c (diff)
downloadmassgrave.dev-a2a204e5343d2d243af8372e3f6f3f7cf4c60b78.zip
Merge pull request #82 from massgravel/dev
Restore previously removed ISOs
Diffstat (limited to 'docs/dumbversion_patches.md')
-rw-r--r--docs/dumbversion_patches.md45
1 files changed, 45 insertions, 0 deletions
diff --git a/docs/dumbversion_patches.md b/docs/dumbversion_patches.md
new file mode 100644
index 0000000..de5c723
--- /dev/null
+++ b/docs/dumbversion_patches.md
@@ -0,0 +1,45 @@
+---
+title: DumbVersion Patches
+description: How to use DumbVersion patch files (.dvp) to generate ISOs.
+---
+
+We use **DumbVersion Patch files (`.dvp`)** to efficiently store different localizations and variations of existing ISOs.
+
+These files contain only the exact differences between a base ISO and your target ISO. This helps us with hosting a large amount of ISOs efficiently, without having issues with speed or reliability.
+
+## Prerequisites
+
+Before you begin, make sure you have the following:
+
+* **The latest version of the [DumbVersion Patcher](https://github.com/thecatontheceiling/DumbVersion/releases/):** Download the latest release that matches your operating system and architecture (Windows, MacOS, or Linux and x64 or ARM64).
+* **A base ISO:** This is the source file the patch will be applied to.
+* **A patch file:** The `.dvp` file you downloaded from our website.
+
+:::info
+For most patches on our site, the required base ISO is the standard **English (`en-us`)** version that matches the architecture of the patch. The Patcher will tell you if you are using an incorrect base ISO.
+:::
+
+## How to Apply a Patch
+
+1. **Create a new, empty folder and place all of the downloaded files inside it:** the patcher executable, any amount of base ISOs, and any amount of `.dvp` files.
+
+2. **Execute the DumbVersion Patcher.** It will scan the folder and automatically detect both the ISOs and the patch files.
+ *(If you want to process multiple patches, you can also drag-and-drop `.dvp` files onto the patcher.)*
+
+3. **Wait for the Patcher to complete.** The Patcher will process the files and generate new ISOs in the same folder.
+
+:::tip
+Your original base ISO is strictly read-only during this process. It will **not** be modified, overwritten, or deleted.
+:::
+
+
+## Video Tutorial
+
+import ReactPlayer from 'react-player'
+
+<ReactPlayer controls width='100%' height='auto' src='/dumbversion_tutorial.mp4' />
+
+## Need help?
+
+* Double-check that your base ISO is fully downloaded, uncorrupted, and matches the exact version expected by the patch (usually the `en-us` ISO).
+* If you're still having issues, feel free to [contact us](contactus.md). \ No newline at end of file