capngagi Posted December 7, 2021 Share Posted December 7, 2021 Setting places and items ownership to the player in a papyrus fragment? As well as making them part of a faction? Link to comment Share on other sites More sharing options...
gettps Posted December 14, 2021 Share Posted December 14, 2021 I've just done something like that recently. I was making a test mod, an Amorous Adventures-style quest for Maven Black-Briar. As a test, I wanted to see how completely I could integrate myself into their household upon completion of the quest. It worked almost perfectly. All I did was give the PC the manor key (to unlock the doors), make them part of the house faction (so they're not kicked out), and made the player Rank 1 with Maven for good measure: Alias_MavenRef.GetActorReference().SetRelationshipRank(Game.GetPlayer(),1) Game.GetPlayer().Additem(BlackBriarManorKey, 1) Game.GetPlayer().AddToFaction(RiftenBlackBriarHouseFaction)That did the majority of it right there. The only thing I can't figure out is how to fix the "BED" co-owner bug. But I think that's a flaw in the game. Link to comment Share on other sites More sharing options...
Recommended Posts