Jump to content

Horny creatures of Skyrim Special Edition


Recommended Posts

Posted
3 hours ago, nina74 said:

What mods do i all need to instal for this to work?

 

the basic SL & MNC setup

https://www.loverslab.com/files/file/3524-sexlab-more-nasty-critters-install-guide/

2 hours ago, nina74 said:

Form 43 (or lower) plugins are modules that were made for Skyrim LE (Oldrim) and have not been properly ported to Skyrim Special Edition, which uses form 44 plugins. This usually results in parts of the mod not working correctly.

43 plugins are fine in SE.

  • 3 weeks later...
Posted

finally got the compiler working after all this time, but still trying to solve 2 issues with mod.

 

1.Dragon penises are still being replaced by the black dog penis

 

2.Despite editing the ever living hell out of Devourment Refractor's Conditional, Management, and Sexlab files, I STILL can't for the life of me swap the vore anims to lethal and am not sure if I'm supposed to edit something in HCS or DR. Anytime a dragon or mammoth eats someone (player included) it STILL just does the endo mechanic and the npc is still there "inside".

Posted (edited)

I'm building a Synthesis patch for my load order, and I'm constantly getting this error:

 

Quote

Compiling
No extra data to consider.
(C:\Users\Arag\AppData\Local\Temp\Synthesis\2bb878d8-510a-4adb-bb95-00e8a35c3d60\Git\k2sif1pa.2pe\Runner\AmuletsShowOnEverything): dotnet build --runtime win-x64 "AmuletsShowOnEverything.csproj" -c Release
Compiled
Sha d3d049c421183aac856556f914eaa0ead76beed3
(): dotnet run --project "C:\Users\Arag\AppData\Local\Temp\Synthesis\2bb878d8-510a-4adb-bb95-00e8a35c3d60\Git\k2sif1pa.2pe\Runner\AmuletsShowOnEverything\AmuletsShowOnEverything.csproj" -c Release --runtime win-x64 --no-build check-runnability --DataFolderPath "D:\Games\steamapps\common\Skyrim Special Edition\Data" --GameRelease SkyrimSE --LoadOrderFilePath C:\Users\Arag\AppData\Local\Temp\Synthesis\2bb878d8-510a-4adb-bb95-00e8a35c3d60\Workspace\Plugins.txt
Running
(): dotnet run --project "C:\Users\Arag\AppData\Local\Temp\Synthesis\2bb878d8-510a-4adb-bb95-00e8a35c3d60\Git\k2sif1pa.2pe\Runner\AmuletsShowOnEverything\AmuletsShowOnEverything.csproj" --runtime win-x64 --no-build -c Release run-patcher --DataFolderPath "D:\Games\steamapps\common\Skyrim Special Edition\Data" --ExtraDataFolder D:\Games\steamapps\common\Tools\Synthesis\Data\AmuletsShowOnEverything --GameRelease SkyrimSE --LoadOrderFilePath C:\Users\Arag\AppData\Local\Temp\Synthesis\2bb878d8-510a-4adb-bb95-00e8a35c3d60\Workspace\Plugins.txt --OutputPath "C:\Users\Arag\AppData\Local\Temp\Synthesis\2bb878d8-510a-4adb-bb95-00e8a35c3d60\Workspace\0 - AmuletsShowOnEverything" --PatcherName AmuletsShowOnEverything
Mutagen version: 0.31
Mutagen sha: cf708daf0b89c643b94bf08c28e7ab2a719d9451
Synthesis version: 0.19.3
Synthesis sha: e765ef1333b34f3ded15de6ed5ec18983ee48c36
run-patcher --DataFolderPath "D:\Games\steamapps\common\Skyrim Special Edition\Data" --ExtraDataFolder D:\Games\steamapps\common\Tools\Synthesis\Data\AmuletsShowOnEverything --GameRelease SkyrimSE --LoadOrderFilePath C:\Users\Arag\AppData\Local\Temp\Synthesis\2bb878d8-510a-4adb-bb95-00e8a35c3d60\Workspace\Plugins.txt --OutputPath "C:\Users\Arag\AppData\Local\Temp\Synthesis\2bb878d8-510a-4adb-bb95-00e8a35c3d60\Workspace\0 - AmuletsShowOnEverything" --PatcherName AmuletsShowOnEverything
Prepping state.
RecordException  => NakedWerewolfRedHard (005AC1:HornyCreatures.esp<ArmorAddon>): BOD2 type not expected on versions < 43 System.ArgumentException: BOD2 type not expected on versions < 43
   at Mutagen.Bethesda.Skyrim.Internals.BodyTemplateBinaryOverlay.CustomFactory(OverlayStream stream, BinaryOverlayFactoryPackage package)
   at Mutagen.Bethesda.Skyrim.Internals.ArmorAddonBinaryOverlay.GetBodyTemplateCustom()
   at Mutagen.Bethesda.Skyrim.Internals.ArmorAddonBinaryOverlay.get_BodyTemplate()
   at KhajiitEarsShow.Program.RunPatch(SynthesisState`2 state) in C:\Users\Arag\AppData\Local\Temp\Synthesis\2bb878d8-510a-4adb-bb95-00e8a35c3d60\Git\k2sif1pa.2pe\Runner\AmuletsShowOnEverything\Program.cs:line 46   at KhajiitEarsShow.Program.RunPatch(SynthesisState`2 state) in C:\Users\Arag\AppData\Local\Temp\Synthesis\2bb878d8-510a-4adb-bb95-00e8a35c3d60\Git\k2sif1pa.2pe\Runner\AmuletsShowOnEverything\Program.cs:line 67
   at Mutagen.Bethesda.Synthesis.SynthesisPipeline.<>c__DisplayClass44_0`2.<Patch>b__0(IPatcherState`2 state) in D:\a\Synthesis\Synthesis\Mutagen.Bethesda.Synthesis\SynthesisPipeline.cs:line 524
   at Mutagen.Bethesda.Synthesis.SynthesisPipeline.<>c__DisplayClass12_0`2.<<AddPatch>b__0>d.MoveNext() in D:\a\Synthesis\Synthesis\Mutagen.Bethesda.Synthesis\SynthesisPipeline.cs:line 94
--- End of stack trace from previous location ---
   at Mutagen.Bethesda.Synthesis.SynthesisPipeline.Run(RunSynthesisMutagenPatcher args, ModKey exportKey) in D:\a\Synthesis\Synthesis\Mutagen.Bethesda.Synthesis\SynthesisPipeline.cs:line 456
   at Mutagen.Bethesda.Synthesis.SynthesisPipeline.Run(RunSynthesisMutagenPatcher args) in D:\a\Synthesis\Synthesis\Mutagen.Bethesda.Synthesis\SynthesisPipeline.cs:line 404
   at Mutagen.Bethesda.Synthesis.SynthesisPipeline.<>c__DisplayClass36_0.<<InternalRun>b__1>d.MoveNext() in D:\a\Synthesis\Synthesis\Mutagen.Bethesda.Synthesis\SynthesisPipeline.cs:line 378
Synthesis.Bethesda.Execution.CliUnsuccessfulRunException: Error running solution patcher
   at Synthesis.Bethesda.Execution.Patchers.SolutionPatcherRun.Run(RunSynthesisPatcher settings, CancellationToken cancel)
   at Synthesis.Bethesda.Execution.Runner.Run[TKey](String workingDirectory, ModPath outputPath, String dataFolder, IEnumerable`1 loadOrder, GameRelease release, IEnumerable`1 patchers, IRunReporter`1 reporter, CancellationToken cancellation, ModPath sourcePath, PersistenceMode persistenceMode, String persistencePath)

 

