Jump to content

Home

Lightsaber colors


wasa7

Recommended Posts

Hello all. Perhaps many others had already ask for this but where is the lightsaber blade color info of a particular saber?

 

What I mean is that if I want to change the blade color of a hilt, lets say from red to blue, what files do I have to edit without changing the w_lsabrered01.tga file? Do I have to edit the .mdl and .mdx files for that particular saber with MDLops? I'm 97% sure that is not in the .uti file... or is it?

 

Anyways, thanks in advance!

Link to comment
Share on other sites

easiest thing to do is use MDLOps' "renamer" function. There's a tutorial in the readme that shows you how to do it :)

 

but yes, to answer your question.. the info for telling the saber what color to use is contained in the .mdl file. Hex editing can change the color, but MDLOps is much easier...

 

Renamer usage:

 

1) start mdlops

 

2) click 'select file'

 

3) browse to directory that has your .MDL file.

 

Select the .MDL and click 'open'

 

4) click on 'read model'

 

5) click on 'renamer'

 

6) type in a new texture name in the "New name" box

 

7) click on the mesh that needs its texture renamed

 

8) click "change name"

 

9) when you are done changing names, click "write model"

 

The model will be written to the same directory as

 

the original with the name model-rbin.mdl and

 

model-rbin.mdx

Link to comment
Share on other sites

If you hex edit the .mdl file, all you have to do is use the find function, and locate the four entries of "w_lsabrered01" (or 8 entries for double-blades) and rename them "w_lsabreblue01"... true MDLops is easier for most, but its always nice to know another way to do things :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...