sandwiches19 Posted December 7, 2017 Share Posted December 7, 2017 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
nameless701 Posted December 7, 2017 Share Posted December 7, 2017 load Sexlab and Northern Cardinal in the CK open SexlabBeds under the Formlist-section add the beds from Northern Cardinal to this List Link to comment
CPU Posted December 7, 2017 Share Posted December 7, 2017 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
sandwiches19 Posted December 8, 2017 Author Share Posted December 8, 2017 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
FurDraco Posted June 15, 2020 Share Posted June 15, 2020 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now