Home Artists Posts Import Register

Content

Hello,

The work on ksPlug is harder than I thought, I admit that I had a few days of laziness because of the extreme heat but I also encountered several obstacles to overcome to do what I want with this game.

It's the end of the month so I'm publishing this but I'm still working on other features, it should be ready for the week end. I also have a position in WIP for kPlug, it's a nasty blowjob I forgot to port from Sunshine... It will be ready in few days.

If you're really impatient to have a new ksPlug update, take this

ksPlug temporary update

This update adds the girl think function for the main girl in H, I choose a very different approach than in kPlug, it still need some works but at the very end it should give really better results. You can also configure details you can't with kPlug.

This update also test the breast push-up and belly inflation options, however it's only available for Free H in this version...

As you see in the screenshot, ksPlug now has its own Settings menu, like in kPlug press the Delete key to open it. Right now, I'm not filtering the opening context, you can open it anywhere and almost anytime, it will be more restricted in future versions... I will migrate options that are in the BepInEx seetings menu in this one, it gives me a lot more control on the menu aspect and options display order, I only see advantages in this solution.

* Breast push-up and belly inflation options need to be turned ON before the Free H scene starts, you can find these options in the overall tab of the settings menu.

I won't bother you with the various issues I encountered while working on ksPlug except one that I wasted many hours on to finally found that if the mod KKS_Pushup.dll is in your BepInEx folder, and even if it's not enabled in the BepInEx settings, the breast push option of ksPlug will not work consistently.

It prevents the option to find the correct clothes state of a girl and when it applies or releases the boobs compression effect. Because I had carefully turned OFF the PushUp mod in the bepinex settings, it took me ages to figure that just the existence of the dll was the issue... I had other headache with problems to solve but so far it's the only mods compatibility issue I encountered.

Comments

froggx3

.dll hooks aren't always handled super good by bepin. files in BepinEx folder ending with ".dll" will load in memory at game startup and stays loaded until game closes. disabling mods with in-game settings makes it not run the code but it stays loaded in memory. normally thats ok. but when another mod wants to access same memory space as disabled mod, then shit gets weird cause of computers or something. easy fix I use is to add ".off" to mod filename in BepinEx folder, like "KKS_Pushup.dll.off" then leave the renamed file in BepinEx folder. this stops bepin from loading it into memory. if I want it back on, then delete ".off" from the name. makes it easy to not lose that file or forget the name. also thanks for updates.

Rather Questionable

Where do i start with the Ks-plug install, can i just install this and be good? or do i need the previous versions first?