Jump to content

Recommended Posts

Posted (edited)

Hello

 

I have googled (?) around a lot on information on how to retexture skyrim. Non found.

And that's where this thread comes into the picture.

I (and probably others) would love to know how to retexture skyrim. I have no Coding skills more than making a simple Minecraft mod (and Skyrim is'nt written in Java) and you have to start of somewhere.

 

So:

 

How do I retexture Skyrim???

Edited by AlvinTheBest
Posted

You find a nice tool like BSAopt to open "Skyrim - Textures.bsa" in the Data folder of Skyrim and extract the texture you want to edit. Then you open the texture in Gimp or Photoshop (you need the .dds plugin for Gimp) and edit it, save it (with mipmaps and dxt 1 compression for color textures and with dxt 3 compression for normalmaps) and place it in the proper subfolders of the "textures" subfolder (which you need to create in the "Data" folder).

You can see the proper subfolders in BSAopt.

Posted
I recommend paint.NET for conversions, and Gimp for doing the editing and creation. Those are both free and relatively simple, yet powerful.
Posted (edited)

Just use this to use .dds files in Gimp. No need for a second program.

Edit: A little note: The specular map is the alpha channel of the normal map (that´s why you need dxt 3 compression).

Edited by Fisrion
  • 6 months later...
Posted
  On 12/25/2011 at 11:24 PM, Fisrion said:

You find a nice tool like BSAopt to open "Skyrim - Textures.bsa" in the Data folder of Skyrim and extract the texture you want to edit. Then you open the texture in Gimp or Photoshop (you need the .dds plugin for Gimp) and edit it, save it (with mipmaps and dxt 1 compression for color textures and with dxt 3 compression for normalmaps) and place it in the proper subfolders of the "textures" subfolder (which you need to create in the "Data" folder).

You can see the proper subfolders in BSAopt.

 

How do you retexture creatures like giants who have their textures attached to their nif files???

Posted (edited)
  On 7/25/2012 at 8:34 PM, robham63 said:

 

How do you retexture creatures like giants who have their textures attached to their nif files???

 

You don't actually need to mess with the nif files to do retextures. You can use TextureSets.

 

It's hard to explain, but not that difficult in practice. IIRC, these are the basic steps:

1) Create a TextureSet which points to the paths of your texture files.

2) Create an ArmorAddon that points to your TextureSet and creature race

3) Create an Armor "skin" that points to your ArmorAddon. This armor will be selected in the NPC's Actor form (Traits tab) as its "skin".

 

See this thread (especially the last post by JADAK) on the basic instructions on how to retexture armor using TextureSets. The same principles apply to retexturing NPCs.

Edited by steve40
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...