MasonKaundor Posted February 18, 2019 Share Posted February 18, 2019 Hello o/ I've just recently gotten into modding Skyrim and was wondering if there was a way to add a watermark to a custom note? I know how to add an image and make the note, but instead of the text wrapping around it, I would like it to be in the background. No idea how to accomplish this lol. Thank you in advance! Link to comment Share on other sites More sharing options...
NexusComa Posted February 18, 2019 Share Posted February 18, 2019 Just make a note with your watermark and use that as the notes texture. Easy part:Create a new note by editing the real game note and simply rename the base file ... create a new object. Exp: MarkedNoteUse that object as the one you are working with and the one you place down. Hard part:Go get the real notes .nif file. Make a copy by a new name ... Exp: MarkedNote.nifGo get the real notes .dss file. Make a copy by a new name ... Exp: MarkedNote.dssBSABrowser can help with that. Place your new mesh file in the games meshes folder ... Exp: meshes\MyModName\MarkedNote.nifPlace your new texture file in the games textures folder ... Exp: textures\MyModName\MarkedNote.dss Edit the new .dss file with a paint program to add the watermark.Edit the new .nif file with NifSkope to change where the file gets it's texture file to the texture you added the water mark. Now go back to the ck find the new note object you created in the easy part "MarkedNote" and edit what mesh it uses to your newly added mesh.Now just make a .bsa from the ck for your mod and you got it. A new MarkedNote added to Skyrim (that will not error the game in anyway). Link to comment Share on other sites More sharing options...
MasonKaundor Posted February 19, 2019 Author Share Posted February 19, 2019 Awesome! Thank you for the quick response! Link to comment Share on other sites More sharing options...
Recommended Posts