Difference between revisions of "How To Create New Re-Textured Items"

m
Updated formatting.
imported>Lhammonds
m (Updated external link to internal.)
imported>Lhammonds
m (Updated formatting.)
Line 30: Line 30:
2. Find the related meshes which will be the following in this case:<br>
2. Find the related meshes which will be the following in this case:<br>


'''E:\Games\Oblivion\BSA Commander\Out\Meshes\Armor\Fur\f\cuirass.nif'''<br>
'''E:\Games\Oblivion\BSA Commander\Out\Meshes\Armor\Fur\f\cuirass.nif'''
'''E:\Games\Oblivion\BSA Commander\Out\Meshes\Armor\Fur\f\cuirass_gnd.nif'''<br>
'''E:\Games\Oblivion\BSA Commander\Out\Meshes\Armor\Fur\f\cuirass_gnd.nif'''
'''E:\Games\Oblivion\BSA Commander\Out\Meshes\Armor\Fur\m\cuirass.nif'''<br>
'''E:\Games\Oblivion\BSA Commander\Out\Meshes\Armor\Fur\m\cuirass.nif'''
'''E:\Games\Oblivion\BSA Commander\Out\Meshes\Armor\Fur\m\cuirass_gnd.nif'''<br>
'''E:\Games\Oblivion\BSA Commander\Out\Meshes\Armor\Fur\m\cuirass_gnd.nif'''
'''E:\Games\Oblivion\BSA Commander\Out\Meshes\Weapons\Steel\longsword.nif'''<br>
'''E:\Games\Oblivion\BSA Commander\Out\Meshes\Weapons\Steel\longsword.nif'''


3. Copy them to your project folder in the Oblivion Data folder.  Example:<br>
3. Copy them to your project folder in the Oblivion Data folder.  Example:<br>


'''E:\Games\Oblivion\Data\Meshes\Armor\MyMod\f\cuirass.nif'''<br>
'''E:\Games\Oblivion\Data\Meshes\Armor\MyMod\f\cuirass.nif'''
'''E:\Games\Oblivion\Data\Meshes\Armor\MyMod\f\cuirass_gnd.nif'''<br>
'''E:\Games\Oblivion\Data\Meshes\Armor\MyMod\f\cuirass_gnd.nif'''
'''E:\Games\Oblivion\Data\Meshes\Armor\MyMod\m\cuirass.nif'''<br>
'''E:\Games\Oblivion\Data\Meshes\Armor\MyMod\m\cuirass.nif'''
'''E:\Games\Oblivion\Data\Meshes\Armor\MyMod\m\cuirass_gnd.nif'''<br>
'''E:\Games\Oblivion\Data\Meshes\Armor\MyMod\m\cuirass_gnd.nif'''
'''E:\Games\Oblivion\Data\Meshes\Weapons\MyMod\longsword.nif'''<br>
'''E:\Games\Oblivion\Data\Meshes\Weapons\MyMod\longsword.nif'''


4. Open longsword.nif using NifSkope.  Notice that the texture path points to '''textures\weapons\SteelLongsword02.dds'''<br>
4. Open longsword.nif using NifSkope.  Notice that the texture path points to '''textures\weapons\SteelLongsword02.dds'''<br>
5. Go back into the BSA Commander Out folder and find/copy the texture to your project folder.  Also grab any files that have the same name but with a '''_n''' (Normal Map) or '''_g''' (Glow Map) at the end.  Example:<br>
5. Go back into the BSA Commander Out folder and find/copy the texture to your project folder.  Also grab any files that have the same name but with a '''_n''' (Normal Map) or '''_g''' (Glow Map) at the end.  Example:<br>


'''E:\Games\Oblivion\Data\Textures\Weapons\MyMod\steellongsword02.dds'''<br>
'''E:\Games\Oblivion\Data\Textures\Weapons\MyMod\steellongsword02.dds'''
'''E:\Games\Oblivion\Data\Textures\Weapons\MyMod\steellongsword02_n.dds'''<br>
'''E:\Games\Oblivion\Data\Textures\Weapons\MyMod\steellongsword02_n.dds'''


6. I would recommend renaming the textures to match the name of the NIF file using them.  Example:<br>
6. I would recommend renaming the textures to match the name of the NIF file using them.  Example:<br>


'''steellongsword02.dds --> longsword.dds'''<br>
'''steellongsword02.dds --> longsword.dds'''
'''steellongsword02_n.dds --> longsword_n.dds'''<br>
'''steellongsword02_n.dds --> longsword_n.dds'''


7. Go back to NifSkope and change the texture path to use your custom texture.  Example:<br>
7. Go back to NifSkope and change the texture path to use your custom texture.  Example:<br>


'''textures\weapons\MyMod\longsword.dds'''<br>
'''textures\weapons\MyMod\longsword.dds'''


8. Repeat this process of finding and copying the DDS textures for all NIF files in your project folder.  An exception to this process are the body textures found under textures/characters which are normally left alone since you do not want to alter the skin of the player.  Example:<br>
8. Repeat this process of finding and copying the DDS textures for all NIF files in your project folder.  An exception to this process are the body textures found under textures/characters which are normally left alone since you do not want to alter the skin of the player.  Example:<br>


