hana120 Posted January 29, 2024 Posted January 29, 2024 Good morning/Good evening. Here, I use the wonderful Skyshade mod https://www.nexusmods.com/skyrimspecialedition/mods/36268. And I have a question. Here, I would like to know if by creating an empty mod where I would put the images I made in game, if I can then make a mod where I could find them on other saves with other characters to display them afterwards. Is that possible?
traison Posted January 29, 2024 Posted January 29, 2024 Had a quick look at the scripts. The short answer is yes, but not without modifying the scripts or creating your own way of creating the painting objects. It seems its contained within the Paint() function in fnSkyshadeUtil script, shouldn't be that difficult to do: int paintingID = 0 ; Something Activator painting = fnSkyshadeUtil.GetForm(131072 + paintingID) as Activator fnSkyshadeUtil.PlacePainting(painting) If you want to keep making paintings on that character you'd have to make sure the fnSkyshadeMCM.GetNewPaintingID() function returns the correct id as well etc.
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