Any mods you use or recommend? Discuss them here.
 #143646  by Samantha Crow
 
( What You Need)
PakScape: It’s for opening .pk3 files.

Step 1:
Open Base in your game copy assets1.
Make a new file paste it into that new file.
Call this file clean assets1 so if you mess up at any time.
You can copy past this back into base for a clean working game.

Step 2:
Open the assets1 in your games base folder.
Yes I said the real assets folder that’s why we made a copy.
Now open ext_data then sabers .

Step 3:
Find the SAB file of the hilt you want to replace.
We will use single_1 for this how to open it with note pad.
This is what it will look like.

single_1
{
name @MENUS_SINGLE_HILT1
saberType SABER_SINGLE
saberModel
"models/weapons2/saber_1/saber_1.glm"
soundOn
"sound/weapons/saber/saberon.wav"
soundLoop
"sound/weapons/saber/saberhum4.wav"
soundOff
"sound/weapons/saber/saberoff.wav"
saberLength 40
saberColor random
}

Step 4:
Open the SAB file of the hilt you want to replace it with.
We will use single_2 for this how to open it with note pad.
This is what it will look like.

single_2
{
name @MENUS_SINGLE_HILT2
saberType SABER_SINGLE
saberModel
"models/weapons2/saber_2/saber_2.glm"
soundOn
"sound/weapons/saber/saberon.wav"
soundLoop
"sound/weapons/saber/saberhum4.wav"
soundOff
"sound/weapons/saber/saberoff.wav"
saberLength 40
saberColor random
}
Step 5:
Copy every thing in single_2 SAB file but the name line at the top like this.

{
name @MENUS_SINGLE_HILT2
saberType SABER_SINGLE
saberModel
"models/weapons2/saber_2/saber_2.glm"
soundOn
"sound/weapons/saber/saberon.wav"
soundLoop
"sound/weapons/saber/saberhum4.wav"
soundOff
"sound/weapons/saber/saberoff.wav"
saberLength 40
saberColor random
}

Step 6:
Paste the above / step 5 into single_1 SAB file like this.

single_1
{
name @MENUS_SINGLE_HILT2
saberType SABER_SINGLE
saberModel
"models/weapons2/saber_2/saber_2.glm"
soundOn
"sound/weapons/saber/saberon.wav"
soundLoop
"sound/weapons/saber/saberhum4.wav"
soundOff
"sound/weapons/saber/saberoff.wav"
saberLength 40
saberColor random
}

Step 7:
Don’t forget to save it

Step 8:
Make sheer your saber model .pk3 and fixed assets1 is in your base and your good to go.

Hope this helps anyone wondering how this is done.
 #143648  by Mandalorian
 
This was already done by me here:

http://www.knights-reborn.org/forum/vie ... 12&t=12231

I even made that thread specifically for you, I made that right after you had asked me to :(
 #143651  by Samantha Crow
 
A sticky would have been nice cause a search on forums gave nothing.
Asked for days got no help also frog asked about this to.
I fond out how by doing it on my own from frog and falcons post.
witch left me confused so lol it's here.
:lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol:

PS. if posable delete mine and sticky yours for easy finding.