Jump to content

Modding Help - Change restrictions


Sickotik Mods

Recommended Posts

Posted

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.

Posted

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.

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

Posted
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 :smile: 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...