prideslayer Posted January 10, 2015 Posted January 10, 2015 As you should all be aware by now, ZAZ has been fully integrated with SexoutNG, and there is no longer any need to download or install ZAZ separately -- not the esp, not the datapack. SexoutNG Core includes an empty ZAZ plugin only in order to satisfy mods that are doing an "IsModLoaded" check for SexoutZAZ.esp. I plan to remove this plugin from CORE when the current SexoutNG beta (release 90) goes to release. In order to do that without causing issues, every mod that currently uses the IsModLoaded check for ZAZ should switch entirely or partly to checking that the SexoutNG version is >= 89 instead. On the same topic, there is no need to use the hasZAZ/wantZAZ interface in SexoutNG any longer -- ZAZ is built-in, and will remain so, in every version of SexoutNG starting with release 89. If there are in-use but abandoned mods that need this update, it's really pretty simple. Here's some example boilerplate. Search the mod for anything like this: if IsModLoaded "SexoutZAZ.esp" and change it to something like this instead: if (IsModLoaded "SexoutZAZ.esp") || (SexoutNG.nVerRelN >= 89) At the simplest level, that's all that needs done to ensure the mod keeps working with pre-89 and post-89 versions of SexoutNG. If your mod requires release 89 or greater anyway, then there's no reason at all for the ZAZ esp check and that part can just be removed. Please report in on this thread if: - You're a modder who has mods that need updated. Please report their status as well, updated or not, and if you INTEND to update or not. - You're a player that knows of an abandoned (or neglected) mod that needs this change made, and if you are willing to make the change. Please do NOT report any mods that DO NOT WORK with Sexout 89, the way it is now. If they don't work, then they were broken before this change, and so this change (and this thread) has nothing to do with them. I will update this post as the replies come in with a list of mods and their status.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.