Hey guys, not sure if this wasn't adressed before:
Is there any mod to increase the amount of H scenes for lesbians, both player-girl and girl-girl?
There seems to be A LOT of h animations for guy/futa that would easily work (licking, kissing, cunnilingus, anilingus etc.) in lesbian pairings. Heck, if you do them with a futa the penis dissapears so it looks like a normal lesbian scene. And yet they seem to be unavailable for lesbians...
Nah there are just what we have currently with the official updates. It seems that no one has put that together 100% yet. People that understand the coding portion of it all like Hooh and Enamorah have limited availability and low animation skills. People with the animation skills are confused with the encoding/packing processes needed to make it work for this game. That has been an issue for months. Also, I've never given it a true effort myself, but I've had it explained to me. If I were to animate the loops and then present it to them they might apply it as a patch and then explain how they did it, but I've just been hammered for time with work lately.
Also this is a massive undertaking. You would need to replace each position one by one. Each position is literally 12+ miniature animation loops that are like 1-3 seconds long with one longer climax and one idle scene that is like 8-10 seconds then like 10-15 second loops. Each animation loop is also 6 parts (not counting sounds) being the male body, male head, male genitals (with uncensor/better penetration) female body, female head, female genitals (US/BP). Making each position a collection of about 84+ individual animations that need to sync just right. Every thrust is an animation loop, and to make it non mechanical, you need multiple variants of each one to be randomly chosen. Then each speed increase and the nearing climax anims are separate. So it's a crazy amount of work and trial in error.
UPDATE: Another problem is that the number of available animation slots seems hardcoded and the amount of menu positions. Chances are as I addressed previously, if you wanted more lesbian or futa positions, you would need to essentially make a lesbian version or futa version of the game and replace the positions for straight sex positions thus nullifying them. You could set aside the files and overwrite them back and forth, reload the game, then they would work, but that is a pain. You'd also lose the files if you updated with the alternate position packs in place etc...
NOTE: It could be coded as a sideloader option with a late update loop, thus overwriting everything else, but then that is another story altogether with how you write the code in C# for the engine to read it differently. In this case the original code is there, just ignored. Also, this would be a pain in that whenever a new position update is released the mod would need to be updated and redone all over. That was my #1 turn off of the idea. Having to redo the work again and again.