• Hi Guest!

    We are extremely excited to announce the release of our first Beta1.1 and the first release of our Public AddonKit!
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. For access to the Public AddonKit you must be a Creator tier member. 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.
  • Hi Guest!

    VaM2 Resource Categories have now been added to the Hub! For information on posting VaM2 resources and details about VaM2 related changes to our Community Forums, please see our official announcement here.

Search results for query: *

  • Users: Dombl
  • Order by date
  1. Dombl

    Plugins + Scripts DeeperPlugin

    I don't think we are thinking of the same feature here, since this applies immediately to any pose where the belly contacts a surface. Attached a demo video, where turning on the custom belly button colliders starts jittering immediately. I think I mainly noticed it because of messing with the...
  2. 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...
  3. 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)...
  4. 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.
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. Dombl

    For a couple of weeks I get "NullReferenceException: Object reference not set to an instance of an object" on any scene and right on VAM start

    Looking at your log file the most obvious errors are related to Bepinex plugins, so I'd start by checking you have properly updated versions of Bepinex and the plugin, and if it persist you should probably check with Vamplugins if there's some initialization bug that's snuck through.
  10. Dombl

    Certain built-in morphs seem inaccessible from trigger dropdowns

    Yep, my first bouts of confusion was because I thought I was experiencing some sort of desyncing between the favorited morphs in the morph menu and ones that would show up in Timeline's target menu. I can reproduce it with third party morphs as well, but I haven't run into the issue on any...
  11. Dombl

    Certain built-in morphs seem inaccessible from trigger dropdowns

    For a while now I've been having trouble using few of the built-in morphs, "Flaccid / Erect" and "Flaccid / Erect Adjust". While they are fully functional in the morph menu, I could not get at them from triggers or Timeline's float param targets. After looking through the morph list for a bit I...
  12. Dombl

    VAM downloads VAR files from hub which are actually HTML error pages without user knowing

    I've been seeing these error messages for a while as well, and looking through some of the results the Powershell search is currently getting, it's looking like the ingame file manager is the problem, possibly because of some completely random connection issues or the hub being down. I was...
  13. 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...
  14. 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.
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. 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...
  20. 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