• Hi Guest!

    We are extremely excited to announce the release of our first Beta for VaM2, the next generation of Virt-A-Mate which is currently in development.
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.

Recent content by Dombl

  1. Dombl

    Plugins + Scripts DeeperPlugin

    I've been having some trouble with DiviningForeskin, and after digging around a bit I found that this plugin is probably unintentionally rotating the trigger colliders, somehow, when trigger adaptation is enabled. I don't really see any reason why it SHOULD, since all I find under the adaptation...
  2. Dombl

    Clothing Meridiana Dress + Thong

    Ah, right, that's probably not too obvious. These are for the "customization" submenu of the particular clothing item. Since it checks the clothing ID (one from these would be "id" : "Shortstack Enjoyer:Meridiana_Dress_v3WrapControl" for the surface offsets and thickness adjustment, for example)...
  3. Dombl

    Plugins + Scripts DeeperPlugin

    The collider resizing seems to have trouble at some point when you resize the base actor, overshooting the collider lengths when scaled up, and undershooting when scaled down. The collider radius appears to work just fine, so I'm not sure why this one is misbehaving.
  4. Dombl

    Clothing Meridiana Dress + Thong

    There's something funky going on with the sim texture, making a few colliders get stuck with a value above 252, even though there doesn't appear to be any in the image. I've done some editing, and the pattern seems to be that large differences in a small area confuse the system somehow, boosting...
  5. Dombl

    Plugins + Scripts SexyFluids

    Since you have been adding some trigger functions to the main plugin, a feature I'd hope to see if you plan on doing the same here: A trigger that outputs the current emission rate, so you could do things like running things like the spongiosum and urethra morphs, or keeping track of amounts for...
  6. Dombl

    Toolkits + Templates Hair surface subscene

    The plane collider used by things like the Slate is problematic since it doesn't seem to have any limits at all, making it infinitely wide, while also having no checks for if something has passed to the other side, making it very prone to fast moving colliders passing right on through it, which...
  7. Dombl

    Environments Albion Gym

    I noticed a problem with the sounds when using the scene, and remembering that I'd had a similar issue in the past with some specific CUAs I dug into the structure of the room with Acidbubble's GameObject explorer. I found there was an AudioListener object in the CUA overriding the one in the...
  8. Dombl

    Looks Angel Agapo

    Yeah, seeing the same thing. The link in the hub page leads to another resource than the one indicated, that has an older version of the pack (v5) and a reference to the newest version of the pack (v47), while I ended up with a third version of the pack (v8). Looking at the meta.json file I...
  9. Dombl

    Plugins + Scripts BodyLanguage

    Looks like the morphs are tagged as morph morphs, rather than pose morphs, which is how Naturalis decides which morphs to ignore.
  10. Dombl

    Plugins + Scripts BodyLanguage

    This little feller, though we probably want to look at a more common implementiation like this, since you have functions like that already built into unity, which should save you a bunch of fumbling about with math I barely remember. You could probably get a similar results by just if/else-ing...
  11. Dombl

    Plugins + Scripts BodyLanguage

    Oh, that should work too, I didn't think of how the combination worked together. If you are still interested I'd think an S curve + your current curve would make for a very good effect with a distinct tip lump and a bit of filler, and you could just use a mult to set the proportions. Oh, I was...
  12. Dombl

    Plugins + Scripts BodyLanguage

    Probably related to the above discussion, but it seems like when you use significant size differences the bulge outpaces the dimensions. You get a lot of bulge for the tip, but none at all for the shaft, which does produce a nice moving bulge effect, but it's a bit counter to what you'd expect...
  13. Dombl

    Plugins + Scripts HeelAdjust2

    I've been trying to figure that one out for quite a while now, but my lack of coding skills isn't really helping me figure out where you can get at it all. There's a namespace full of stuff under GPUTools that I think contain it all. Now that I think about it, it's probably just easier to attach...
  14. Dombl

    Plugins + Scripts HeelAdjust2

    This adds a lot of the things I really missed in the original plugin, since I often found that the heel collider was just a little bit out of place or angled wierd, and the extra toe collider was often a bit too small so it ended up more like those horrible gifs of some poor catwalk model...
  15. Dombl

    Plugins + Scripts HeelAdjust2

    If the physics driven rotation target doesn't work well enough because the freecontroller fights it, wouldn't it work to edit the freecontroller rigidbody -> body rigidbody connection? From my playing around with configurableJoints you should be able to change some parts of this, but I'm less...
Back
Top Bottom