Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.62 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.62 KB

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 2022 Community edition
  2. Install .net desktop development workload for C#
  3. Install .net 4.6 pack
  4. Open the KKBP_Exporter.sln
  5. Select Build Configuration at the top. Use NET35 to build for Koikatsu. Use NET46 to build for Koikatsu Sunshine image
  6. Right click on the KKBP folder in the solution explorer and choose Build image
  7. Built .dll file will be in /KKBP_Exporter/bin/NET35/ or /KKBP_Exporter/bin/NET46/
  8. Place this file in /your_game_folder/bepinex/plugins/ and run the game. You'll see a new export window in the character creator

More Koikatsu exporters