Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Custom Skins On Saber Hilts

Page: 1 of 1
 Adamant
10-22-2003, 6:01 PM
#1
How do you get a custom skin for a saber hilt to work?
 eidospsogos
10-23-2003, 12:17 AM
#2
if you have a model in mind that you would like to re-skin(that of course being the easiest way) you would simply replace the image file in the folder of the model you want to re-skin and give it the name of the image file you are to replacing....then the game unwittingly loads the new skin.....if you are wanting to add a new model to the selectable sabers, that's an entirely different story.....and i would suggest downloading More Hilts and studying what they have built/altered in order to get the new hilts to show up
 WadeV1589
10-23-2003, 3:04 PM
#3
You can use a current model and add a new saber by first creating a .skin file, it's plain text and basically looks something like this:w_blade,models/weapons2/saber_dual_1/dark_knightwhere the first bit (w_blade) is the name of the mesh of the saber hilt inside the md3 (it varies per saber [Thanx Raven!] and w_blade is for saber_dual_1),
the second bit is the path to the new texture/shader to use

Save this anywhere you want...but I recommend in the same folder as the saber you're making a new skin for (e.g models/weapons2/saber_dual_1/dark_knight.skin)

You then make a new .sab file, place it in ext_data\sabers and add this neato little line:customSkin "models/weapons2/saber_dual_1/dark_knight.skin"

There, you now have a new saber that doesn't replace the skin of any existing saber and doesn't require a new GLM :)
Page: 1 of 1