Show off your sexy skins and models here!

Moderator: Key

 #141263  by Mandalorian
 
Sorry for late post, been busy recently. Wanted to post this yesterday.

As the title suggests, this is a tutorial on how to replace the default sabers with a modded saber, so that you can play on the KR server and see your favourite sabers when kicking Cloud's butt.

So, let me begin with saying what programs I will be using:

WinRAR (to open .pk3 files)
Notepad (to open .sab files)

1.) Opening the Pk3's

Lets say you downloaded senbou's great Sword of Aeons saber, and want it to replace the default sabers. First thing you do, is go to jedi academy/gamedata/base, and open up "assets0.pk3". Once this is open, you go to "ext_data/sabers".

2.) Copy the files to desktop

In the sabers folder in ext_data of assets0.pk3, you should see a set of files which end in .sab. These are the files which pretty much determine what that lightsaber is. So lets say you want to replace the first single saber in JKA, "single_1.sab", with the Sword of Aeons. What you have to do is click and drag "single_1.sab" to your desktop.

Now that you have single_1.sab on your desktop, open the pk3 that has your modded saber (for the sword of aeons, it is s_SoA.pk3). Once inside, go to "ext_data/sabers" again. This time you will see another .sab file, but with a different name. That is your modded lightsaber. Click and drag that to your desktop, to avoid corrupting it accidently.

Now you should have two .sab files on your desktop, one is single_1.sab, and the other is a .sab with your modded saber. Open up single_1.sab and you should see something like this:

Image

3.) Editing the files

Now open up your modded .sab file, and you should see something similar, whether it be longer or shorter. Now you can either copy and paste everything from the modded file over to single_1.sab, or you can manually edit it by editing only key sections of the file. To get the model to show as the model you want it to, copy the data for "sabermodel" and paste it to single_1.sab.

There are other things you can do with the .sab file, like say for example you have a sword model, but there is always that lightsaber glow coming out from the hilt, well you can then add an extra string, or line, that says, "nobade", press tab, and type either "0" to have the lightsaber glow, or "1" to remove the glow, and make it act like an actual sword. You can also replace the sounds by changing the sound files to the same sounds as sith_sword.sab in assets0.pk3 to give it sword sound effects.

4.)Finalizing your attempts

Once you are done editing single_1.sab from your desktop, save it. Open up the pk3 with your modded saber again, and now drop the single_1.sab file from your desktop (the one you edited) to "ext_data/sabers". Close the pk3, and you're done!

The results should be most impressive.

Image

Image
 #141284  by jawfin
 
4.)Finalizing your attempts

Once you are done editing single_1.sab from your desktop, save it. Open up the pk3 with your modded saber again, and now drop the single_1.sab file from your desktop (the one you edited) to "ext_data/sabers". Close the pk3, and you're done!
I very strongly suggest a change to this step.

Do NOT modify any of the original assets files.

All you need to do is create a new zip with the relative paths, so, create a folder called ext_data and in it create a folder sabers and in there put your .sab files. Navigate back so you can see the ext_data folder, right-click and Send To / Compressed (zipped) folder. Rename the zip file it made to a .pk3 whilst giving it a meaningful name, like, my_sabers.pk3

Put that file into the base folder.
 #141293  by Mandalorian
 
That is why you do step 2 and then in step 4 place them in the modded pk3. This also helps with organization, as the file will be with the modded saber you want
 #141294  by jawfin
 
Ah, I misunderstood. I guess I'm used to creating my own .pk3's instead of messing with the originals, or even someone else's. If I was going to mod a third party package I would still do it in yet another .pk3 - but use the author's name as a clue for the association. In this case it would be a new .pk3 called s_SoA_JawMod.pk3

Also note, some if the things you change would only have a visual effect, like converting a saber to sword won't mean it bounces off walls as the server controls that (or it's length!).