Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Just discovered this game, looks amazing! The model, the textures, the shading - really love the aesthetics!

May I ask a couple of technical questions? Have you created the 3D model from scratch or modified a Vroid model? Also, are the textures hand-painted? And is the shader completely custom? I really love the soft outlines! 

I'd really like to try achieving something similar in Godot 4 (I wish I had enough time to work on a hobby project 😞)

Thank you! The 3D models and textures are a kitbash of various assetstore assets and custom models. For shaders I mostly use Toony Color Pro for unity. I will be happy to answer any more technical questions (alltho I don't have any experience with godot) and good luck with your project 

Some other technical questions:

-> How is the belly shape created / expands outwards? Like is it a separate mesh superimposed on the base mesh?

-> How are the liquid effects generated? Is it just a particle generator, or you use metaballs to accomplish the effect?

-> How is collision detected with the gropers? I'd imagine the physics body wouldn't be a capsule or rectangle, but would likely have to be almost skin tight. 

- The belly is created by sculpting in  blender as a shapekey/blendshape. 

- All liquid effects are particles. I am planning to do more liquids at a later stage, like a lot of slime. Would love to use some advanced techniques like meta balls or fluid simulation, but I do worry about their compability and performance for webgl

- The collision for the groper consist of multiple primitives capsules. For the body as well as the belly. Additional colliders are activated when growing the belly

Well, what about a faked fluid simulation for WebGl and the real deal for Desktop. In that, you could generate a fluid simulation and then save it as a permanent animation. That way it looks realistic, but its actually a predefined mesh and animation simulation. 

Possible for sure, but it will take quite some work 

So I was thinking some more on this, and recalled one abandoned porn game did this (faked liquid simulation). It looked like a liquid and flowed like a liquid, but it was a static animation and would play every time the same way. That was the old FapLife game by Likkezg. They ran into development issues and eventually gave up on it as far as I can tell. I think they have it on their main site, but otherwise a place like F95Zone would have it. 

Sounds cool, I will look up that game. I guess it must have been  vertex / alembic animation 

Thanks for the answer!

I've got another technical question: why do you rotate the girl and the tentacles instead of simply orbiting the camera around her?

My initial thought was to rotate the girl to get an easy way to apply the jiggle physics when moving/rotating the girl. I am gonna revisit the camera at some point, so it might change in the future 

Probably because the tentacles aren't attached to anything. If they were, then you'd need to figure out maximum twist angles and deforming the tentacles and how that might affect penetration. Is my guess.

Godot 4 is my preference too. Its pretty powerful, has a good interface, and development is pretty smooth overall.