From 2c083ccb7818db759a8f4603b65d3b22b3eef6ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=82=E3=81=8B=E3=83=8B=E3=83=A3=E3=83=B3?= Date: Tue, 22 Apr 2025 21:28:23 +0000 Subject: [PATCH] Update Package format --- Package-format.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Package-format.md b/Package-format.md index f73cde0..9d15ecf 100644 --- a/Package-format.md +++ b/Package-format.md @@ -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. \ No newline at end of file +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). \ No newline at end of file