crskycode / KrkrPatch

The universal patch extension for some new Kirikiri game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kirikiri Z File Patch

The universal patch extension for some new Kirikiri game.

How To Use

You need to create KrkrPatch.json with the following format.

{
  "gameExecutableFile": "your_game.exe",
  "gameCommandLine": "",
  "logLevel": 0,
  "patchProtocols": [
    "arc://",
    "archive://",
    "psb://"
  ],
  "patchArchives": [
    "your_patch.xp3"
  ],
  "patchNoProtocol": false
}

Put KrkrPatchLoader.exe and KrkrPatch.dll and KrkrPatch.json to your game folder.

Use GARbro create your patch.xp3 with No Crypt and keep directory structure.

Finally, Run the KrkrPatchLoader.

Notes

You can rename KrkrPatchLoader or change the icon and version information with some tool like Resource Hacker.

Don't rename KrkrPatch.dll and KrkrPatch.json.

Set patchNoProtocol to true if some files not patched.

About

The universal patch extension for some new Kirikiri game.

License:GNU General Public License v3.0


Languages

Language:C++ 99.9%Language:C 0.1%