Onlyreon
FuroticVR from patreon
FuroticVR patreon

June Update

🕑 Added 2023-06-02 14:57:40 +0000 UTC

Comments

Furotic

Currently, selecting the spawn point / animation and the characters you want in that animation is all you can do besides what you mentioned. You can touch them as well, but there are no arousal mechanics in the game yet. The next build coming this month, will have a proper penetration system. Soon after that I'll likely begin implementing arousal mechanics, new sound effects, and other interactions.

plainpal

Hey I like the game so far but I don't know how to do anything besides change size walk and teleport I've tried everything else and I was wondering if that it or there's more

Furotic

I don't want to promise features that are a long ways off, but yes, it is an ongoing consideration as I design the systems in the game. For example, the game automatically creates dynamic bone colliders which match the VR hand colliders, and it automatically adds all those colliders to any dynamic bone scripts on the loaded avatars, which both saves me time when adding a new avatar or changing the VR rig which would break all those connections, but also will allow that stuff to just work for an imported avatar using those scripts. Unfortunately exporting and loading scenes or avatars that were not built with the project originally isn't something Unity supports natively, so yes, I'll have to do something akin to what VRChat does. As for whether it will be easier or harder, well you won't have to set up animators and menus and such. It would probably involve adding a script to the main avatar, dragging and dropping the penis onto a slot if its not auto-detected, and positioning transforms to designate the locations of the vagina and anus. And of course you'll have to set up your dynamic bones scripts just as in VRChat. Though I may eventually end up coding my own solution for dynamic bones which uses Unity's physics system, aka rigidbodies and configurable joints, because dynamic bones doesn't really do anything those can't do, and making dynamic bones collide with the world, to for example keep tails and things on the bed instead of clipping through it, would require a bit of a kludge. I'd have to just specify an infinite plane for the bed surface. Which could work, but it would have to be selectively enabled and disabled depending on where the avatars are, and once the player themselves has a body and you can get on or off the bed at will, that would break all that. It would just be so much simpler and more robust to just use the built in collision code. And as with VRChat I'd likely have to have some kind of automated replacement system for those scripts so you don't have to redo all your dynamic bones stuff.

PoggerFoxy

oh wow, we'll be able to add our own models in the future? that sounds like quite the complicated task to achieve, especially if you want it to be as easy as possible for the user, but that's very exciting! ^^ I wonder though, how easily do you want that to be for the user? a similar way to adding avatars to VRChat, or even easier than that?

Dinosorceror

You had me at "I want to eventually allow users to import their own models"

Furotic

I considered it, and ran some tests with it in game, but I decided not to use it for several reasons. 1. Too complex of a setup. It requires a bunch of special blend shapes, a bone in the hole to be penetrated, a special shader for the penetrator, and the penetrator has to be a separate model from the sheath and balls. Even if I wanted to do all this setup myself, I want to eventually allow users to import their own models, and that's just too much to ask of an end user. 2. The special shader on the penetrator wouldn't match the appearance of the rest of the model. For example the shader I'm using right now occludes reflection probes in dark regions so as to reduce the "glossy" effect that Unity lighting often has. And if I were to instead use poiyomi, or a custom shader so I can get subsurface scattering, that too would not show up on the dicks if they're using a custom shader. 3. Because the shader on the penetrator is used to deform the penetrator rather than the bones themselves, those changes would not be picked up by Unity's physics system. This would mean a tiny player standing on or clinging to a dick would not move with it properly when it moves. Obviously it's going to be hard to stand on a moving dick anyway, but I would like to implement a grip mechanic later so you can be parented to the nearest bone and move with it. 4. Choppy animation. If you watch some of the videos of the KoboldKare system in action, as the dick enters the hole each change in the dick's radius causes the model being penetrated to snap to a larger or smaller size. This is jarring. 5. Mushy animation. In contrast, to the above, the compression along the length of the dick as it enters the hole is interpolated so it slowly compresses and expands, which doesn't look physically accurate. I'm not sure of the exact term to use here, but it doesn't seem "solid" enough, like when I animate a character and their hands and legs float around a bit instead of being pinned to the ground. (Which by the way is something I'm working on fixing with Final IK.) 6. The body bulge animations are too high definition, where you can see every ridge and bulge on the dick transferred to the body. But I imagine flesh would tend to hide the shape of the dick quite a but except in the most extreme scenarios where a character is literally stretched over it like a condom. With a more comedic game like KoboldKare this look may work, but I'm trying to maintain immersion and it just looked silly to me. This doesn't mean I won't have bulges, but those will have to be implemented some other way. 7. I believe the body bulge animations also require a special shader on the avatar which, as with the dicks, would mean it wouldn't work with physics, and I'd be stuck with that shader's look. I didn't expect the list to be that long, and this turned out to be a whole mini update in and of itself, but there ya go. :)

PoggerFoxy

and here I thought you'd use the Dynamic Penetration System to make your life easier (which is also used in another Unity game called KoboldKare and works wonders). Nope, had to do all the thinking yourself, honestly I respect that

Dinosorceror

The amount of detail and analysis you put into these "minor" problems are just amazing, and worth the price of admission alone. :) It's also very awesome that you detail all these thought processes.


More Creators