sandwiches19 Posted December 7, 2017 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.
nameless701 Posted December 7, 2017 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
Guest Posted December 7, 2017 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)
sandwiches19 Posted December 8, 2017 Author 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.
FurDraco Posted June 15, 2020 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.