To check the reason why, I removed the offending werewolf ID, and it jumped to the next
NakedWerewolfRedHard (005AC1:HornyCreatures.esp<ArmorAddon>)

 

Does anyone have an idea what to do?

Edited by aragonit
  • 4 weeks later...
Posted

Would a mod that does like "Automatic Variants" or "Dynamic Animal Variants" work with this mod? Like showing their junk and all on the different skins? Or do those type of mods clash with this type?

Posted
1 hour ago, robbedragon said:

Would a mod that does like "Automatic Variants" or "Dynamic Animal Variants" work with this mod? Like showing their junk and all on the different skins? Or do those type of mods clash with this type?

i can't patch them, they use a esp generator therefor no 2 users have the same esp.

Posted (edited)

so, I'm not exactly sure which page to post this to because I'm not exactly sure what mod is affecting it but I think it's this one since it adds Urta the Fox from Horny Werewolves. I got a mesh problem currently, in which the head from HDT werewolves is overriding Urta's head, both of them appearing in the same spot. I believe that the skin was made by Kirakitty, which there is a patch for their skins and I'm wondering if this would work, but if it doesn't what actions should I take? And is it possible to change the dick from a horse to a wolf dick? Seeing a horse dick on a werewolf is... odd and looks unpleasing to me.

 

Edit: it did not work.

Edited by buddyman4925
New info
Posted
4 hours ago, buddyman4925 said:

