• Announcements

    • Ashal

      SITE MOVED - IN READ ONLY MODE   12/08/2015

      Please use http://www.loverslab.com moving forward. Site has been restored to a previous version, and this one placed into a read-only mode. This is available for a limited time so users may reference/copy content that has been lost in the transition. This will no longer be accessible by December 22nd, 2015.

prideslayer

Contributor
  • Content count

    9,942
  • Joined

  • Last visited

Posts posted by prideslayer


  1. the GECK doesn't know any better

    It's not something the GECK can do anything about. ENB places a (fake) directX DLL inside the directory with the EXE. Any windows EXE will always load a DLL from it's current directory first before looking in the system directories. Since the game and geck are in the same directory, they both look in the same place first for the DLLs they need, and find the DX DLL.

    It's definitely 'weird' that it doesn't work in the GECK though. That would indicate that it's missing DX functionality that the GECK needs and game doesn't -- or that the author doesn't *think* the game does.

    0

  2. You could be running into a plugin limit, file limit (loose or inside bsas), or who knows what other limits. There are many in the game and different people run into them at different times. I made a test plugin that can crash the game with just four of them loaded, and nothing in them but unscripted misc item records.

    0

  3. Pride i have a question ?? any idea why TFIK in fallout forces 1 side of the animation under ground ?? when i turn it off the animation will be placed where it should.

    That's just sort of what foot IK 'does'. It tries to bend the leg joints to keep the foot flat on the ground. I still don't think there is any NVSE check to see if it's on or off. If there was, I'd turn it off before the start of every animation and turn it back on when done.

    Also if you're using bodymorph, there's an issue with foot IK and the bodymorph skeleton right now.

    0

  4. The answer is still the same.

    If you're using the bodysuit (enabled in MCM) and there's no penis, you installed some mod that is overriding the sexout erect bodysuit mesh.

    If you're not using the bodysuit (disabled in MCM) and there's no penis, you didn't install an erect bodymesh.

    The sexout bodies haven't changed in ages except for two things:

    1. The MCM option. It works.

    2. The new erect bodysuit in the sexout beta. It also works, but you can uninstall the beta and test if you like.

    1

  5. There *is* a conflict somewhere. The proof is in the pudding so to speak -- sexout undressing works properly when only sexout and it's bodies are installed, with or without the beta. You've installed something else that's conflicting. FYI there's no separate "slot" for tops and bottoms, it's just a single item, so do you mean they take off their clothes and you only see the underwear?

    With sexout's included bodies, that is normal for males when getting naked and NOT having sex. The erect bodysuit is only used during sex. If you want them erect whenever they're naked, tell sexout to not use the bodysuit in MCM and just install the erect nude male of your choosing according to the instructions that come with the body.

    1

  6. The other thread (mine) was supposed to be locked "after a week or two" several months ago, in favor of the download you made zippy. Is that still rolling along? If so maybe we should just lock all of these non-download ones?

    0

  7. In an "emergency" you can get the plugin name that registered the animation similar to how you get the anim count.. in fact you can get both this way, rather than checking inventory. Open console and click on an actor. Instead of typing 'inv', type both of these:

    NX_GetEVSt "Sexout:started::plugin"NX_GetEVFl "Sexout:started::anima"
    The first should print the plugin name, the second the anim #.
    0

  8. Animation 203 is not working in my game. The actors come together, and neither animates. I am using 93b6 and the new Amra esp, but I do not think is one of his animations.

    I'll check if it's one of sexouts.

    In beta7 or beta8 there will be a hotkey or something that will print the animation # and the plugin it came from to make debugging this stuff easier.

    1

  9. No, you still need positioning.

    The 'adj' array is there to allow plugins like the one Odessa created for Amra to specify their own alignment adjustments, if any are needed. There was no way to specify that in the previous betas, so no way for sexout to apply any 'default' adjustments. Sexout itself is also switching to it internally, rather than the existing huge if/elseif block that makes the adjustments based on anim #.

    1