kkdevs / Patchwork

mod
13 stars 1 forks source link

Female uncensors make character disappear #32

Closed party-horse closed 5 years ago

party-horse commented 5 years ago

Hi. I can't get popular uncensors to work: Tried to place "oo_base.unity3d" from Kitty v0.5.zip into \patchwork\mod\abdata\chara\ Tried to place "mm_base.unity3d" and "oo_base.unity3d" from moderchan's funcensor01 into \patchwork\mod\abdata\chara\ in both cases female character is not visible in maker and during test run in Free-H.

The only uncensor that works, is the one from KoikPlugins mod, I just unpacked in into game's \abdata\chara\ dir

Game is patched with IPA (in order to run KoikPlugins mod) and using BepInEx framework, its plugins and Sideloader Modpack mods at the same time, which is only possible to achieve using your launcher.

Any idea why other uncensors do not work except the one from KoikPlugins mod? Is it possible for you to fix this compatibility issue(I believe) via Patchwork launcher?

Thanks

ezdiy commented 5 years ago

You're attempting to use unsafe (ie partial bundle) as a standard mod. Unsafe needs to be marked with + prefix, ie +oo_base.unity3d. Unzip script does this for you if you place the uncensor zip into Koikatu/mods.

party-horse commented 5 years ago

Thanks! Actually ticking this checkbox "Load unsafe mods" helped to fix this. unsafe I tried to put .zip into Koikatu/mods before and files were with + prefixes, but females were still invisible.