Jump to content

SkyFem SOS zEdit UPF Patcher


Recommended Posts

Posted

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
  • Submitted
    09/06/2020
  • Category
  • Requires
    SoS
  • Regular Edition Compatible
    Yes

 

  • 1 month later...
Posted

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.

  • 1 month later...
Posted

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.

  • 3 weeks later...
Posted

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.

  • 8 months later...
Posted

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. 

  • 4 weeks later...
  • 3 weeks later...
  • 4 months later...
Posted (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 by Jgoftl
  • 10 months later...
  • 2 years later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...