Update Package format

2025-04-22 21:28:23 +00:00
parent 59fc8da218
commit 2c083ccb78

@ -77,10 +77,12 @@ With a `manifest.json` pointing at the filename like:
{
"identifier": "native_mod",
"dll-game": "foo.dll",
"dll-game32": "foo32.dll",
"dll-game64": "foo64.dll",
"dll-amdaemon": "bar.dll"
}
]
}
```
These packages are supposed to be hooked into the game, and into amdaemon. Both DLL fields are optional, therefore it's fine to only provide a DLL for the game, or only for amdaemon.
These packages are supposed to be hooked into the game, and into amdaemon. All DLL fields are optional, therefore it's fine to only provide a DLL for the game, or only for amdaemon. `game32` and `game64` can be used by packages that target both CHUNITHM (32-bit) and O.N.G.E.K.I. (64-bit).