>>77536143After a couple years of watching Aki I personally think this half-siren beats even Choco in sultryness, though they're pretty close
>>77506621>>77505366In my opinion, your mistake was using KKS instead of base KK. I don't have Sunshine installed currently, but I suspect I know the issue:
Though the name is similar, they're different games. Some mods on Base will work with Sunshine, but some will refuse to be loaded on it. You can see this by enabling the Console and launching the game in "InitSetting.exe" -- the logs should state that it's skipping the mod due to being for KK.
One trick that works with some mods is changing the "manifest.xml" file to force the mod to load on Sunshine. To do this:
- Rename the .zipmod to a .zip
- Unzip the mod (this will turn it into a folder)
- Find "manifest.xml," open it in notepad
- Find the "<game>Koikatsu</game>" in the code, delete it (ignore if not included)
- Add "<game>Koikatsu Sunshine</game>" to the manifest.
- Save and exit, then rezip the folder and rename to .zip
https://github.com/IllusionMods/BepisPlugins/wiki/1-Introduction-to-zipmod-format#manifestHere's a link you can read if you wanna learn more about the manifest