Export KK / KKS characters to Blender
Find a file
2026-02-27 10:27:50 +08:00
deps add build configuration for NET35 (NET35 is for Koikatsu, NET46 is for Sunshine) 2024-11-02 12:23:26 -04:00
KKBP_Exporter Fixed several issues caused by headmod 2026-02-27 10:27:50 +08:00
.gitattributes KKBP_Exporter V4.30 decompiled. Original plugin by @MediaMoots 2024-08-17 17:59:51 -06:00
.gitignore add build configuration for NET35 (NET35 is for Koikatsu, NET46 is for Sunshine) 2024-11-02 12:23:26 -04:00
create_release.bat add create release batch file 2025-12-05 02:04:17 +00:00
KKBP_Exporter.sln add build configuration for NET35 (NET35 is for Koikatsu, NET46 is for Sunshine) 2024-11-02 12:23:26 -04:00
nuget.config KKBP_Exporter V4.30 decompiled. Original plugin by @MediaMoots 2024-08-17 17:59:51 -06:00
README.md Update README.md 2026-01-18 15:13:01 +00:00

KKBP Exporter

KKBP_Exporter V4.30 decompiled. Original plugin by MediaMoots.

This plugin allows you to export a Koikatsu card as a .pmx model. The exported data can be imported to Blender with the KKBP Importer. You can also import the pmx file to Blender with MMD tools and use the png and json files the exporter generates to manually set the character up yourself.

Building the KKBP exporter

  1. Download Visual Studio 2026 Community edition
    1. During the installation, check the ".NET desktop development" box in the Workloads tab.
    2. If you can't find it, just continue with the installation. When you open the sln file in the next step it will tell you stuff is missing and ask if you want to install it.
  2. Open the KKBP_Exporter.sln
    1. If you couldn't install the .NET development tools in the previous step, there should be a yellow box on the right sidebar asking if you want to install it. Click "Install". When it's done installing you need to right click on the KKBP_Exporter project on the right sidebar and reload it.
  3. Select Build Configuration at the top. Use NET35 to build for Koikatsu. Use NET46 to build for Koikatsu Sunshine
    image
  4. Right click on the KKBP folder in the solution explorer and choose Build image
  5. When it's done building, the KKBP_Exporter.dll file will be in /KKBP_Exporter/bin/NET35/ or /KKBP_Exporter/bin/NET46/
  6. Place this file in /your_game_folder/bepinex/plugins/ and run the game.
  7. Load the character maker and enable KKBP in the sidebar.

More Koikatsu exporters