Jump to content

Add beds from mods to sexlab


Recommended Posts

I am using the northern cardinal mod with sexlab.  The beds on the ship are not being recognized. I'm not a modder and I have not found anything out there on how to fix this? I'm not even sure what tool to use but I'm assuming the creation kit. Can someone point me to a tutorial? Any help would be appreciated. Let me know if there is any additional info that i need to provide as well. 

Link to comment
10 minutes ago, nameless701 said:

load Sexlab and Northern Cardinal in the CK

open SexlabBeds under the Formlist-section

add the beds from Northern Cardinal to this List

Really a bad way to do it.

 

Somewhere in your code, when you init, just add this line:

 

	SexLab.AddCustomBed(myBed, 0)
	

 

Where "myBed" is your bed (the Form) and 0 is for normal beds (1 is for bedrolls, and 2 is for double beds)

 

Link to comment
20 hours ago, nameless701 said:

load Sexlab and Northern Cardinal in the CK

open SexlabBeds under the Formlist-section

add the beds from Northern Cardinal to this List

When I try to open Northern Cardinal even by itself I get an error that multiple master files were selected for load. And it's aborted.  

 

@CPU Thanks but I have no idea how to do what you're asking. 

Link to comment
  • 2 years later...
On 12/7/2017 at 11:02 PM, CPU said:

Really a bad way to do it.

 

Somewhere in your code, when you init, just add this line:

 

 


	SexLab.AddCustomBed(myBed, 0)
	

 

 

Where "myBed" is your bed (the Form) and 0 is for normal beds (1 is for bedrolls, and 2 is for double beds)

 

Which code are talking about ? how can we access to this ine the CreationKIt ?
I'm trying to add new beds but I can't find a clear explanation to do it, I need help please

Link to comment

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