Jump to content

Renaming a Mod-added Saber


Recommended Posts

How can I do this? E.G, renaming Qui-Gon's Saber in Circa's SWHilt pack to "Consular" etc 

 

Circa's Hilt Pack: https://jkhub.org/files/file/1711-star-wars-hilt-pack/?st=10#comment_7052

Easy one. You just have to edit the .sab files that are located in the ext_data folder. Just open the .pk3 file of that mod

and extract the ext_data folder of it into your base folder. Once you've edited the files, you can put the ext_data folder back into the pk3. 

 

Let's take the Qui-Gon.sab file as an example.

 

- First, open the file with Notepad.

 

- You'll find these lines in it:

 

single_123
{
name "Qui-Gon Jinn"
saberType SABER_SINGLE
saberModel "models/weapons2/saber_Quigon-/saber_w.glm"
soundOn "sound/weapons/saber/saberon.wav"
soundLoop "sound/weapons/saber/saberhum4.wav"
soundOff "sound/weapons/saber/saberoff.wav"
saberLength 40
saberColor green
}
 

 

- The bold text is the one you have to rename. (It's not bold in the file. I just made it so you know what you need to edit.)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...