KnottyWulf Posted September 12, 2023 Posted September 12, 2023 (edited) Hello all. I'm currently struggling with getting my personal modpack to work, so I decided to make a post in this section and provide my full process. https://modwat.ch/u/KnotWolf plugins.txt As per my other post: I switched to Vortex due to MO2 having a few less things that it didn't have, like being able to reinstall all or individual mods. Also to have things better managed on my end. Aside from that, I've made sure my mods are up to date and I've also adjusted the plugins via Wrye Bash. However, for some reason human animations between my PC and NPCs aren't working. Only solo, creature, and NPC-on-NPC through the 'Fornicate' spell when testing. Sexlab Debug spells also don't work on either the target or self, along with Matchmaker's 'Irresitably Attractive' self and target spells. While 'Pleasure (self)' spell won't do anything to alleviate arousal. My process for my mods on a new save is installing Sexlabs first then the animations (Zaz first then SLAL packs, enabling all then registering). After that, I check to see in Aroused Creatures' MCM if it's working, because when I just installed Sexlabs before without any animations, AC would say that Sexlabs failed in being enabled/installed. I assume it either has to do with Matchmaker or P+, but I haven't had any issues with them in MO2. Even with Sexlab Tools and Utility Plus. After checking AC, I enable the rest of my mods like Naked Defeat, (Baka) Defeat for NPCs, Devious Devices, SL Aroused (SLAX), SL Separate Orgasms, Fill Her Up, Schlongs of Skyrim, SL Kidnapped Redux, Simple Slavery, and SL Horrible Harrassment, and adjust the finer details to my preference. Now, I have no idea where to find the papyrus0 file as a log. I've checked my documents section and Appdata to no avail. I do have the papyrusutildev file though. PapyrusUtilDev.log Any advice would be much appreciated. I have reinstalled my skeleton as well, along with Sexlab Framework and all FNIS components. Edited September 12, 2023 by KnottyWulf
traison Posted September 12, 2023 Posted September 12, 2023 (edited) Would have saved time by just Googling "skyrim papyrus log": https://www.nexusmods.com/skyrim/articles/368 Edit: Just disregard any notion of the papyrus log being a CTD log. It has nothing to do with crashes. P+ as far as I know is a broken mod. Maybe it hasn't been updated, or their idea of a performance boost is to remove essential methods from SL. One of the methods it messes with is the AddActor method. Probably the reason why only some of your animations work. Edited September 12, 2023 by traison 1
KnottyWulf Posted September 12, 2023 Author Posted September 12, 2023 11 hours ago, traison said: Would have saved time by just Googling "skyrim papyrus log": https://www.nexusmods.com/skyrim/articles/368 Edit: Just disregard any notion of the papyrus log being a CTD log. It has nothing to do with crashes. P+ as far as I know is a broken mod. Maybe it hasn't been updated, or their idea of a performance boost is to remove essential methods from SL. One of the methods it messes with is the AddActor method. Probably the reason why only some of your animations work. That's unfortunately what I thought it was for on my end, as I did search it up. Most of the posts I saw using papyrus for logging everything going on in game was from 2015-2017, so I assumed it turned into a crash logger like NetFrameWork and CrashLogger for VR. Thank you for providing that link none the less. And thank you for letting me know regarding P+. Odd that it was working but maybe with my update of old version I found I had is why it's not working anymore.
traison Posted September 12, 2023 Posted September 12, 2023 Enable papyrus logging and try to start an animation you know doesn't work. Confirm that P+ is indeed the issue by analyzing the papyrus log: If you see errors regarding missing methods in SL's script files, then P+ is your issue. Regardless of whether or not P+ is the issue, the papyrus log will most likely show you why the animation didn't start. 1
KnottyWulf Posted September 13, 2023 Author Posted September 13, 2023 3 hours ago, traison said: Enable papyrus logging and try to start an animation you know doesn't work. Confirm that P+ is indeed the issue by analyzing the papyrus log: If you see errors regarding missing methods in SL's script files, then P+ is your issue. Regardless of whether or not P+ is the issue, the papyrus log will most likely show you why the animation didn't start. So, I found a new issue. Animations seem to be able to be forced when you punch an NPC, specifically a guard, and there's the option to satisfy them instead of going to jail. NPCs that get punched and I try to surrender to causes the characters to freeze until the console is opened and closed, And regarding the guards, they have black face and no schlong during the forced scene. But animations still play. I finally got my papyrus logs though, and sexlabs was debugging successfully! SexLabDebug.0.log Papyrus.0.log
traison Posted September 13, 2023 Posted September 13, 2023 At least 3 major issues in that log: You have nearly 300 errors and warning about missing scripts and unassigned script properties. This is something you'd only expect to see in a game where someone removed a mod mid-playthrough. If you did this, stop testing your modpack on this save and start a new game. If you didn't uninstall anything, reconsider your mod selection, as you got some broken ones in there. mfgconsolefunc is missing SetExpression and SetPhoneme. Most like you're using opparco's mfg fix. Use this instead, as it's not missing essential functions. P+ is broken as expected: GetScale not found in sslActorAlias SetOpenMouthScale not found in sslActorAlias GetOrgasmCount not found in sslActorAlias etc.
KnottyWulf Posted September 13, 2023 Author Posted September 13, 2023 5 hours ago, traison said: At least 3 major issues in that log: You have nearly 300 errors and warning about missing scripts and unassigned script properties. This is something you'd only expect to see in a game where someone removed a mod mid-playthrough. If you did this, stop testing your modpack on this save and start a new game. If you didn't uninstall anything, reconsider your mod selection, as you got some broken ones in there. mfgconsolefunc is missing SetExpression and SetPhoneme. Most like you're using opparco's mfg fix. Use this instead, as it's not missing essential functions. P+ is broken as expected: GetScale not found in sslActorAlias SetOpenMouthScale not found in sslActorAlias GetOrgasmCount not found in sslActorAlias etc. Yeah, I don't know why there are so many errors. I've made sure everything is up to date, I also make sure to test on new saves, and only reinstall/uninstall then make a new save. As for mfg, I don't have any fixes for that installed and never had to get that before. .-. But, I'll see if it fixes itself with P+ disabled.
KnottyWulf Posted September 13, 2023 Author Posted September 13, 2023 (edited) 8 hours ago, traison said: At least 3 major issues in that log: You have nearly 300 errors and warning about missing scripts and unassigned script properties. This is something you'd only expect to see in a game where someone removed a mod mid-playthrough. If you did this, stop testing your modpack on this save and start a new game. If you didn't uninstall anything, reconsider your mod selection, as you got some broken ones in there. mfgconsolefunc is missing SetExpression and SetPhoneme. Most like you're using opparco's mfg fix. Use this instead, as it's not missing essential functions. P+ is broken as expected: GetScale not found in sslActorAlias SetOpenMouthScale not found in sslActorAlias GetOrgasmCount not found in sslActorAlias etc. Providing these to show all the mods I have. And, looking at the updated papyrus file, it seems that the new Zaz isn't working properly, but apparently FNIS is having issues too? Papyrus.0.log Edited September 13, 2023 by KnottyWulf
traison Posted September 13, 2023 Posted September 13, 2023 Whatever slso is, that seems completely broken.
KnottyWulf Posted September 14, 2023 Author Posted September 14, 2023 4 hours ago, traison said: Whatever slso is, that seems completely broken. Sexlab Separate Orgasm. I have the most recent version of it. I think I found the issue though. I have Utility Plus (2023) from here: I'm wondering if it's a cause, along with "SOS with papyrusutil & sexlab tweaks".
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