Skip to content

v0.4.0-alpha.2

Choose a tag to compare

@lifegpc lifegpc released this 09 May 10:08
· 61 commits to master since this release

Added

  • Add support more encrypted kirikiri archives.

For cxdec3/4 (Hxv4) archives, if --xp3-file-list-path not provided, will try to load filelist.json/filelist.lst in directory of game archives by default.

filelist.lst Format
0c691c2b20712471:locale/
d9fb4859a254d7b9eda6621cfbe7dfd9d428082090ca08e32a9314e7116548e9:startup.tjs
filelist.json Format
{
    "fileHashSalt": "xp3hnp",
    "fileList": {
        "data.xp3": {
            "94d4a97c61498621": {
                "d9fb4859a254d7b9eda6621cfbe7dfd9d428082090ca08e32a9314e7116548e9": "startup.tjs"
            },
        },
    },
    "pathHashSalt": "xp3hnp",
    "pathMapping": {
        "94d4a97c61498621": "",
    },
    "projectName": "Game title"
}