JDAnchor Posted January 25, 2017 Share Posted January 25, 2017 I am looking to retexture some quest items including examples such as Amren's Sword or the Initiate's Ewer but can not find them in the extracted BSA files anywhere. Does anyone know where I can find them? Link to comment Share on other sites More sharing options...
ScrollThief84 Posted January 25, 2017 Share Posted January 25, 2017 The textures can be found in Texture archive 3, under: textures\dlc01\clutter\DLC01SnowElfGoblet.dds, textures\dlc01\clutter\DLC01SnowElfGoblet_n.dds, textures\dlc01\clutter\DLC01SnowElfGoblet_em.dds and textures\cubemaps\ShinyBright_e.dds As for Amren's Sword, it is just the normal Iron Longsword textures... Texture archive 7 textures\weapons\iron\IronLongsword.dds,textures\weapons\iron\IronLongsword_n.dds,textures\weapons\iron\IronLongsword_em.dds and textures\cubemaps\ShinyDull_e.dds -Scroll Thief Link to comment Share on other sites More sharing options...
azzendix Posted January 25, 2017 Share Posted January 25, 2017 (edited) This is what I do. 1. See FormID from reference websites like elderscrolls.wikia.com or uesp.net. Ex. FormID of Amren's Family Sword is 000647AC 2. Search FormID in SSEedit. See the mesh file path. 3. Open mesh file in NifSkope. You can find the texture path from BSShaderTextureSet node. ----- Problem is: Oldrim have specific mesh for Amren's Family Sword in meshes\weapons\amren folder.Unlike Oldrim, SSE remove that folder and uses Iron sword mesh instead.(meshes\weapons\iron\Longsword.nif)So, you need to change the model path of Amren's Family Sword to the new mesh that you create. It can be done easily with SSEedit. Tell me If you want some help about that. Edited January 25, 2017 by azzendix Link to comment Share on other sites More sharing options...
Recommended Posts