PippinTom Posted December 10, 2021 Posted December 10, 2021 (edited) 11 minutes ago, SadEyes said: Excuse me if I'm dense....but what issue are you refrring to ? both DLLs are incompatible with AE... isn't that obvious? check status https://www.loverslab.com/topic/94228-se-compatibility-tracking-dec-5-6744-se-16323-skse-213-almost-halfway-there/ Edited December 10, 2021 by PippinTom typo
SadEyes Posted December 10, 2021 Posted December 10, 2021 12 minutes ago, PippinTom said: both DLLs are incompatible with AE... isn't that obvious? check status https://www.loverslab.com/topic/94228-se-compatibility-tracking-dec-5-6744-se-16323-skse-213-almost-halfway-there/ There is a difference between being incompatible and 'not updated for AE'. The former will cause no-load, exceptions, crashes, CTDs and so on. The latter may have reduced functionality or no functionality, but cause no game breaking issues. Lots of people got the update and are still playing modded Skyrim with "outdated" plugins, perhaps without even being aware of it. A good example is RaceMenu...before expired posted his preliminary update, lots of people (me included), played on but had reduced functionality from RM. Neither Fuz Roh D'oh nor HDT SMP are causing any serious issues, for me at least.
pugwash99 Posted December 10, 2021 Posted December 10, 2021 (edited) The dll format has changed. The old plugins had two functions query and load - query was replaced with a static object that just exposes values. Merging the query into the load function without the version code is enough to get it working provided you update any addresses used or switch to using the address library mod. I've compiled a fuzrodoh but as my skyrim AE is crashing at startup as soon as it starts playing the main menu sounds. I'm unable to test it further than checking that it loads. I think I've got an imcompatible mod loaded as removing all the skse ones still results in a ctd. Edited December 11, 2021 by pugwash99
SadEyes Posted December 10, 2021 Posted December 10, 2021 3 minutes ago, pugwash99 said: From what I see, the dll format has changed. The old plugins had two functions query and load - query was replaced with a static object that just exposes values. Merging the query into the load function without the version code is enough to get it working. I've compiled a fuzrodoh but as my skyrim AE is crashing at startup I'm unable to test it further than checking that it loads. I think I've got an imcompatible mod loaded as removing all the skse ones still results in a ctd. I'm willing to test.
pugwash99 Posted December 11, 2021 Posted December 11, 2021 I'll add it in another thread and not hijack this one.
Ends_and_Memes Posted December 11, 2021 Posted December 11, 2021 On 11/20/2021 at 1:35 PM, 4nk8r said: That's a pretty subtle seam, all things considered. When you 1st mentioned it I was expecting you to show me a visible air-gap between meshes. If you're determined to find the source, I suggest you remove all of your male replacers, both mesh and texture replacers...everything except those that come with SOS. Maybe even reinstall SOS just to make sure that is the only thing you have installed for both meshes and textures and nothing has overwritten it. Once that looks OK in game, reinstall the one male replacer (mesh and/or texture), and check again. If the problem comes back it is either an issue native to the replacer itself (texture/mesh/both) or you still may have loose files lingering that are used by the replacer. If the replacer includes a plugin file, this could be what is going wrong. That will require xedit and examining the plugin files to see if they have their own mesh or texture paths defined. Thank you for the quick response! Sorry I haven't had that much free time to devote to modding the last few weeks. I will definitely try your suggestions, by all male replacers, does that include COR( Charmers of the Reach)?
Ends_and_Memes Posted December 11, 2021 Posted December 11, 2021 (edited) On 11/20/2021 at 1:35 PM, 4nk8r said: That's a pretty subtle seam, all things considered. When you 1st mentioned it I was expecting you to show me a visible air-gap between meshes. If you're determined to find the source, I suggest you remove all of your male replacers, both mesh and texture replacers...everything except those that come with SOS. Maybe even reinstall SOS just to make sure that is the only thing you have installed for both meshes and textures and nothing has overwritten it. Once that looks OK in game, reinstall the one male replacer (mesh and/or texture), and check again. If the problem comes back it is either an issue native to the replacer itself (texture/mesh/both) or you still may have loose files lingering that are used by the replacer. If the replacer includes a plugin file, this could be what is going wrong. That will require xedit and examining the plugin files to see if they have their own mesh or texture paths defined. OK I followed your suggestions and I'm pretty sure I fixed it, well mostly. Can't even see any discoloration in the front, as far as I can tell at least. However there is slight discoloration on the back of the head, but from my understanding that is normal with SOS and tempered skins. Thank you again for your timely response and help! I really appreciate it! loadorder.txt modlist.txt Edited December 11, 2021 by Ends_and_Memes
Fakeganda Posted December 12, 2021 Posted December 12, 2021 why all shapes are Average? Schlongs are falling after afew seconds. how do i fix it? all types of them become like Average one. I DONT WANT THIS.
Ends_and_Memes Posted December 12, 2021 Posted December 12, 2021 So everything is working pretty well right now, except for the fact that there is a minor seam on some of the darker characters like redguards and orcs. My females look ok though. loadorder.txt modlist.txt
romanempire01 Posted December 12, 2021 Posted December 12, 2021 Greetings. does anyone have the updated DLL for Skyrim SE latest and the AE one? i know it was placed somewhere but can't find it.
omegamon007 Posted December 12, 2021 Posted December 12, 2021 On 11/20/2021 at 9:30 PM, Erstam said: Great news - PapyrusUtil has been updated to Skyrim AE. That means that this version of SOS, which only depends on SKSE and PapyrusUtil, works on the 1.6.318 exe: SOS PapyrusUtil version Beta 4 (UPDATE).7z 61.39 kB · 456 downloads Some important things first: This is an update to SOS SE and only contains the changed esp and scripts. It's not the full mod. So install the files over your existing SOS installation. As long as you have a working SKSE and PapyrusUtil (either for AE or older SE versions), you're good to go. Best remove, hide, or move your SchlongsOfSkyrim.dll. It shouldn't really hurt when it's trying to load, but it will cause warnings in the logs. I've done no testing on 1.6.318 (I'm running a partially downgraded 1.5.97), but it runs fine on my Skyrim installation, and I'm pretty sure it will also work with the new exe, provided you have installed the requirements. After some testing on 1.6.318 I can confirm that it does work. So how does this work? I've replaced all the functions from the dll with corresponding functions from PapyrusUtil. It looks like the SOS dll was actually forked from an early version of PapyrusUtil, so many functions are identical. Other functions are emulated in Papyrus script. Of course that's much slower than native code, but I took a lot of effort in optimizing them. Particularly the function that randomly picks a schlong for new actors, depending on race and MCM probabilities. Now it caches the values in lists according to race and gender. For example, the first time a Nord gets a schlong, the process is still slow, but subsequent Nords are schlongified much faster. The cache is invalidated when you install or remove addons, or enable/disable addons for certain races in the MCM, or change their probabilities. Further optimizations have been done all over the place. PapyrusUtil functions were often wrapped in multiple layers of convenience functions. I've inlined those where speed does matter. Also fixed some bugs - for instance, when schlongs have been lost (often due to load order changes), the recovery code would run twice. This version cannot read old exported settings from SOS.json. It's using JsonUtil now (part of PapyrusUtil), and the format is different compared to SchlongsOfSkyrim.dll. But I think it's not a big deal, you can easily export your settings in the new format. i dont know what im doing wrong, ive tried several things now. the game loads just fine, old saves too, but as soon as i undress it CTD, no matter what i do, and its all when i combine the normal SOS SE and your version, ive even tried the SOS AE thing, which doesnt work at all for me. im not quite sure what im doing wrong. i originally used NMM, but since most help out here is for MO2 or Vortex, im now on MO2 (still not happy about it). any pointers?
dockeradz Posted December 13, 2021 Posted December 13, 2021 On 11/27/2021 at 8:19 AM, Erstam said: Try this out: SOS PapyrusUtil version Beta 4 (UPDATE).7z 61.39 kB · 213 downloads Revealing armors that have the keyword always worked for me. However, I have made a small change to the armor updating function that might fix your problem (or not...) Also fixed clipping when new concealing armors are equipped for the first time. This is great and should have its own download page! 1
SadEyes Posted December 13, 2021 Posted December 13, 2021 And so we're probably back to square one...runtime is now 1.6.342 ubless you stop Steam from updating yet again. Address Library has been updated, but not SKSE, meaning mods with proprietary SKSE-plugins need yet another update.
chuckseven1 Posted December 14, 2021 Posted December 14, 2021 2 hours ago, SadEyes said: And so we're probably back to square one...runtime is now 1.6.342 ubless you stop Steam from updating yet again. Address Library has been updated, but not SKSE, meaning mods with proprietary SKSE-plugins need yet another update. You just have to wait for me to update my DLL again. No promises as to when I'll get around to it, I have a day job too. 5
SadEyes Posted December 14, 2021 Posted December 14, 2021 1 hour ago, chuckseven1 said: You just have to wait for me to update my DLL again. No promises as to when I'll get around to it, I have a day job too. I'm sure you'll have it fixed before long ! This time I was prepared, and will stay on 323 with my current build till things quieten down and stabilize. Everything mostly works, so why rock the boat... ?
moonlesssky Posted December 14, 2021 Posted December 14, 2021 2 hours ago, chuckseven1 said: You just have to wait for me to update my DLL again. No promises as to when I'll get around to it, I have a day job too. Thank you so much for your work in keeping this updated. I'm sure you can imagine my frustration with this new patch. Is there anything I can do to support you as thanks for your work? Take all the time you need. You're doing us all a big favor. 1
TheGreenMage Posted December 14, 2021 Posted December 14, 2021 Quick question. Should I expect a CTD if I ignore the warning and play with this current version anyways? Does the broken DLL cause CTD or just make some game functions not work. This update fucked me good.
moonlesssky Posted December 14, 2021 Posted December 14, 2021 16 minutes ago, TheGreenMage said: Quick question. Should I expect a CTD if I ignore the warning and play with this current version anyways? Does the broken DLL cause CTD or just make some game functions not work. This update fucked me good. That's what I get. It seems that will be the case for now.
ronzem Posted December 15, 2021 Posted December 15, 2021 I would like some help. I have CBBE (3BBB) and SOS SE installed on a working Skyrim SE install. Sex scenes/animations work fine with OSEX/OSTIM and the animations line up good. Even physics. HOWEVER the penis is stiff and does not "fixate" or "adjust" to the vaginas. Making for some clipping issues. I've seen videos where the penis seems to "stick" to the vagina and making some better movements. *the penis does get erect and points towards the vagina, but not much else.
kukoricamorzsa Posted December 15, 2021 Posted December 15, 2021 Mivel angolul már szinte mindenki leírta a paradigmát én is ezt teszem de nem angolul. A probléma 1.5.97 játékkörnyezetben azt mutatja, hogy valami zavar van. SchlongsOfSkyrim.dll - HIBA / ERROR méret: 495 616 kiadási változat: 1.1.4 * valamiért nem dolgozik az alábbi néhány kiegészítő telepítése után és fontos megjegyezni a telepítések előtt működött: - Creature Framework 1.1.0-pre2a SE.7z - MoreNastyCritters_v12_6 SE.7z - Naked Defeat 4-33 SE.7z - SexLab Approach Redux 2.02 SE.7z - SexLab Dangerous Nights 2 Mushano.7z - SexLabAroused SSE Loose Modified by Bakafactory 2020 11 17.7z A telepítés után : Viszont és a hiba ellenére a pöcs láthatóan a helyén van de merev : Spoiler Ámde és azonban minden indításnál feldobja a hiba üzenetet... A legutolsó változat : Schlongs_of_Skyrim_SE - v1.1.4.rar 35.62 MB / November 22, 2019 Szóval még eltéveszteni sem lehet, mivel másik nincs (a VR kivételével). Feltételeztem a kompatibilitási gondot valamelyik programmal... azonban a kikapcsolás semmiféle változást nem mutatott. A javítás sem változtatott : és ennél a programnál a betűk megjelenítése is valamiért problémás... Spoiler Az újraindítást követően sincs semmi változás : és a betűk megjelenítése is problémás... A kiegészítőt betölti... de nem regisztrálja. Ennek ellenére... jelen van láthatóan és igaz... merev (első zárt kép) Ha a program kikapcsolva és / vagy törölve, akkor egy kiherélt burok látható. Spoiler Konklúzió : A fent írt programok egyike vagy akár több, betart ennek a műsornak ....valahogyan. Aztán eszembe jutott valami és belenéztem a Script kiadásba. Szóval a hiba... láthatóan megvan... Nem... ez nem az aminek látszik! *** Ez itt a legújabb csomag az 1.1.4 SE változat tartalma!
kukoricamorzsa Posted December 15, 2021 Posted December 15, 2021 ...és jött egy ötlet. A "SOS - Schlongs of Skyrim - 3.00.004.7z" csomagbból a "SOS_Maintenance.pex" lett beszerelve a Scripts könyvtárba. És láss csodát! A hibajelzési lap nem jelentkezett és a pöcs is (első rálátásra) úgy tűnik... rendben megjelenik! Spoiler Alap mutatónak még a modern alsógatya is rendben van... Spoiler hahahaha... De van ami talán még így sem túlzottan tökéletes... Spoiler Konklúzió : A semminél mindenképpen jobb és ráadásnak nincs hibát jelző üzenet.
tejano2828 Posted December 15, 2021 Posted December 15, 2021 (edited) I am getting this error at start up I already installed Sexlabs new version 1.64b and I am on SE with the AE anniversary update as of Dec 13 SOS Warning! SOS can not find 4 schlong addon(s) The savegame data do not match the data from the SKSE co-save. There is a problem with these files or with something that has recently changed. If you want to fix the issue yourself, please exit the game without saving. I will not save any more games until this is fixed. Is this related to the SOS AE needed update just want to know so I don't go troubleshooting all the other SOS mods that I have installed which is SOS Se..... SOSAE.... Schlongs for UNP.... Schlongs HDT Schlongs HD bodyslide files for schlong and equpable schlong Edited December 15, 2021 by tejano2828
cielohombre Posted December 15, 2021 Posted December 15, 2021 (edited) 55 minutes ago, tejano2828 said: I am getting this error at start up I already installed Sexlabs new version 1.64b and I am on SE with the AE anniversary update as of Dec 13 SOS Warning! SOS can not find 4 schlong addon(s) The savegame data do not match the data from the SKSE co-save. There is a problem with these files or with something that has recently changed. If you want to fix the issue yourself, please exit the game without saving. I will not save any more games until this is fixed. Is this related to the SOS AE needed update just want to know so I don't go troubleshooting all the other SOS mods that I have installed which is SOS Se.....SOSAE....Schlongs for UNP....Schlongs HDT Getting the same error message. I was getting the "SOS.dll outdated" error (I'm paraphrasing of course), but then I installed Papyrus for AE and the Papyrus SOS AE addon, and now it can't find any of the SOS esp files. I've uninstalled Papyrus completely in a bid to get back to my original error message, but it still can't find any of the esp files, so I feel like I've made my problem even worse. EDIT: Ok, I'm back to where I was after deleting everything in my Skyrim SE Steam folder and reinstalling all my mods except Papyrus et al. and I will now wait patiently for a new SOS dll file and not touch anything until then. Edited December 15, 2021 by cielohombre 1
SadEyes Posted December 15, 2021 Posted December 15, 2021 3 hours ago, tejano2828 said: I am getting this error at start up I already installed Sexlabs new version 1.64b and I am on SE with the AE anniversary update as of Dec 13 SOS Warning! SOS can not find 4 schlong addon(s) The savegame data do not match the data from the SKSE co-save. There is a problem with these files or with something that has recently changed. If you want to fix the issue yourself, please exit the game without saving. I will not save any more games until this is fixed. Is this related to the SOS AE needed update just want to know so I don't go troubleshooting all the other SOS mods that I have installed which is SOS Se..... SOSAE.... Schlongs for UNP.... Schlongs HDT Schlongs HD bodyslide files for schlong and equpable schlong Have you also updated SKSE and Address Library ? And yes, we do have to wait for a new SKSE-plugin for SOS (SchlongsOfSkyrim.dll).
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