sanskyer Posted September 1, 2018 Share Posted September 1, 2018 Hi guys! I have an idea of a simple Skyrim mod, but I don`t know how to implement this idea. And I tried different settings (linked ref etc) but ineffectually. Namely - two beds in a rented room in taverns. For the player and his companion. I checked, there's enough space. But how to make a new bed activation at the same time as a vanilla bed (after renting a room) How to link a new bed with an vanilla one? Is it possible to do this without scripts? Thank you! Link to comment Share on other sites More sharing options...
Deleted3897072User Posted September 1, 2018 Share Posted September 1, 2018 When you rent a room in an inn, a script changes the ownership of the bed so that you can sleep in it. After 24 hours, a scripted timer kicks in and changes the ownership back. If you want to add another bed and have the same thing happen, you need to change the ownership of that bed too. It's difficult to see how that could be done without modifying the script. Link to comment Share on other sites More sharing options...
sanskyer Posted September 2, 2018 Author Share Posted September 2, 2018 When you rent a room in an inn, a script changes the ownership of the bed so that you can sleep in it. After 24 hours, a scripted timer kicks in and changes the ownership back. If you want to add another bed and have the same thing happen, you need to change the ownership of that bed too. It's difficult to see how that could be done without modifying the script. Thanks for the answer. CK does not have a simple option for creating a complete and interactive copy of the object? It's a pity... Link to comment Share on other sites More sharing options...
Deleted3897072User Posted September 2, 2018 Share Posted September 2, 2018 You can copy and paste the bed, that's almost trivial, but the innkeeper won't know the new one is there. LIke all NPCs, under the hood the innkeeper is just a dumb robot running a script. Her script says to rent out one bed, so that's what she will do. If you want her to rent out two beds, you have to change her script. You could just set the ownership of the new bed to CurrrentFollowerFaction and not change anything else, though. Link to comment Share on other sites More sharing options...
sanskyer Posted September 2, 2018 Author Share Posted September 2, 2018 (edited) You can copy and paste the bed, that's almost trivial, but the innkeeper won't know the new one is there. LIke all NPCs, under the hood the innkeeper is just a dumb robot running a script. Her script says to rent out one bed, so that's what she will do. If you want her to rent out two beds, you have to change her script. You could just set the ownership of the new bed to CurrrentFollowerFaction and not change anything else, though.This in "Ownership" tab? I did not find such an option there. Only "FоlloverFaсtion". Edited September 2, 2018 by sanskyer Link to comment Share on other sites More sharing options...
Deleted3897072User Posted September 2, 2018 Share Posted September 2, 2018 0005C84E CurrentFollowerFaction. If you set the ownership to that faction, your follower(s) will be able to sleep in the bed but no-one else will. Link to comment Share on other sites More sharing options...
sanskyer Posted September 3, 2018 Author Share Posted September 3, 2018 0005C84E CurrentFollowerFaction. If you set the ownership to that faction, your follower(s) will be able to sleep in the bed but no-one else will. Ah, you mean console command. But I'm doing a mod for community, not just for myself! In any case, many thanks for the help! Maybe I'll come up with something, or find a co-author... Link to comment Share on other sites More sharing options...
Deleted3897072User Posted September 3, 2018 Share Posted September 3, 2018 No, I didn't mean a console command. We were talking about the ownership tab in the CK. Have you set the CurrentFollowerFaction to be allowed to own things? Link to comment Share on other sites More sharing options...
sanskyer Posted September 4, 2018 Author Share Posted September 4, 2018 No, I didn't mean a console command. We were talking about the ownership tab in the CK. Have you set the CurrentFollowerFaction to be allowed to own things?Sorry, I'm a noob. In my Ownership tab "CurrentFollowerFaction" not present. Only "Companionsfaction". Link to comment Share on other sites More sharing options...
Deleted3897072User Posted September 4, 2018 Share Posted September 4, 2018 If you look under Character>Faction for the CurrentFollowerFaction itself you will see that the "Can Be Owner" flag is turned off. Edit it to turn it on. Then you will get it in the list of possible owners. Note: USSEP also edits this record to set it as an Ally of the PlayerHorseFaction. It's a good idea to add that in too otherwise your mod will be breaking USSEP for people who install both. Link to comment Share on other sites More sharing options...
Recommended Posts