so, I'm not exactly sure which page to post this to because I'm not exactly sure what mod is affecting it but I think it's this one since it adds Urta the Fox from Horny Werewolves. I got a mesh problem currently, in which the head from HDT werewolves is overriding Urta's head, both of them appearing in the same spot. I believe that the skin was made by Kirakitty, which there is a patch for their skins and I'm wondering if this would work, but if it doesn't what actions should I take?

the nif would probably need to be edited (NifSkope), maybe the esp as well (xedit).

 

4 hours ago, buddyman4925 said:

And is it possible to change the dick from a horse to a wolf dick? Seeing a horse dick on a werewolf is... odd and looks unpleasing to me.

copy the female line to the male line in armoraddon.

but you do know that "Urta the Fox" was (loosely) based on corruption of champions right?

Posted
35 minutes ago, MadMansGun said:

the nif would probably need to be edited (NifSkope), maybe the esp as well (xedit).

 

copy the female line to the male line in armoraddon.

but you do know that "Urta the Fox" was (loosely) based on corruption of champions right?

not gonna lie, I have no idea how to do either of those or where to begin.

Posted
22 hours ago, MadMansGun said:

i can't patch them, they use a esp generator therefor no 2 users have the same esp.

Ok thank you for the reply. Its a bit sad but makes sense. Thanks again.

Posted (edited)

I'm not sure where to ask this , I was googlin around and ended up here.  I think I read on some other post something about a controller patch from MadMansGun. I think it was sexlab 1.62 and werewolf something or another, anyways it somehow landed me here.  My problem is probably an old one-cant use tfc while vampire lord animation. worse the camera pins underneath the actors and cant see anything.  I've tried using immersive first person mod which of course enables 1st person in Vampire Lord form, but unfortunately didnt fix the no tfc issue.  I've never really played as vampire lord or beast form. always found a little ridiculous , But now I've created a vampire mod that if certain needs aren't met within an given timeframe. then she gets all blood frenzied and really horny then forced into vampirelord until enough kills and enough sex has sated her.  got it all working except cant see the frickin animations when played. 

   Does anybody know a fix for this?

Edited by Dg75
Posted
1 hour ago, Dg75 said:

I'm not sure where to ask this , I was googlin around and ended up here.  I think I read on some other post something about a controller patch from MadMansGun. I think it was sexlab 1.62 and werewolf something or another, anyways it somehow landed me here.  My problem is probably an old one-cant use tfc while vampire lord animation. worse the camera pins underneath the actors and cant see anything.  I've tried using immersive first person mod which of course enables 1st person in Vampire Lord form, but unfortunately didnt fix the no tfc issue.  I've never really played as vampire lord or beast form. always found a little ridiculous , But now I've created a vampire mod that if certain needs aren't met within an given timeframe. then she gets all blood frenzied and really horny then forced into vampirelord until enough kills and enough sex has sated her.  got it all working except cant see the frickin animations when played. 

   Does anybody know a fix for this?

use SexLab v1.62 fixes or SexLab Utility Plus (not both)

https://www.loverslab.com/files/file/5337-sexlab-162-fixes/

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

 

