Jump to content

SexLab SE - Sex Animation Framework v1.66b - 01/18/2024


Recommended Posts

Posted
58 minutes ago, akspyder said:

I seem to have the blank toggle animations screen too.  When I go to the rebuild & Clean page I see there are 797 animations loaded for character 

 

ScreenShot4.png.6cfb3733defe23b38fe06cb1a3ff1918.png

 

But when I go the toggle animations screen I see 

ScreenShot5.png.d4cf3dc58e12539e23b6d4c0e865011f.png

 

Creature animations seem to work just fine though.

 

I seem to have found my issue and that is with.  As soon as I removed that mod, SL started working like a charm.

Posted

Ive installed the mod and everything works fine, but the npc's and player dont open their mouths while having sex, it doesnt sync with the audio. also the bodies dont fit the animations, for example my character was doing it with ralof but her chest didnt fit his hand and his hand was just floating. Im not sure if this is due to the Racemenu mod or something else.

Posted
8 hours ago, Layerer said:
Spoiler

image.png.3e94c336fd113de9b377feb6b7a85ce4.png

amazing. there are no npc's in the game apparently

and errors in skeeimage.png.f56b7e9a3c3e92935d8ed4683d3b189d.png
 

wtf

 

I wonder if the problem is in any way related to you using a pirated game?

Posted

Hey dumb question, how do you set your character to be a top, I have the gender set to male, which my character is, but he keeps bottoming to everyone

Posted
20 hours ago, Layerer said:



image.png.3e94c336fd113de9b377feb6b7a85ce4.png

amazing. there are no npc's in the game apparently

and errors in skeeimage.png.f56b7e9a3c3e92935d8ed4683d3b189d.png

wtf

It seems you're using a cracked game instead of the legal (Steam) version. I'm not sure how you can expect anything to work right with it. Why not just buy the game?

 

wtf, indeed. :classic_angry:

Posted
On 11/26/2020 at 2:10 PM, WaxenFigure said:

Please don't use or promote the use of cloak spells.

It's a matter of using the right tool for the job. Not that I have any recollection at all about what I was talking about at the time I wrote... whatever it was.

 

Using a cloak to run expensive Papyrus on every NPC within 5000 units of the player is likely a Bad Idea, oh yes. It's an effective way of sucking up every thread available. Add that to the usual nuances of Papyrus that most people tend to forget, like how property accesses are function calls that require getting on a lock on the host script, and it's definitely possible to destroy Skyrim faster than Alduin can say "Ooh, good idea, I should try that". But poor (or perhaps in this case it would be more appropriate to call them naive) developers write poor (naive) code - it's one of the drawbacks of using languages like Papyrus which look like they're high level when they actually aren't. Switching to a pulsed quest comes with trade-offs, like creating less load by only working on a fraction of the available NPCs, and not reacting to changes immediately because the engine isn't constantly evaluating conditions, but ultimately the same expensive code is still going to need to run.

 

So the answer isn't really "don't use a cloak" but "think about what you want to do and how it will impact the engine". Does it really need to handle NPCs so far away? Can the match conditions be tightened to exclude people who don't need it, or even rearranged to fail as quickly and effortlessly as possible? Does the processing really have to happen immediately or can it be delayed and/or handled in a quest's script and/or dispatched through mod events? Can any aspects of the processing be shifted around to minimize the amount of work that has to happen repeatedly? And, though I'm loathe to bring this up even when I talk with professional software developers, are there easy optimizations that can be made, such as assigning to local variables remote properties that need to be accessed multiple times?

 

And finally, for the love of God, don't use RegisterForUpdate. And think really hard before using OnUpdates with added spells at all.

Posted
56 minutes ago, tasairis said:

Switching to a pulsed quest comes with trade-offs, like creating less load by only working on a fraction of the available NPCs, and not reacting to changes immediately because the engine isn't constantly evaluating conditions, but ultimately the same expensive code is still going to need to run.

There are two situations here with some overlap. The first is to find an arbitrary number of actors in the vicinity of someone or something. The other is the need to track events on NPCs.

 

But the absolute cleanest way to do both of these is with a quest scan of some shape. This could be a scan that looks for relevant actors and then shunts them into another quest that just stores active aliases with the scripts attached. This means there is a hard cap on the number of NPCs affected at any given time and they can be tracked to safely and easily remove them when necessary - something that is very difficult or even impossible to do with cloaks and magic effects.

 

As you say: ideally one would look at the reasons for needing the event data and treating it like the limited resource it is - don't attach a scripts to an actor because you might need it, only because you absolutely cannot do without. Using quest scans and storage aliases in place of cloaks and magic effects can help modders keep on top of this and offers avenues for user-end tweaking such as configuring the max number of affected NPCs.

