Add some docs

This commit is contained in:
2026-01-17 22:45:08 -06:00
parent 027ba27b37
commit 3e949cf863
8 changed files with 632 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# W3D Hub Patch
A W3D Hub Patch
A `.w3dhub.patch` is included in MIX Patch files.
It contains instructions for updating the target MIX.
JSON file with a static CRC32 of `E6FE46B8`
## Example:
```json
{
"removedFiles": [
"sov_v_mad.gif"
],
"updatedFiles": [
"sov_v_mad.w3d"
]
}
```