also you don't need to use tfc, just use sexlab's freecam button (number pad's 3 key).

Posted (edited)
On 10/13/2021 at 8:33 PM, MadMansGun said:

use SexLab v1.62 fixes or SexLab Utility Plus (not both)

https://www.loverslab.com/files/file/5337-sexlab-162-fixes/

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

 

also you don't need to use tfc, just use sexlab's freecam button (number pad's 3 key).

All right Thank You ! Ill give this a try, and sorry I do use the sexlab tfc(freecam) Just assumed they were the same.

 

Edit  Successes! Thanks again. I used the sexlab utility plus. it didn't allow for sexlab's freecam while in VL form, but it did fix the camera so as everything is visible.  Apparently fixed some other things as well.

Edited by Dg75
  • 2 months later...
Posted

what is the latest version of this mod? I have 17bSE

and...20SE? I don't know how both of them got there, but it's been a pretty long time

Posted
On 12/24/2021 at 12:08 AM, roulk said:

what is the latest version of this mod? I have 17bSE

and...20SE? I don't know how both of them got there, but it's been a pretty long time

V1.27

Posted

Hey, I just downloaded this mod and noticed that my main menu screen was changed. Is this the mod responsible for changing it by adding some animals fucking each others? If so, how can I turn it back to vanilla?

  • 2 weeks later...
Posted

Hello there, when i tried to initiate animations with deers or elks, the animation would just stop and the deer would start running in place, how do you fix this?

Posted
12 hours ago, davejack said:

Hello there, when i tried to initiate animations with deers or elks, the animation would just stop and the deer would start running in place, how do you fix this?

Quote

 

5. make sure you have "Allow Creature Animation" checked in SexLab's MCM settings.

 

6. turn off "Match Creature Gender" in sexlab's MCM settings, if this setting is enabled some animations won't play.

 

7. did you forget to install the FNIS Creature Pack? install it and rerun the GenerateFNISforUsers.exe, then do steps 5 & 8
NOTE: if you do have the Creature Pack but some creatures are just playing idle animations during sex or not moving try clicking on "De-Install Creatures" in FNIS, after it's done running click on "Update FNIS Behavior"
(doing this will delete all the creature behavior files generated by FNIS and remake new ones...that is assuming you DO have the FNIS Creature Pack installed)

 

8. you may need to reload the animations, go to the Animation Loader's MCM and then:
8.1. click on the "Disable All" button.
8.2. click on "Rebuild Animation Registry", then Wait for the message to pop up*.
8.3. click on "Reload JSON".
8.4. click on "Enable All".
8.5. click on "Count Animations" and make sure nothing is over 1000, turn off some animations if they are.
8.6. click on "Register Animations", then Wait for the message to pop up*.
*if you like you can press "~" on your keyboard to open the console so you can watch it Register everything, just make sure you close it before you try to click on anything.

 

 

  • 4 weeks later...
Posted

So, I have an issue and need some help please. I downloaded and installed this along with SL Werewolves Redux so I can have sex while transformed as a werewolf, which after getting the patch to make sure my character has a hard penis it works as advertised. I can transform to a werewolf, then using the hotkey I can rape female npcs. I can also interact with them just like if I was not a werewolf, which has inadvertently caused an issue of itself. I can't feed, after killing any npc it only lets me search their corpse and does not give me the option to feed. If I disable this mod and only this mod then I am able to feed again, if I enable this mod I can't feed. So I am hoping this has come up before and someone has a fix for it cause I like the mod and being able to have sex while transformed into a werewolf is nice. It is a bit odd that the "creature counter" in Sexlab increases each time I have sex as a werewolf, but I suppose it kinda makes sense as my character isn't a human or in my case a khajiit at the time and is a "creature" lol. All the werewolf animations work too, so I just need help getting feeding to work while having this mod active. Thank you :)

Posted (edited)
1 hour ago, Martok73 said:

So I am hoping this has come up before and someone has a fix for it

no, this is the first time. i don't know what would cause that.

 

1 hour ago, Martok73 said:

it only lets me search their corpse

you can't do that in stock skyrim, werewolf looting is another mod....i will assume it's a possible cause.

 

i use this one myself (Dawnguard LE version)

https://www.nexusmods.com/skyrim/mods/9891?

Edited by MadMansGun
Posted
32 minutes ago, MadMansGun said:

no, this is the first time. i don't know what would cause that.

 

you can't do that in stock skyrim, werewolf looting is another mod....i will assume it's a possible cause.

 

i use this one myself (Dawnguard LE version)

https://www.nexusmods.com/skyrim/mods/9891?

I use Growl SE version as a werewolf overhaul and after I moved it down below Horny Creatures everything worked as it should. I can feed, and then loot corpses after feeding, and have sex while in werewolf form, so all is good. For whatever reason if HOCS loads after Growl I can't feed, but if it loads before Growl, then I can feed just fine and all is well. So no clue, but all better now :) I also have working Diverse Werewolves, and a custom skin on my characters werewolf form too! so I'm very happy now :)

Posted (edited)
1 hour ago, Martok73 said:

.

most likely " WerewolfBeastRace "Werewolf" [RACE:000CDD84] ", there is a edit in it (both MNC & HSOS) that changes the werewolf's height.

Edited by MadMansGun
Posted

I need to report a bug / incompatability with AE (the actual paid DLC of AE, not the new exe version 1.6.353)

 

So... I'm happily running 1.6.353, with this and many, many other mods installed and working well, enjoying the tasteful nature scene that is displayed by HCOS to replace the boring silver Skyrim logo on the main menu screen.

 

But then, like a fool, I purchase the actual AE DLC. Suddenly I find that the apparently it has a so-called feature where it replaces the silver logo with a gold one. This means that when I launch the game, I get the HCOS version of meshes\interface\logo\logo.nif for a second or two while it loads up, but it is replaced by a horrible gold logo once the menu text appears.

 

After a little bit of digging through the BSAs, I've found the culprit, and have a workaround for anyone else who is suffering from this issue.

 

The new gold logo is apparently meshes\interface\logo\logo01ae.nif (in Meshes1.bsa, if anyone cares), and the workaround is to add a new copy of the HCOS supplied logo.nif and call it logo01ae.nif in the same folder (meshes\interface\logo). You get a slight flicker, and the lighting presets seem to change a little when the menu text arrives, but at least it keeps the animation in place now.

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