Ulrich9 Posted April 2, 2017 Posted April 2, 2017 Hello, I would like to know how modders give characters the ability to have sex. I mean like for example a wolf (I know this has already been done but it's just an example,) how do you go from vanilla Skyrim to a wolf capable of having sex? Furthermore, I have seen animal cubs with sex capabilities that only differ in size, how do you apply a naked body form to them? I have no modding experience. Also I know that I am vague so if you want more explanation from me then PM me.
nosdregamon Posted April 3, 2017 Posted April 3, 2017 Technically as with every customa animation: 1) Create an animation for the character's skeleton (Use 3ds Max or Blender, import the skeleton, make an animation, export in "hkx" format). 2) Create a link between animation and game (use FNIS to create animation events and link them in Creation Kit) 3) Prepare a trigger with CK (spell, activator, furniture, etc.), to call a script that makes the actor played said animation in game. 4) Use the prepared trigger in game. To create a scene with two Actors: Take Step 1) but import two skeletons, model you scene, export each skeletons' animation individually. Step 2 is unchanged. Step 3 is basically unchanged, but your script will also need to set actors to their starting points relative to each other (else they'll just play their part, whereever they are standing around). --- However, this is just the general idea and each step can be quite overwhelming on itself. If you for example, don't like scripting, there's Sexlab which has a lot of addon-mods to start scenes and the SexlabAnimationLoader which makes setting up scenes a bit easier. Here's a howto: http://www.loverslab.com/files/file/2506-sexlab-animation-loader-guide/ which explains a few steps, but is only usefule if you have an animation at hand.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.