akemyizabel Posted March 6, 2021 Share Posted March 6, 2021 Hello!I'm making a mod that retextures all the book covers in skyrim se , so i went to test some and while they appear when i look at the books on my inventory, when on bookshelves or anywere out of the inventory they don't, is there something i'm missing? It's the first mod i'm making so any help or tips are welcomeI've put the textures into C:/program files(86x)/Steam/steamapps/common/Skyrim Special Edition/Data/textures/clutter/books and used the same names of the originals (largebook03.dds and largebook03_n.dds for exemple) Link to comment Share on other sites More sharing options...
Hanaisse Posted March 6, 2021 Share Posted March 6, 2021 Books use different meshes/textures for the inventory and out of inventory display.For example;In the CK - misc item book Book1CheapOlafAndTheDragon- uses meshes/clutter/books/basicbook03.nif model which uses textures/clutter/books/book03.ddsHowever, the related Inventory Art - HighPolyBasicBook03- uses meshes/clutter/books/book02/characterassets/book03.nif which uses textures/clutter/books/largebook03.ddsSo you would need to copy your new largebook03.dds texture and rename it book03.dds as well so it aligns. Link to comment Share on other sites More sharing options...
Evangela Posted March 6, 2021 Share Posted March 6, 2021 Check that the world art of the book's nif file also has the correct texture paths to your custom texture and not still pointing at Skyrim's. Link to comment Share on other sites More sharing options...
Recommended Posts