15,856
editsMore actions
no edit summary
No edit summary |
No edit summary |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 18: | Line 18: | ||
There are four textures in a generic armour item. Sometimes there are 3, as an item has no MSK and all the colour is on the BM (For example, Mizora's outfit). Sometimes 4-5, as an item may have a GM (glowmap). | There are four textures in a generic armour item. Sometimes there are 3, as an item has no MSK and all the colour is on the BM (For example, Mizora's outfit). Sometimes 4-5, as an item may have a GM (glowmap). | ||
== Basecolour == | == Basecolour/Base Map == | ||
This controls colour strength. It is flat and white or grey, as colours are overlaid on it via the MSK. The shader for the game is quite powerful so many BM are not very detailed. It will be called a BM if it has no transparency, and BMA if it does. The A stands for alpha, as transparency requires an alpha channel. | This controls colour strength. It is flat and white or grey, as colours are overlaid on it via the MSK. The shader for the game is quite powerful so many BM are not very detailed. It will be called a BM if it has no transparency, and BMA if it does. The A stands for alpha, as transparency requires an alpha channel. | ||
Line 40: | Line 40: | ||
== Physical Map == | == Physical Map == | ||
[[File:PhysicalMapExample1.png|thumb|An example of a Physical Map.]] | |||
The physical map is 3 maps in one, combined into one image. Easy to spot, it will be pink, green and blue, or some combination of those colours. | The physical map is 3 maps in one, combined into one image. Easy to spot, it will be pink, green and blue, or some combination of those colours. | ||
Line 73: | Line 74: | ||
== GM == | == GM == | ||
Rarely an item may have a GM- a Glowmap, which controls its VFX. This is usually black, with white sections to let the glow through. | Rarely an item may have a GM- a Glowmap, which controls its VFX. This is usually black, with white sections to let the glow through. | ||
== How to open a texture and extract its files == | == How to open a texture and extract its files == | ||
First, extract textures from files with multitool. | First, extract textures from files with multitool. [[Modding:How To Find A Virtual Texture|See here for how.]] | ||
Open these files in GIMP. Uncheck load mipmaps as you don’t need them clogging up the work area, and you are going to create new ones when you re-save it. | Open these files in GIMP. Uncheck load mipmaps as you don’t need them clogging up the work area, and you are going to create new ones when you re-save it. | ||
=== Physical Map === | === Physical Map === | ||
Open the physicalmap first. Go to Colours>Components>Decompose>RGB | Open the physicalmap first. Go to Colours>Components>Decompose>RGB | ||
Line 142: | Line 137: | ||
== Remember your Mipmaps == | |||
You need mipmaps on anything that could move closer or further away to the camera, the only case you don’t need them is static elements like the UI. Things that don’t have mipmaps tend to have an odd ‘static’ to them, instead of a smooth clean appearance. | |||
''Textures do not export from virtual textures with mipmaps attached!'' Even if you are not editing some maps, you need to import them into GIMP and resave with mipmaps to generate new ones. | |||
It is recommended to use Kaiser filter mipmaps as they are sharper than default mipmaps, but any will work. | |||
== Tools == | == Tools == | ||
[https://www.youtube.com/watch?v=IbivHL2lPrc&list=PLG6GyipNkD2ptAp16VXs8BiTNEaMlgKhO&index=1 Druu Video Tutorial- contains a section on textures.] | |||
[https://www.nexusmods.com/baldursgate3/mods/1827 Upscaled Clothing Textures]- high quality larger versions of the base game textures. Free permissions to use in any mod. | |||
[https://www.adobe.com/products/substance3d/magazine/bringing-life-to-legends-character-art-in-baldurs-gate-3.html Adobe interview about BG3 textures in Substance -Bringing Life to Legends] (note that the MSK colour files in the article are incorrect and shouldn't be colourpicked) | |||
[https://www.artstation.com/blogs/typhen/GMyG This is normal - article about what normal maps are] | |||
[https://www.nexusmods.com/baldursgate3/mods/4310 Volno texture paint blender toolset] | [https://www.nexusmods.com/baldursgate3/mods/4310 Volno texture paint blender toolset] | ||
Line 157: | Line 167: | ||
[https://www.nexusmods.com/baldursgate3/mods/4337 Texture Alpha Stamps] | [https://www.nexusmods.com/baldursgate3/mods/4337 Texture Alpha Stamps] | ||
[[Category: | [[Category:Armor modding]] |