Posted

The problem is, animations do not play, I hear sounds, however, they just stand naked and do nothing

FNIS loads animations normally, I also activate animations through the Anim Loader mod and do everything as it should, but something is wrong

And in the console, this line: FALSE -- They appear to already be animating

Posted
On 11/30/2020 at 6:31 AM, Vyxenne said:

Похоже, вы используете взломанную игру вместо легальной (Steam) версии. Я не уверен, как можно ожидать, что что-нибудь будет работать правильно с этим. Почему бы просто не купить игру?

 

действительно, черт возьми. : classic_angry:

и у меня  пиратка и секслаб работает без сбоев.

Posted
On 27.11.2020 at 11:24, Layerer said:

ну, это было быстро,

думаю, я выяснил корень проблемы. Каждый раз, когда я регистрирую анимацию, она пропускает человеческие с сообщением:
RegisterSlots () Creature: Creatures not enabled, без регистрации.

Я не понимаю, откуда берется этот параметр, что существа отключены, есть идеи?

Такое бывает даже с отключенным sexlab.

 

установи существ,аддон для фнис.

Posted
2 hours ago, sanya56714 said:

установи существ,аддон для фнис.

Не мог бы ты взглянуть на мою проблему? Может ты знаешь что делать, а то я в тупике

Posted
2 minutes ago, Contemplator523111 said:

да

а ты всё кидал в дату?у меня пиратка и работает,версия сксе совпадает?

Posted
4 minutes ago, sanya56714 said:

а ты всё кидал в дату?у меня пиратка и работает,версия сксе совпадает?

Я всё сделал через Mod Organizer. Открываю FNIS через этот самый MO, всё делал как обычно раньше делал на LE версии. С ним проблемы нет. SKSE думаю тоже в порядке иначе было бы уведомление о том что он устарел

Или нужна именно более старая версия SKSE?

Posted
2 minutes ago, Contemplator523111 said:

Я всё сделал через Mod Organizer. Открываю FNIS через этот самый MO, всё делал как обычно раньше делал на LE версии. С ним проблемы нет. SKSE думаю тоже в порядке иначе было бы уведомление о том что он устарел

я через нексус ставил,существа включены?папирус утил.

Posted
2 minutes ago, sanya56714 said:

я через нексус ставил,существа включены?папирус утил.

Существа включены, даже анимации загружены для них, всё норм.
Папирус не ставил, сейчас поставлю
Затем попробую вручную закинуть Sexlab

Posted
10 minutes ago, sanya56714 said:

я через нексус ставил,существа включены?папирус утил.

Папирус оказывается уже стоял.

Posted
19 minutes ago, sanya56714 said:

закинь секслаб руками.

Сделал, без изменений, звуки есть, стоят голые

Posted
20 minutes ago, sanya56714 said:

8476 animations for 34 mods successfully included (character).

 3429 animations for 11 mods and 45 creatures successfully included..
Вот список всех анимаций которые установлены, посмотри может есть что то, что конфликтует и стоит удалить:
Reading SexLab V1.63 ...
Reading SexLabAP V1.63 ...
Reading SexLabCreature V1.63 ...
Reading Anubs Creature V1.0 ...
Reading Anubs Human V1.0 ...
Reading Billyy_CreatureBeasts V1.0 ...
Reading Billyy_CreatureConstructs V1.0 ...
Reading Billyy_CreatureHumanoids V1.0 ...
Reading Billyy_CreatureInsects V1.0 ...
Reading Billyy_CreatureMisc V1.0 ...
Reading Billyy_Human V1.0 ...
Reading Billyy_HumanFuta V1.0 ...
Reading Billyy_HumanLesbian V1.0 ...
Reading DD V4.0.0 ...
Reading DD2 V4.0.0 ...
Reading DD3 V4.1.0 ...
Reading DDC V1.2 ...
Reading DDSL V4.0.0 ...
Reading Defeat V5 ...
Reading FNISBase V7.6 ...
Reading FNISCreatureVersion V7.0 ...
Reading FunnyBizBeastly V1.0 ...
Reading FunnyBizBound V12.0 ...
Reading FunnyBizFC V10.0 ...
Reading FunnyBizGroup V8.0 ...
Reading FunnyBizLover V7.0 ...
Reading FunnyBizMC V1.0 ...
Reading FunnyBizRape V11.0 ...
Reading milkypack V1.8 ...
Reading MoreNastyCritters V1.0 ...
Reading NibblesAnims_Creature V1.0 ...
Reading NibblesAnims_Human V1.0 ...
Reading SexLabAroused V2.9 ...
Reading XPMSE V7.2 ...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...