'''E:\Games\Oblivion\Data\Textures\Armor\MyMod\f\cuirass.dds'''<br>
'''E:\Games\Oblivion\Data\Textures\Armor\MyMod\f\cuirass.dds'''
'''E:\Games\Oblivion\Data\Textures\Armor\MyMod\f\cuirass_n.dds'''<br>
'''E:\Games\Oblivion\Data\Textures\Armor\MyMod\f\cuirass_n.dds'''
'''E:\Games\Oblivion\Data\Textures\Armor\MyMod\m\cuirass.dds'''<br>
'''E:\Games\Oblivion\Data\Textures\Armor\MyMod\m\cuirass.dds'''
'''E:\Games\Oblivion\Data\Textures\Armor\MyMod\m\cuirass_n.dds'''<br>
'''E:\Games\Oblivion\Data\Textures\Armor\MyMod\m\cuirass_n.dds'''
'''E:\Games\Oblivion\Data\Textures\Weapons\MyMod\longsword.dds'''<br>
'''E:\Games\Oblivion\Data\Textures\Weapons\MyMod\longsword.dds'''
'''E:\Games\Oblivion\Data\Textures\Weapons\MyMod\longsword_n.dds'''<br>
'''E:\Games\Oblivion\Data\Textures\Weapons\MyMod\longsword_n.dds'''


9. You will also might want to create custom menu icons as well.  At the beginning, you can create placeholders until you finish with your changes and create the custom icons.  Find and copy existing menu icons to your project folder.  Example:<br>
9. You will also might want to create custom menu icons as well.  At the beginning, you can create placeholders until you finish with your changes and create the custom icons.  Find and copy existing menu icons to your project folder.  Example:<br>


'''Copy From''':<br>
'''Copy From''':<br>
'''E:\Games\Oblivion\BSA Commander\out\textures\menus\icons\armor\fur\f\cuirass.dds'''<br>
'''E:\Games\Oblivion\BSA Commander\out\textures\menus\icons\armor\fur\f\cuirass.dds'''
'''E:\Games\Oblivion\BSA Commander\out\textures\menus\icons\armor\fur\m\cuirass.dds'''<br>
'''E:\Games\Oblivion\BSA Commander\out\textures\menus\icons\armor\fur\m\cuirass.dds'''
'''E:\Games\Oblivion\BSA Commander\out\textures\menus\icons\weapons\steellongsword.dds'''<br>
'''E:\Games\Oblivion\BSA Commander\out\textures\menus\icons\weapons\steellongsword.dds'''


'''Copy To''':<br>
'''Copy To''':
'''E:\Games\Oblivion\Data\textures\menus\icons\armor\MyMod\f\cuirass.dds'''<br>
'''E:\Games\Oblivion\Data\textures\menus\icons\armor\MyMod\f\cuirass.dds'''
'''E:\Games\Oblivion\Data\textures\menus\icons\armor\MyMod\m\cuirass.dds'''<br>
'''E:\Games\Oblivion\Data\textures\menus\icons\armor\MyMod\m\cuirass.dds'''
'''E:\Games\Oblivion\Data\textures\menus\icons\weapons\MyMod\longsword.dds'''<br>
'''E:\Games\Oblivion\Data\textures\menus\icons\weapons\MyMod\longsword.dds'''


10. Use DDS Converter to convert all DDS files into Adobe Photoshop PSD files.<br>
10. Use DDS Converter to convert all DDS files into Adobe Photoshop PSD files.<br>
Line 157: Line 157:


# Create a temporary distribution folder to place all your files in such as C:\MyMod\
# Create a temporary distribution folder to place all your files in such as C:\MyMod\
# You can manually copy all your files over or you can use a helpful utility called [http://www.tessource.net/files/file.php?id=8489 TES4Files] ([http://www.tessource.net/tutorials/tutorial.php?id=54 tutorial]) that will do most of the work for you.
# You can manually copy all your files over or you can use a helpful utility called [http://www.tessource.net/files/file.php?id=8489 TES4Files] that will do most of the work for you. (Tutorial: [[How To Prep Mod Files Using TES4Files]])


'''C:\MyMod\Meshes\Armor\MyMod\'''<br>
'''C:\MyMod\Meshes\Armor\MyMod\'''
'''C:\MyMod\Meshes\Weapons\MyMod\'''<br>
'''C:\MyMod\Meshes\Weapons\MyMod\'''
'''C:\MyMod\Textures\Armor\MyMod\'''<br>
'''C:\MyMod\Textures\Armor\MyMod\'''
'''C:\MyMod\Textures\Weapons\MyMod\'''<br>
'''C:\MyMod\Textures\Weapons\MyMod\'''
'''C:\MyMod\Textures\Menus\Icons\Armor\MyMod\'''<br>
'''C:\MyMod\Textures\Menus\Icons\Armor\MyMod\'''
'''C:\MyMod\Textures\Menus\Icons\Weapons\MyMod\'''<br>
'''C:\MyMod\Textures\Menus\Icons\Weapons\MyMod\'''
'''C:\MyMod\MyMod.esp'''<br>
'''C:\MyMod\MyMod.esp'''


==Readme File==
==Readme File==
Line 171: Line 171:
Use the [http://lhammonds.game-host.org/obmm/tools_readme_generator1.asp Readme Generator] to create a readme file (use the OMOD-Ready template type) and name it something like '''MyMod Readme.txt''' and place it in the root of your distribution folder.
Use the [http://lhammonds.game-host.org/obmm/tools_readme_generator1.asp Readme Generator] to create a readme file (use the OMOD-Ready template type) and name it something like '''MyMod Readme.txt''' and place it in the root of your distribution folder.


'''C:\MyMod\MyMod Readme.txt'''
'''C:\MyMod\MyMod Readme.txt'''


==Create a Distribution Archive==
==Create a Distribution Archive==
Anonymous user