Jump to content

Add beds from mods to sexlab


Recommended Posts

Posted

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. 

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

 

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

  • 2 years later...
Posted
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

Archived

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

  • Recently Browsing   0 members

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