chuckseven1 Posted September 6, 2020 Posted September 6, 2020 SkyFem SOS zEdit UPF Patcher View File This patcher is an alternative to the SOS patch that comes with SkyFem. Basically what it does is patches any SOS addons that work for females to say they work for both males and females and makes them use the female meshes for the SkyFem "males". Theoretically it will work with any SOS addon for females. Requirements:: SoS zEdit SkyFem (not a hard requirement, you can theoretically use this without it...) Installation: - Click cubes icon in zEdit - Click "Install Module" button - Select the archive downloaded from this page Usage: - Open zEdit and be sure all the SOS addons you wish to patch are enabled - Click puzzle piece icon in zEdit - Make sure this patcher is enabled - Build the patch - Load the game and restart SOS in MCM Credits: SkyFem for inspiring me. I also looked at its SOS patch when developing this matortheeternal for zEdit Submitter chuckseven1 Submitted 09/06/2020 Category Adult Mods Requires SoS Regular Edition Compatible Yes 2
Yamioni Posted November 2, 2020 Posted November 2, 2020 So, I wanted to use this to "disable" the VectorPlexus schlong (replacing it with the ERF Futa schlong,) as I changed the female base shape, and it was now floating detached from the body. After running the script and looking at the patch, I noticed that the No-Futanari schlong was untouched, which I thought was odd. Looking at the script, I see you're skipping it intentionally, and after looking at how the armor addons are patched (and looking at the data for the armor addons in the No-Futanari ESP,) I understand why. The No-Futanari addons don't need patched because the female and male entries for those addons are already identical. However, in so doing, you're also skipping patching the applicable genders for the No-Futanari schlong, which has a (probably) unintended side-effect. Being unable to use it for males means that any NPC that was originally male, is forced to have a schlong, which isn't what I wanted. I changed just a few lines in the script to this end, and the results were what I both expected and wanted. The only record touched in No-Futanari is the gender entry, to allow it to be used with males, and the armor addons are left alone. This gives the option of slapping a vagina on an NPC that was originally male (and if it's something the user doesn't want, they can just set the probability to zero for males, easy-peasy.) All I changed was this block (line 76): // Ignore "no futa" addon if (addon === 'No_Futa') { return false; } locals.addonsToPatch.push(addon); To this: // Ignore "no futa" addon if (addon !== 'No_Futa') { locals.addonsToPatch.push(addon); } And, of course, thank you for providing this in the first place. 3
chuckseven1 Posted December 16, 2020 Author Posted December 16, 2020 I had sort of intended that but I see now how someone would want otherwise. Next time I get around to working on this I will make your use-case possible. Also sorry for the slow reply, LL didn't notify me about a post here.
devildx Posted January 4, 2021 Posted January 4, 2021 I will test this in my next playthrough. EDIT: Decided to test here and it seems that works fine. The upside is that with this you can save some precious plugin slots by deleting the male addons before. Very nice.
Jessica_Degurechaff Posted January 9, 2021 Posted January 9, 2021 Should i run the Zedit patch before or after the SkyFem patch?
chuckseven1 Posted January 10, 2021 Author Posted January 10, 2021 I run it after, but either way should work.
Poshou Posted September 12, 2021 Posted September 12, 2021 God bless you, it works perfectly, I spend hours upon hours trying to get CBBE SOS ADDON to work in my modded Skyrim to no Aval, you are my personal hero.
Ends_and_Memes Posted October 10, 2021 Posted October 10, 2021 Whenever I got to install the module nothing happens... using MO2 1
sympathetic Posted October 26, 2021 Posted October 26, 2021 damn... looks like what i need, but zedit doesn't support VR. is the result a complex edit to the esp?
RevanCathal Posted March 12, 2022 Posted March 12, 2022 (edited) zEdit isn't installing the patcher. Edit: 0.6.6.1 version of zEdit is the problem. In order to get this patcher working I had to load it in the 0.6.5 version of zEdit. Edited March 13, 2022 by Jgoftl
thelockedfox70 Posted January 25, 2023 Posted January 25, 2023 Does this patch still work? I did as instructed but nothing changed in the game.
astorioth Posted April 20, 2025 Posted April 20, 2025 You need to use zEdit v0.6.5. It wont work with newer versions
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