Sickotik Mods Posted April 28, 2018 Posted April 28, 2018 I realize there are already mods like more Sex Lab and More Nasty Critters But I want to learn how the modders took something like an animal, and made the code to have it run Sex Lab Animations. Essentially I want to recreate my own version of Skyrim for myself, just to learn and play, where I know how to make things use animations and how to remove the restrictions to do so IE, Sex with a chicken. I don’t want to actually make a sex with chicken mod, I just want to understand how you WOULD. Can any modders point me in the right direction for where to start learning? You all started somewhere and I’d like to know where. I want to dissect this game and make it my own.
egon123 Posted April 30, 2018 Posted April 30, 2018 The first stop for you when it comes to sexlab features should be the SexlabFramework.psc in your Data/scripts/source. Open it at best with notepad++ There you have most features and commands documented. When you have trouble with how you best to do something, its always a possibility to look into an existing mod that does something like you want and reverse engineer it. At least I learned a lot from this. For your chicken example: First you need to think about HOW you want to start the sex itself. The trigger. Most Mods does this via a dialogue. Chicken has Dialogue disabled so this would be a bit more work. But lets take another example, lets say a dog. They have Dialogue on. You could make an topic that when chosen calls an script which starts sexlab.
Sickotik Mods Posted April 30, 2018 Author Posted April 30, 2018 4 hours ago, egon123 said: The first stop for you when it comes to sexlab features should be the SexlabFramework.psc in your Data/scripts/source. Open it at best with notepad++ There you have most features and commands documented. When you have trouble with how you best to do something, its always a possibility to look into an existing mod that does something like you want and reverse engineer it. At least I learned a lot from this. For your chicken example: First you need to think about HOW you want to start the sex itself. The trigger. Most Mods does this via a dialogue. Chicken has Dialogue disabled so this would be a bit more work. But lets take another example, lets say a dog. They have Dialogue on. You could make an topic that when chosen calls an script which starts sexlab. I'm going to start there. Thank you so very much for taking the time to help me out man.
egon123 Posted April 30, 2018 Posted April 30, 2018 47 minutes ago, Sickotik Mods said: I'm going to start there. Thank you so very much for taking the time to help me out man. No Problem. I startet the same way
Recommended Posts
Archived
This topic is now archived and is closed to further replies.