Jump to content

Jedi Academy turned 20 this year! We celebrated in a ton of different ways: mod contest, server event, podcast, etc. Thank you to all who have been a part of this game for the last two decades. Check out the anniversary content!

Read more

Welcome to JKHub

This community is dedicated to the games Star Wars: Jedi Outcast (2002) and Jedi Academy (2003). We host over 3,000 mods created by passionate fans around the world, and thousands of threads of people showcasing their works in progress and asking for assistance. From mods to art to troubleshooting help, we probably have it. If we don't, request or contribute!

Get started

This game turned 20 years old this year, and it is still one of the greatest Star Wars games of all time. If you're new or returning from a long hiatus, here are the basics of getting started with Star Wars Jedi Knight Jedi Academy in 2023.

Read more

How to add new saber hilts to the single player menu


Inyri

Tools you will need:

1. Open up "assets1.pk3" (found in your Jedi Academy base folder).

2. Extract "saber.menu" from the ui folder. You can put this in any folder -- you'll just need to edit it a bit.

3. Open "saber.menu" with notepad (or a similar text-editor).

4. Use the "find" function to search for this text string: single_2

NOTE: Steps 5 through 7 are for single sabers or dual sabers ONLY.

5. After you've searched for single_2 you should see a list that looks something like this:

@MENUS_SINGLE_HILT1 "single_1"

@MENUS_SINGLE_HILT2 "single_2"

@MENUS_SINGLE_HILT3 "single_3"

@MENUS_SINGLE_HILT4 "single_4"

@MENUS_SINGLE_HILT5 "single_5"

@MENUS_SINGLE_HILT6 "single_6"

@MENUS_SINGLE_HILT7 "single_7"

@MENUS_SINGLE_HILT8 "single_8"

@MENUS_SINGLE_HILT9 "single_9"

At the bottom of this list, add the following entry:

@MENUS_YOURSABERNAMEHERE "SABERNAME"

YOURSABERNAMEHERE will be some short string describing the hilt you want to add, and SABERNAME will be the name of the saber as it appears at the top of the .sab file.

 

6. Scroll down a little until you see an almost identical list. It should be after a list of staff hilts, which we'll come back to later.

7. Repeat step 5 for this new list if you wish for this hilt to appear in the dual hilt menu.

NOTE: Step 8 is for dual sabers only.

8. If you have a dual saber, scroll back up to that list in the middle that looks something like:

@MENUS_STAFF_HILT1 "dual_1"

@MENUS_STAFF_HILT2 "dual_2"

@MENUS_STAFF_HILT3 "dual_3"

@MENUS_STAFF_HILT4 "dual_4"

@MENUS_STAFF_HILT5 "dual_5"

Repeat step 5 for this list.

NOTE: Your @MENUS_YOURSABERNAMEHERE **must** have the @MENUS_ part on the front. The YOURSABERNAME here can be anything.

9. Save this file (you may have to go into the file's properties and uncheck "read-only").

10. In pakscape make a new PK3. Create a directory called "ui" and put saber.menu in this folder.

11. Open assets0.pk3 and extract "MENUS.str" from the strings/English directory.

12. Anywhere in this file (don't put it in the middle of an entry, though! Entries are separated by line breaks) add the following entry:

REFERENCE YOURSABERNAMEHERE

NOTES "saber hilt name"

LANG_ENGLISH "THE NAME OF YOUR SABER"

Note that YOURSABERNAMEHERE should coincide with the latter half of whatever you chose for @MENUS_YOURSABERNAMEHERE and THE NAME OF YOUR SABER is whatever name you want it to show up as in the menu.

 

13. Save this file and put it in the new PK3 you made (make a directory called "strings", then make a directory inside strings called "English").

14. Save this pk3 as whatever you want (make SURE to save it as a PK3!) and make sure to save it in your base folder (in your Jedi Academy directory).

15. Enjoy!

NOTE: If you have more than one MENUS.str in your base folder the names of the sabers may not appear. This will not affect gameplay.


User Feedback

Recommended Comments

There are no comments to display.



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...