akspyder Posted November 28, 2020 Posted November 28, 2020 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 But when I go the toggle animations screen I see 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. s
Sasha_OwO Posted November 29, 2020 Posted November 29, 2020 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.
Roggvir Posted November 29, 2020 Posted November 29, 2020 8 hours ago, Layerer said: Spoiler amazing. there are no npc's in the game apparently and errors in skee wtf I wonder if the problem is in any way related to you using a pirated game?
Kazun24 Posted November 30, 2020 Posted November 30, 2020 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
Vyxenne Posted November 30, 2020 Posted November 30, 2020 20 hours ago, Layerer said: amazing. there are no npc's in the game apparently and errors in skee 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.
tasairis Posted November 30, 2020 Posted November 30, 2020 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.
Sailing Rebel Posted November 30, 2020 Posted November 30, 2020 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.
Empt1e Posted November 30, 2020 Posted November 30, 2020 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
Lightning109 Posted December 1, 2020 Posted December 1, 2020 love the mod good work wonder what you will add to it
sanya56714 Posted December 1, 2020 Posted December 1, 2020 On 11/30/2020 at 6:31 AM, Vyxenne said: Похоже, вы используете взломанную игру вместо легальной (Steam) версии. Я не уверен, как можно ожидать, что что-нибудь будет работать правильно с этим. Почему бы просто не купить игру? действительно, черт возьми. и у меня пиратка и секслаб работает без сбоев.
sanya56714 Posted December 1, 2020 Posted December 1, 2020 On 27.11.2020 at 11:24, Layerer said: ну, это было быстро, думаю, я выяснил корень проблемы. Каждый раз, когда я регистрирую анимацию, она пропускает человеческие с сообщением: RegisterSlots () Creature: Creatures not enabled, без регистрации. Я не понимаю, откуда берется этот параметр, что существа отключены, есть идеи? Такое бывает даже с отключенным sexlab. установи существ,аддон для фнис.
Empt1e Posted December 1, 2020 Posted December 1, 2020 2 hours ago, sanya56714 said: установи существ,аддон для фнис. Не мог бы ты взглянуть на мою проблему? Может ты знаешь что делать, а то я в тупике
sanya56714 Posted December 1, 2020 Posted December 1, 2020 1 hour ago, Contemplator523111 said: Не мог бы ты взглянуть на мою проблему? А то я в тупике https://www.nexusmods.com/skyrimspecialedition/mods/3038?tab=files
Empt1e Posted December 1, 2020 Posted December 1, 2020 3 hours ago, sanya56714 said: https://www.nexusmods.com/skyrimspecialedition/mods/3038?tab=files Ну епта.. Я то думал что то полезное, нормально всё у меня с FNIS анимации загружаются, проблема в самом Sexlab
sanya56714 Posted December 1, 2020 Posted December 1, 2020 2 minutes ago, Contemplator523111 said: да а ты всё кидал в дату?у меня пиратка и работает,версия сксе совпадает?
Empt1e Posted December 1, 2020 Posted December 1, 2020 4 minutes ago, sanya56714 said: а ты всё кидал в дату?у меня пиратка и работает,версия сксе совпадает? Я всё сделал через Mod Organizer. Открываю FNIS через этот самый MO, всё делал как обычно раньше делал на LE версии. С ним проблемы нет. SKSE думаю тоже в порядке иначе было бы уведомление о том что он устарел Или нужна именно более старая версия SKSE?
sanya56714 Posted December 1, 2020 Posted December 1, 2020 2 minutes ago, Contemplator523111 said: Я всё сделал через Mod Organizer. Открываю FNIS через этот самый MO, всё делал как обычно раньше делал на LE версии. С ним проблемы нет. SKSE думаю тоже в порядке иначе было бы уведомление о том что он устарел я через нексус ставил,существа включены?папирус утил.
Empt1e Posted December 1, 2020 Posted December 1, 2020 2 minutes ago, sanya56714 said: я через нексус ставил,существа включены?папирус утил. Существа включены, даже анимации загружены для них, всё норм. Папирус не ставил, сейчас поставлю Затем попробую вручную закинуть Sexlab
Empt1e Posted December 1, 2020 Posted December 1, 2020 10 minutes ago, sanya56714 said: я через нексус ставил,существа включены?папирус утил. Папирус оказывается уже стоял.
Empt1e Posted December 1, 2020 Posted December 1, 2020 19 minutes ago, sanya56714 said: закинь секслаб руками. Сделал, без изменений, звуки есть, стоят голые
sanya56714 Posted December 1, 2020 Posted December 1, 2020 Just now, Contemplator523111 said: Сделал, без изменений, звуки есть, стоят голые сколько анимаций?https://www.nexusmods.com/skyrimspecialedition/mods/3038?tab=files&file_id=124620 1
Empt1e Posted December 1, 2020 Posted December 1, 2020 20 minutes ago, sanya56714 said: сколько анимаций?https://www.nexusmods.com/skyrimspecialedition/mods/3038?tab=files&file_id=124620 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 ...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now