FlailingFog / KK-Blender-Porter-Pack

Plugin pack for exporting Koikatsu characters to Blender.
Other
365 stars 31 forks source link

I cant get it to work #584

Closed Tobias0404 closed 2 months ago

Tobias0404 commented 2 months ago

I am trying to get it to work. Any charcter I import into blender is completely white. Also while exporting from sunshine my character suddenly changes pose and is also exported in that pose.

I am using 6.2.1 for blender 3.3(.21) and I am running the sunshine repack. I used this tutorial till 3:34 https://www.youtube.com/watch?v=JSdggnGtcmU&t=207s

The result I get: blender

FlailingFog commented 2 months ago

Hey, can you try please try the things detailed in these issues? There's some extra stuff you have to do if you're using KKS and the repack version https://github.com/FlailingFog/KK-Blender-Porter-Pack/issues/523 https://github.com/FlailingFog/KK-Blender-Porter-Pack/issues/535

Tobias0404 commented 2 months ago

I fixed the pose thing. By doing the stuff in #523

But still cant get any colour to appear. I tried "The V4.21 exporter works correctly on KKS, but you will have to use KKBP V6.5.0, KKBP exporter V4.21, and Blender 3.5" from #535 , by installing the correct blender and the correct versions of each of the other things. But it still doesnt work.

While importing i am now also getting "KeyError: 'bpy_prop_collection[key]: key "Outfit 00" not found'" in the console.

I have been trying for most of the day. Dont think I am going to have time tomorrow, but I can continue on monday.

Tobias0404 commented 2 months ago

Did some more expirementing today.

It appears it was because I was exporting it with a single outfit and this outfit was not the first outfit (outfit 00). Not exporting a single outfit also fixed the body colouring. With single outfit export there was no cf_m_body_AM.png file only a cf_m_body_AM_01.png, which is not the case if all outfits are exported.

Maybe there is a setting I was supposed to change in the importer, sorry for the trouble if that was the case. I just haven't looked into the settings yet.

It also appears some outfits export a blank cf_m_body_AM_XX.png which might have been the cause of no colour. Is this supposed to happen? Regardless, exporting all outfits fixed it.

Sadly though a new issue has appeard. The lower boobs area of the chest is not exported (or imported), clothes are but there is just no skin. k

Tobias0404 commented 2 months ago

I did some more expirementing. The last new issue i now avoid by ecporting only 1 outfit again. To avoid the isseu where no colour appears, I rename some of the export files by either removing the _01 or changing it to _00 and then it works.

Now I have no more unavoidable issues anymore. But i do hope the hole through the body and the seemingly wrong naming of files while exporting get fixed.

MoriMorinya commented 2 months ago

the hole through the body is suppose to be a texture that makes parts invisible to avoid clipping and isnt an issue with the exporter #378

Tobias0404 commented 2 months ago

Oh, ok, thx.

Do you know what was up with the other thing? Where no colour appearing on the model (and the outfit 00 not found error) when only exporting a single outfit, which I solved by renaming some files in the exported folder. Is that supposed to happen? Or am I supposed to change a setting somewhere?

MoriMorinya commented 2 months ago

I have no idea what is going on with Sunshine both in general and with this exporter, but its no setting or anything, just the sunshine exporter being consistently broken

Tobias0404 commented 2 months ago

Ok. I will point out the files I renamed for any person running into the same issue.

Outfit ## -> Outfit 00 (folder) cf_m_bodyAM##.png -> cf_m_body_AM.png cf_m_bodyMT##.png -> cf_m_body_MT_00.png

(##) depends on which outfit is exported.

Tobias0404 commented 2 months ago

Close