A collection of metadata harvested from the updates and DLC of KISS software titles.
The current data set includes the following software:
- CM3D2
- CM3D2 Chu-B Lip
- CM3D2 VR β
- CM3D2 Chu-B Lip VR β
- CM3D2 Edit Trial
- COM3D2
- COM3D2 Chu-B Lip
- COM3D2.5
- COM3D2.5 Chu-B Lip
- COM3D2 EN (R18)
- COM3D2.5 EN (R18)
- COM3D2 INM
- KISSCharacter EditSystem/CR EditSystem
- CustomStudio α
The following software exists in the data set, but are currently invalid:
- CM3D
- CM3D Ju-C AIR
- CM3D Chu-B Lip
- Check the latest release
- Download
kiss.jsonorkiss.min.json.
The data is presented in JSON format. If you are trying to preserve bandwidth or storage, use the .min version. Same data, no whitespace.
A sample of what it looks like:
{
"version": "2026-03-03",
"games": [
{
"game": "cm3d2",
"files": [
{
"filepath": "CM3D2.exe",
"updates": [
{
"size": 6044160,
"hash": "70FC4DED",
"version": 100,
"source": "cm3d2"
},
{
"size": 6248448,
"hash": "E5768F9F",
"version": 101,
"source": "cm3d2_up101_x64"
},
{
"size": 6257152,
"hash": "9C5FAD73",
"version": 1003,
"source": "cm3d2_up104_x64"
},
...
]
},
...
]
},
...
]
}Included is a basic .NET 8.0 project which is used to generate the .json files. If you have to ask how to use this, it's not for you.
When a new update is released or if you have files this repo is missing, you may submit a pull request to add them, or send them to me on Discord at yellowberryhn. I am also looking for DLC update metadata files, so those are welcome as well.
The easiest way for you to contribute is to run the 7z x -o"lists" -r *.zip *.lst
command from inside the folder you have your downloaded update and DLC .zip files,
and then zip up the created lists folder and send that to me.
Please ensure that the directory name is the same as the .zip file it came from, your PR may be rejected otherwise. Some directory names might be wrong, as I've sourced this data from many places, so some names are educated guesses.
MeidoDataParser is available under the Unlicense.
The .json files in the releases are available under the CC0 PDD