{"id":21972011,"url":"https://github.com/yellowberryhn/kiss_data","last_synced_at":"2026-03-17T01:05:52.210Z","repository":{"id":81084690,"uuid":"401241955","full_name":"yellowberryHN/KISS_Data","owner":"yellowberryHN","description":"A collection of data harvested from the updates of KISS software titles. (CM3D2/COM3D2/CRES)","archived":false,"fork":false,"pushed_at":"2021-08-30T22:03:13.000Z","size":3643,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T02:42:06.723Z","etag":null,"topics":["cm3d2","com3d2","cr-edit"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yellowberryHN.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-30T06:40:05.000Z","updated_at":"2021-09-04T17:26:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"1279ebdf-7e26-43de-9415-346c74d1856b","html_url":"https://github.com/yellowberryHN/KISS_Data","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yellowberryHN%2FKISS_Data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yellowberryHN%2FKISS_Data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yellowberryHN%2FKISS_Data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yellowberryHN%2FKISS_Data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yellowberryHN","download_url":"https://codeload.github.com/yellowberryHN/KISS_Data/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245031517,"owners_count":20549925,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cm3d2","com3d2","cr-edit"],"created_at":"2024-11-29T15:00:44.308Z","updated_at":"2026-03-17T01:05:52.195Z","avatar_url":"https://github.com/yellowberryHN.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# KISS Data\n\nA collection of metadata harvested from the updates and DLC of [KISS](http://kisskiss.tv) software titles.\n\nThe current data set includes the following software:\n- CM3D2\n  - CM3D2 Chu-B Lip\n  - CM3D2 VR β\n  - CM3D2 Chu-B Lip VR β\n  - CM3D2 Edit Trial\n- COM3D2\n  - COM3D2 Chu-B Lip\n  - COM3D2.5\n  - COM3D2.5 Chu-B Lip\n  - COM3D2 EN (R18)\n  - COM3D2.5 EN (R18)\n  - COM3D2 INM\n- KISSCharacter EditSystem/CR EditSystem\n- CustomStudio α\n\nThe following software exists in the data set, but are currently invalid:\n- CM3D\n  - CM3D Ju-C AIR\n  - CM3D Chu-B Lip\n\n# NOTICE: This repo does not contain any game or DLC assets! This is not the place for such things.\n\n## Download\n\n 1. Check the [latest release](https://github.com/YellowberryHN/KISS_Data/releases/latest)\n 2. Download `kiss.json` or `kiss.min.json`.\n\n## Usage\n\nThe data is presented in JSON format.\nIf you are trying to preserve bandwidth or storage, use the .min version.\nSame data, no whitespace.\n\nA sample of what it looks like:\n```json\n{\n  \"version\": \"2026-03-03\",\n  \"games\": [\n    {\n      \"game\": \"cm3d2\",\n      \"files\": [\n        {\n          \"filepath\": \"CM3D2.exe\",\n          \"updates\": [\n            {\n              \"size\": 6044160,\n              \"hash\": \"70FC4DED\",\n              \"version\": 100,\n              \"source\": \"cm3d2\"\n            },\n            {\n              \"size\": 6248448,\n              \"hash\": \"E5768F9F\",\n              \"version\": 101,\n              \"source\": \"cm3d2_up101_x64\"\n            },\n            {\n              \"size\": 6257152,\n              \"hash\": \"9C5FAD73\",\n              \"version\": 1003,\n              \"source\": \"cm3d2_up104_x64\"\n            },\n            ...\n          ]\n        },\n        ...\n      ]\n    },\n    ...\n  ]\n}\n```\n\n## MeidoDataParser\n\nIncluded is a basic .NET 8.0 project which is used to generate the .json files.\n**If you have to ask how to use this, it's not for you.**\n\n## Contributing\n\n### ***I'm still missing a lot of content. Please contribute what you can.***\n\nWhen a new update is released or if you have files this repo is missing,\nyou may submit a pull request to add them, or send them to me on Discord at\n**yellowberryhn**. I am also looking for DLC update metadata files,\nso those are welcome as well.\n\nThe easiest way for you to contribute is to run the `7z x -o\"lists\" -r *.zip *.lst`\ncommand from inside the folder you have your downloaded update and DLC .zip files,\nand then zip up the created `lists` folder and send that to me.\n\n### [List of the files that are confirmed missing](MISSING.md)\n\n**Please ensure that the directory name is the same as the .zip file it came from,\nyour PR may be rejected otherwise. Some directory names might be wrong, as I've sourced\nthis data from many places, so some names are educated guesses.**\n\n## License\n\nMeidoDataParser is available under the [Unlicense](https://choosealicense.com/licenses/unlicense/).\n\nThe .json files in the releases are available under the [CC0 PDD](http://creativecommons.org/publicdomain/zero/1.0/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyellowberryhn%2Fkiss_data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyellowberryhn%2Fkiss_data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyellowberryhn%2Fkiss_data/lists"}