Hi! This is what I had in mind when I mentioned updating mods, in this case is the complete Succubus series with different body sizes as well as the futa variant bundled together, it also got a small upgrade in textures and some fixes.
How much of an upgrade is hard to say, since every major update I've made to my model makes some previous textures incompatible.
But as anticipated, it allows more freedom when making toggles and mods take less space too.
If you don't want the futa version to be toggeable you can edit the ini. Use the search function and look for this:
[KeyCycle]
condition = $active == 1 && $lock == 0
key = VK_RIGHT
back = VK_LEFT
type = cycle
$cycle = 0,1,2,3
And just delete the last , and 3. So it ends up like this:
[KeyCycle]
condition = $active == 1 && $lock == 0
key = VK_RIGHT
back = VK_LEFT
type = cycle
$cycle = 0,1,2
Enjoy! I'll continue updating existing merged mods and posting them straight to the Public Archive, while continuing to work on these ones on the side. Hopefully at some point I can phase out the old merged style mods.

________________________
________________________
This mod, as well as the most recent ones, might not work properly on the old loaders, you'll need XXMI or you might have vertex loading issues.
This work is licensed under CC BY-NC-ND 4.0. Commercial usage is not allowed. Derivative works are not allowed. Public redistribution outside MY Discord server or GameBanana is not allowed. Please avoid getting banned.
Quick disclaimer: Some setups might have trouble clicking or using the UI menu at all, in that case you'll need to use your keyboard. As it cannot be fixed atm.
While the design, resources and overlay were made by me, this UI menu is based of the code made by Zlevir, and you might have already seen its functionality before. You can find more of his stuff here:
https://gamebanana.com/members/2694449
https://patreon.com/zlevir
Thank you for your support.