cetuximab Posted Sunday at 02:22 PM Posted Sunday at 02:22 PM (edited) Thank you for the SL Survival patch! One suggestion if you are adding more mod integration: Could you add a method for license destruction when wet that doesn't require a (hardcore) survival mod? I personally find that both hardcore and sexlab survival together is too much effort. Maybe Wet Function Redux? That's what I'm currently using, though I have no idea if it has hooks to determine when you get wet or not. Edit: Oh, and I'm pretty sure the clothing license "only in SlaveRun enslaved towns" is broken with the new SlaveRun Reloaded. That probably means the start SlaveRun as a free woman after X days may be broken too, although that option is really no longer needed, as you now have a dialog option to opt out of the long intro quest, which is what that startup option in Survival was meant for. Edited Sunday at 02:30 PM by cetuximab
Serverscrying Posted Sunday at 03:24 PM Posted Sunday at 03:24 PM Btw idk where else to ask but does anyone have the problem with FHU 2.0 where deflating animations won't play? This didn't happen with 1.9 and unless I have to download some new animations for OAR I don't know what else I can do.
Kingslayer101 Posted Sunday at 05:10 PM Posted Sunday at 05:10 PM (edited) Super happy that crajjj is working on SLSurvival updates. Just a question though, does it work with SL Utility Plus? Edited Sunday at 05:13 PM by Kingslayer101
Connector196 Posted Sunday at 05:43 PM Posted Sunday at 05:43 PM Does SGO remaining disabled mean it's never going to be implemented or just not right now? I use SGO4:IF, although I don't know how the milk and lactacid would tie in compared to older mods like MME. I used to use MME but it's pretty jank IIRC...
safado Posted Sunday at 08:03 PM Posted Sunday at 08:03 PM 5 hours ago, cetuximab said: Thank you for the SL Survival patch! One suggestion if you are adding more mod integration: Could you add a method for license destruction when wet that doesn't require a (hardcore) survival mod? I personally find that both hardcore and sexlab survival together is too much effort. Maybe Wet Function Redux? That's what I'm currently using, though I have no idea if it has hooks to determine when you get wet or not. Edit: Oh, and I'm pretty sure the clothing license "only in SlaveRun enslaved towns" is broken with the new SlaveRun Reloaded. That probably means the start SlaveRun as a free woman after X days may be broken too, although that option is really no longer needed, as you now have a dialog option to opt out of the long intro quest, which is what that startup option in Survival was meant for. The original (legacy) water detection used by modders needed the water assets in game to be flagged "doDamage" or something like that. That why the need for old water mods to have a food\bath mod patch. When in water the character will receive 0 damage referencing the water object as foe (something like that). That what is used to detect player in water. Now, there's a PO3 function library that has something that do not need to overwrite every water asset in game. Maybe with that the feature can be implemented without another mod as a bridge, technically swapping the water\wetness mod with a SKSE function collection mod. Problem will be other mods implemented on their side the license destruction and noobs need to be aware of only activating one at a time. Similar to the issue with forced drug feature in multiple mods.
safado Posted Sunday at 08:46 PM Posted Sunday at 08:46 PM (edited) 3 hours ago, Connector196 said: Does SGO remaining disabled mean it's never going to be implemented or just not right now? I use SGO4:IF, although I don't know how the milk and lactacid would tie in compared to older mods like MME. I used to use MME but it's pretty jank IIRC... I think is because last version of SGO4:IF replaced the original SGO4 and the implementation need extra thinking. Spoiler 1.12 Experimental Merge: IMPORTANT: Merged base mod with SGO4IF, Base mod is no longer required. A LOT of editor id's have changed, This might break mods requiring old editor id's. I haven't had the time to fully test this, Consider it experimental, Report any bugs/issues found. Added: Included Predator's Milk harness as the default milk harness option. Changed: Normalised Editor id's and folder paths, Now "SGO4" where applicable, instead of a mix of other naming schemes. THIS MEANS CONFIG IS IN A NEW FOLDER. Deleted: Removed some unused items. Edited Sunday at 08:50 PM by safado 2
Kelp, Posted 17 hours ago Posted 17 hours ago (edited) Hi @crajjjj, thanks for the great mod patches. I've been running into a crash recently with the Apropos 2 patch, and wanted to report it, though I'm honestly not sure if it's an issue on my end (like a load order conflict) or an issue with the mod/patch itself. My game crashed right as a sexlab animation was starting, and Gemini A.I said that it is related to a script in Apropos 2. I'm using the patch with Hentairim P+ (also using your patch for this), and sexlab p+. Here is my full crash log if you want to take a look. Anyways, thanks for your works. crash-2026-07-07-17-13-21.log Edited 17 hours ago by Kelp,
crajjjj Posted 15 hours ago Author Posted 15 hours ago 1 hour ago, Kelp, said: Hi @crajjjj, thanks for the great mod patches. I've been running into a crash recently with the Apropos 2 patch, and wanted to report it, though I'm honestly not sure if it's an issue on my end (like a load order conflict) or an issue with the mod/patch itself. My game crashed right as a sexlab animation was starting, and Gemini A.I said that it is related to a script in Apropos 2. I'm using the patch with Hentairim P+ (also using your patch for this), and sexlab p+. Here is my full crash log if you want to take a look. Anyways, thanks for your works. crash-2026-07-07-17-13-21.log 215.12 kB · 0 downloads This crash is not an Apropos2 bug — it's a null-pointer crash inside SexLab P+ (SexLabUtil.dll v2.17.1), in its scene menu code. What happened: The unhandled exception is at SexLabUtil.dll — the developer's own path in the log points to sexlabpp\src\Thread\Interface\SceneMenu.cpp:144, in code that rebuilds the scene menu's entry list (a std::vector<BSTTuple<BSFixedString, UI::UIMenuEntry>> reallocation). It dereferenced a null pointer (rcx = 0x0). It fired on the game's UI job thread, inside an SKSE::TaskInterface::UITask during MenuManager::Update while the HUDMenu was live — i.e., SexLab P+'s scene HUD/menu was being refreshed and hit a null object, most likely during a scene stage transition. Apropos2 does appear in the log, but only as a bystander: a Papyrus tasklet snapshot shows Apropos2MiscSexEffects.StageStart() → CheckCanRun() → debug-logging via Apropos2Util.psc:126. That's just Apropos2 writing a debug log line in response to the same stage change on the Papyrus VM — a completely different thread from the crash, and normal, healthy activity. Nothing in the crash points at Apropos2 code. What I'd suggest (for the user whose game this is): Update SexLab P+ — v2.17.1 is the crashing version; check if a newer build fixes SceneMenu crashes (this area of P+ has had known scene-menu/HUD crash reports). As a workaround, disable the SexLab P+ in-scene menu/HUD overlay in its MCM if updating isn't an option — the crash is entirely inside that menu's update path. If it persists on the latest version, report it to the SexLab P+ author with this log; the SceneMenu.cpp:144 reference will let them pinpoint it exactly.
TGOsinners Posted 9 hours ago Posted 9 hours ago When using the FHU baka 2.0.3.12 patch, I noticed that 'Fill Her Up' is missing from my MCM menu. If I roll back to the FHU baka 2.0.3.11 hentairim patch, everything works perfectly fine. The base FHU version I'm currently using is Fill Her Up Baka Edition 2.03 Hotfix. I've already tried reinstalling SkyUI, using MCM Super SEEDED, and using MCM Unlocked to refresh the MCM list, but nothing has worked so far. Does anyone know a workaround or how to fix this issue?
buguniaogu Posted 8 hours ago Posted 8 hours ago 21 minutes ago, TGOsinners said: 使用 FHU baka 2.0.3.12 补丁后,我发现 MCM 菜单里缺少了“Fill Her Up”选项。如果我回滚到 FHU baka 2.0.3.11 hentairim 补丁,一切正常。我目前使用的 FHU 版本是 Fill Her Up Baka Edition 2.03 Hotfix。我已经尝试过重新安装 SkyUI、使用 MCM Super SEEDED 以及使用 MCM Unlocked 来刷新 MCM 列表,但都无济于事。请问有人知道如何解决这个问题吗? 1.download Fill Her Up Baka Edition 2.03 Hotfix from https://subscribestar.adult/posts/118628 2.download latest core files from https://github.com/crajjjj/Fill-Her-Up-Baka-Edition-CORE/releases 3.unzip 2.03hotfix and replace core files with the latest. 4.zip files and install. It's always confusing how to install the latest version.
Kingslayer101 Posted 3 hours ago Posted 3 hours ago (edited) Strange, my SL Survival MCM says its still 0.700 and I dont see any options from the patch and this is on a save when my character was in Alternate Perspective room. Edited 2 hours ago by Kingslayer101
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