Jump to content

More Nasty Critters Legendary Edition


Recommended Posts

Posted
7 hours ago, T-lam said:

Did some tests how SLA and CF work together.

Target a giant (NPC group) and press N at a distance from ca 30'.

CF shows arousal 0 in red letters, SLA did not engage at all. (engage radius 1024 units, ca 50' coded in SLA)

Sneaking below 10' onto giant, press N again, SLA engages and forwards arousal values to CF.

Arousal values in this case 22 in white letters, CF menue showed right values as SLA provided those.

 

Same with mammoth, creature group.

Changing search radius in SLA from 1024 units to 4096 had not influence to above mentioned at all.

I could not find out at this point why pressing N activates CF updates but not SLA.

For my impression SLA not updating CF causes lots of the troubles mentioned here.

 

I test that with "SexLab Aroused eXtended" and "SexLab Aroused Redux" and my conclusion was that "SexLab Arousal" in general was not good enough for Creatures mostly because the configuration. For that reason I add the "Force Arousal Update" option on the CF MCM "General" page.

 

The option come disabled as default so you should enable it and follow the recommendations to enhance performance.

 

*** I also noticed talking with few users that many of them are using another version of CF different from the one included on the MNC v12.3 because they can't find the "Force Arousal Update" option.

Posted

its so strange because I always had the same issues no matter which MNC, CF or SLA versions. But there were no new issues or different ones.

It was always the same that I described earlier (no Schlong sometimes for Creatures when "Sexlab Aroused Integration" is activated in CF. This is a problem as old as me using Sexlab (3 years, dozens of versions) 

Posted
53 minutes ago, MadMansGun said:

12-3A with 2.0.1 would be 100% the same as just staying with 12-3, therefor nothing changes.

 

12-3A with 2.0.0 or less......

the save editor part may or may not be necessary, but "better safe than sorry".

 

 

....there's also the factor of what "SLA" your using, eg:
https://www.loverslab.com/files/file/1421-sexlab-aroused-redux-december-05-2016/

https://drive.google.com/file/d/114RS5tS9B7az2i-DI6tJyyCFyQLZcYqO/view

https://www.loverslab.com/files/file/10316-osmelmc-mod-tweaks/

I get it, thank!

Posted
6 hours ago, osmelmc said:

I test that with "SexLab Aroused eXtended" and "SexLab Aroused Redux" and my conclusion was that "SexLab Arousal" in general was not good enough for Creatures mostly because the configuration. For that reason I add the "Force Arousal Update" option on the CF MCM "General" page.

 

The option come disabled as default so you should enable it and follow the recommendations to enhance performance.

 

*** I also noticed talking with few users that many of them are using another version of CF different from the one included on the MNC v12.3 because they can't find the "Force Arousal Update" option.

I recently spotted a bug in SLA Redux (looks like it's in SLA Extended too) that can prevent arousal updates for a time after an SL animation. It seems that SLA tests for active sex scenes by looking for locked SL threads and will bypass normal updates if it finds any. Unfortunately there are times when an SL thread may appear to be active (locked) even after being vacated. This can persist for the whole session: SL will appear to function normally since it has plenty of other threads but it seems that one thread will continue to report that it is locked and so prevent SLA from operating normally. Technically this is a bug in SL but SLA looking for locked threads is not a good way to determine if SL animations are actually in use.

 

The problem is in slamainscr.psc where the IsSexLabActive() function is called in OnUpdate and that function then iterates through the SL threads looking for locks. It might be better to do away with that function entirely and simply use the SexLab.ActiveAnimations > 0 instead. Or just allow SL to continue operating during active animations.

 

Edit: actually, thinking about it, allowing SLA to continue processing actors in animations would potentially lead to race conditions where the regular processing that increases arousal coincides with the animation events triggered processing that reduce it.

Posted
2 hours ago, Sailing Rebel said:

I recently spotted a bug in SLA Redux (looks like it's in SLA Extended too) that can prevent arousal updates for a time after an SL animation. It seems that SLA tests for active sex scenes by looking for locked SL threads and will bypass normal updates if it finds any. Unfortunately there are times when an SL thread may appear to be active (locked) even after being vacated. This can persist for the whole session: SL will appear to function normally since it has plenty of other threads but it seems that one thread will continue to report that it is locked and so prevent SLA from operating normally. Technically this is a bug in SL but SLA looking for locked threads is not a good way to determine if SL animations are actually in use.

 

The problem is in slamainscr.psc where the IsSexLabActive() function is called in OnUpdate and that function then iterates through the SL threads looking for locks. It might be better to do away with that function entirely and simply use the SexLab.ActiveAnimations > 0 instead. Or just allow SL to continue operating during active animations.

Is true but the "Force Arousal Update" option of CF don't care about that and execute the GetActorArousal function of "SexLab Arousal" each time the ChangeArousal function of the CF is called on the OnUpdate Event of CreatureFramework

Posted

soo, went back from SLA Redux V28bSSE Baka to SLASSEloose.

It is working again !

Can target animals on a very high distance and CF arousal updates correctly.

 

Question to CF 2.01

I assume it should work with SE without conversion as it only has scripts.

Got this problem of the missing checkbox force arousal update.

 

Another point is, giants start with arousal -2 in CF but show in SLA at least 0.

They are flagged as NPC and might be handled differently SLA -> CF.

I am going to try either have them flagged as creatures and NPC or change the search in

SLA for them extra in get all actors.

With creatures (animals like deer etc.) I don't have this issue.

 

Posted
13 hours ago, osmelmc said:

Is true but the "Force Arousal Update" option of CF don't care about that and execute the GetActorArousal function of "SexLab Arousal" each time the ChangeArousal function of the CF is called on the OnUpdate Event of CreatureFramework

Might be issexlabactive() function the reason that second mesh does not show up and  because CF is no more updated as event has started already ?

 

Cleaned save from all CF script fragments and installed CF2.01 in SE.

Force arousal update is working now, resp. box appears in MCM.

 

Posted
13 hours ago, osmelmc said:

Is true but the "Force Arousal Update" option of CF don't care about that and execute the GetActorArousal function of "SexLab Arousal" each time the ChangeArousal function of the CF is called on the OnUpdate Event of CreatureFramework

I was having an issue where creatures arousal wasn't updating and saw the post about the force arousal update, I enabled it and since all the creatures have been updating so the feature seems to work perfectly in LE.

Posted
4 hours ago, T-lam said:

Might be issexlabactive() function the reason that second mesh does not show up and  because CF is no more updated as event has started already ?

 

Cleaned save from all CF script fragments and installed CF2.01 in SE.

Force arousal update is working now, resp. box appears in MCM.

 

Not really. 

The sex event don't care about the actor Arousal and CF force the meshes for sex on the "sex start event"

 

One of the reasons is with the "SexLab Add Actor" because the actor's are changed in middle of the animation so the new actor was not detected by previous versions of CF. On the CF of the MNC v12.3 that is fixed but the new actor don't get fully erected until the next Animation stage.

 

Other reason was the event previously used to detect the "Sex start" because previous versions of CF use one event that become mostly useless on mods like "SexLab Defeat". That's also fixed on the CF of the MNC v12.3

 

Another reason I recently detect is about the distance to the player on the Sex start event and if you go to far away after that. I'm working on this right now.

 

Also there is probably another reason for the missing meshes of the second actor I still don't figure out just yesterday I noticed that ABC meshes even if are loaded before MNC can prevent the right development of CF, apparently is related to the default skeletons meshes included on ABC but not in MNC.

 

Posted
3 minutes ago, osmelmc said:

MNC can prevent the right development of CF, apparently is related to the default skeletons meshes included on ABC but not in MNC.

 

OK, becomes more and more complicated.....

I guess it is not possible to replaceABC meshes by those of MNC in an easy way.

Thank you, osmelmc for this clarification.

Posted

@MadMansGun the physics of the Aroused meshes seems to have some issues probably related to the skeletons because:

 

The horse of the carriage outside of the city frequently disappear if is Aroused and still attached to the carriage usually show again when Aroused Creatures start the persecution with him or when is having Sex (basically when is detached from the carriage works fine)

 

The Aroused skeever use to be pushed out of the walls when are killed if the space is limited like in caves.

 

The Frost Atronash disappear on sex scenes if the MNC sex meshes is enabled.

 

All those problems are not new and probably are related to ABC compatibility issue I noticed yesterday but still don't test that without ABC.

 

Posted
23 minutes ago, T-lam said:

 

I guess it is not possible to replaceABC meshes by those of MNC in an easy way.

Thank you, osmelmc for this clarification.

Is not that hard make ABC meshes fully compatible with MNC like "SexLab Werewolf" or "Animal SOS" allowing to select ABC meshes on the CF MCM but right now ABC is not made for that.

 

For now I just remove the ABC, after all MNC already included the skeleton bones of ABC and ABC mod is mainly made for animators.

 

What I really wish and probably every one here too is have the SOS functions on the ABC meshes to have the ABC animations and the SOS up-down functions on the same meshes. Is possible but apparently not one have the required knowledge for that.

 

 

Posted

Probably a dumb question but.

 

So I currently install ABC after a new update of MNC, do I no longer need to use ABC now?

 

Also, this may or may not be related.  I've reinstalled a new set of mods on a new desktop and it's been some time but I reinstalled Estrus for Skyrim, and Chaurus, and the spider, and mimic estrus add-ons.  I can get the Spider, and Mimic to work, but the Chaurus does not work at all.  Nothing new added in mods since my last desktop other than revisions of MNC and ABC.  Anyone know if these revision is / can cause issues with Caurus Estgrus?

 

Thanks!

 

****EDIT*****my issue with Chaurus is that the "Spit" does not activate the Tentacles****

Posted
5 hours ago, osmelmc said:

.

 

this is what i'm seeing from the multi creature problem (werewolves in this case):

1. start animation, one gets a dick and the other does not.

2. changed the werewolf's dick setting in the mcm as the animation is still running.

3. now they are vice versa, they have swapped who has a dick.

4. changed the werewolf's dick setting in the mcm back to the original setting.

5. they swapped back to what it was before.

6. changed the werewolf's dick setting in the mcm to a 3rd setting.

7. both now have dicks (or sometimes no one does).

8. changed the werewolf's dick setting in the mcm back to the original setting.

9. random chance of having dicks or not.

Posted
2 hours ago, WCSC said:

Probably a dumb question but.

 

So I currently install ABC after a new update of MNC, do I no longer need to use ABC now?

 

that is indeed a question I wanted to ask myself :P

Quote

 

Also, this may or may not be related.  I've reinstalled a new set of mods on a new desktop and it's been some time but I reinstalled Estrus for Skyrim, and Chaurus, and the spider, and mimic estrus add-ons.  I can get the Spider, and Mimic to work, but the Chaurus does not work at all.  Nothing new added in mods since my last desktop other than revisions of MNC and ABC.  Anyone know if these revision is / can cause issues with Caurus Estgrus?

 

Thanks!

Describe your "issues" in more detail or you cannot be helped :)

Posted
5 hours ago, Nymra said:

 

that is indeed a question I wanted to ask myself :P

Describe your "issues" in more detail or you cannot be helped :)

Sorry, forgot to add.

 

My issue is that the Chaurus "Spit" for Tentacles does not work.  I just get plain ol spit at

Posted
23 minutes ago, WCSC said:

Sorry, forgot to add.

 

My issue is that the Chaurus "Spit" for Tentacles does not work.  I just get plain ol spit at

hmm, I doubt that this is related to MNC then. Would try in the Charus Thread. 

Run Loot. 

Check if nothing overwrites Estrus Chaurus or parts of it. Set the tentacle attack to 100% chance and see if the chaurus is maybe from some mod (just a random idea tho) and not a normal one. Sorry cant help in any other form I never experienced the problem. 

Also from what I know you need Estrus Version 160r1 for Estrus Chaurus compatibility. 

Posted

Updated

MNC to v12.3A

ABC to v1.80

Reinstalled Creature Framework v1.1.0 pre2

Let MC overwrite everything.

 

Now getting the CF has downgraded things will be broken message and I'm stuck in the initialising loop.

Tried reinstalling JContainers as per the description page. Did the re-register thing. Reinstalled SLAX and SLAC.

Still no joy. Everything seems to be working but I get the message, the loop and I obviously can't get in CF.

 

Thanks

 

EDIT:

Well still no joy.

I've installed CF v2.0.1A which got rid of the error message but I'm still stuck with the initialising message. I tried reinstalling JContainers again but that didn't help.

Posted

I am updating from version 12.07 to 12.3A, I noticed that it says you removed Creature Framework but in TES5Edit it still listed as required, can I use the CF from version 12.07? Just wanted to make sure it wouldn't cause any problems.

Posted
16 minutes ago, k20383 said:

I am updating from version 12.07 to 12.3A, I noticed that it says you removed Creature Framework but in TES5Edit it still listed as required, can I use the CF from version 12.07? Just wanted to make sure it wouldn't cause any problems.

You are supposed to use the standalone version of CF.

Posted
On 10/14/2020 at 9:31 PM, WCSC said:

Sorry, forgot to add.

 

My issue is that the Chaurus "Spit" for Tentacles does not work.  I just get plain ol spit at

Just make sure of put Estrus Chaurus after MNC on the Plugins load order.

By the way other mods like "SexLab Stories" also modify the Chaurus so better place Estrus Chaurus at last on the plugins load order.

Posted
1 hour ago, Grey Cloud said:

You are supposed to use the standalone version of CF.

what's the stand alone version of cf?

Posted
38 minutes ago, WCSC said:

what's the stand alone version of cf?

The standalone version of Creature Framework, i.e. the version which was used before MMG started incorporating it in MNC.

Posted
5 hours ago, Grey Cloud said:

The standalone version of Creature Framework, i.e. the version which was used before MMG started incorporating it in MNC.

And where is that?

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...