Key binding
Open up the console by pressing [Shift] + [~] and type "bind" <key> <code or effect>. For example, type "bind Home setforceall 4 or bind T taunt". Note: Do not bind over existing keys that you are using for regular game play movement or fighting. If you do, go back into your game options and reset them.
The following keys can be bound on U.S. English keyboards.
Shift
Ctrl
Alt
Capslock
Scrolllock
Pause
Backspace
Tab
Enter
F1
F2
F3
F4
Space
'
,
-
.
/
0
1
2
3
4
5
6
7
8
9
Semicolon
=
>
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
[
\
]
DEL
F5
F6
F7
F8
Mwheeldown
Mouse1
Mouse2
Ins
Home
Pgup
F9
F10
F11
F12
End
Pgdn
Uparrow
Downarrow
Leftarrow
Rightarrow
Listing loaded files
It is possible to view the complete list of files the game is using. Press [Shift] + [~] during game play to display the console window. Type "dir" to list all of the loaded files. If you want to list files of one specific directory, (for example, "music"), type "dir music". If you want to list the files ending with a specific extension (for example, all files ending with .BSP in the "maps" directory), use "dir maps bsp".
Name NPCs
When using the "npc spawn" code to make an NPC appear, an extra word (or words) can be added to give the character a unique name. For example, to spawn a Stormtrooper named "Stormy", type "npc spawn stormtrooper stormy" in the console window. Stormy will act like a normal Stormtrooper, but is identified uniquely. Thus, using the command "npc kill stormy" will kill Stormy, and him alone. Another code that could be used in conjunction is "control", as in "control stormy", which functions like the high-level mind control. If there is more than one NPC with the same name, the "control" command will take control of the first one that was created, whereas the "npc kill" command will kill all NPCs with the same name.
Binding multiple items
You can spawn or give multiple items, ammo, and weapons if bound to a certain key. For example, "bind h ";spawn weapon_blaster;spawn item_seeker;spawn ammo_force;npc spawn vehicle swoop;"" will spawn a Blaster Rifle, Seeker Droid, Force Crystal, and a Swoop when you press H.
Names with colors in multi-player mode
When entering your name, type "^" followed by a number. Experiment with different numbers to find the color that you are looking for. For example, a name could be as "^3Jedi^6Knight". This will make the name have one color on "Jedi" and another on "Knight".
Playing single player maps in multi-player
You can play single player maps in multi player and vice versa. For example, load the "t2_trip" level to have a multi player swoop contest
Fighting friendly characters
Enable the "playerteam enemy" code in the console, then spawn "kyle or jedi_random" to fight them.
Customizing your character
Use the following code format to customize your appearance: "playermodel jedi_"<model code> "head_"<head code> "torso_"<torso code> "lower_"<lower code>.
Model codes
"hm" (human male)
"hf" (human female)
"rm" (rodian male)
"kdm" (kel dorian male)
"zf" (zabrak female)
"tf" (twilek female)
| Model | Head | Torso | Legs |
| jedi_hf | head_a1 | torso_a1 | lower_a1 |
| jedi_hf | head_b1 | torso_b1 | lower_b1 |
| jedi_hf | head_c1 | torso_c1 | lower_c1 |
| jedi_hf | | torso_d1 | lower_d1 |
| jedi_hf | | torso_e1 | lower_e1 |
| jedi_hf | | torso_f1 | |
| jedi_hf | | torso_g1 | |
| | | | |
| jedi_hm | head_a1 | torso_a1 | lower_a1 |
| jedi_hm | head_a2 | torso_b1 | lower_b1 |
| jedi_hm | head_b1 | torso_c1 | lower_c1 |
| jedi_hm | head_b2 | torso_d1 | lower_d1 |
| jedi_hm | head_c1 | torso_d2 | lower_e1 |
| jedi_hm | | torso_e1 | |
| jedi_hm | | torso_f1 | |
| jedi_hm | | torso_g1 | |
| | | | |
| jedi_kdm | head_a1 | torso_a1 | lower_a1 |
| jedi_kdm | head_b1 | torso_b1 | lower_b1 |
| jedi_kdm | head_c1 | torso_c1 | lower_c1 |
| jedi_kdm | | torso_d1 | lower_d1 |
| jedi_kdm | | torso_e1 | lower_e1 |
| jedi_kdm | | torso_f1 | |
| jedi_kdm | | torso_g1 | |
| | | | |
| jedi_rm | head_a1 | torso_a1 | lower_a1 |
| jedi_rm | head_b1 | torso_b1 | lower_b1 |
| jedi_rm | head_c1 | torso_c1 | lower_c1 |
| jedi_rm | | torso_d1 | lower_d1 |
| jedi_rm | | torso_e1 | lower_e1 |
| jedi_rm | | torso_f1 | |
| jedi_rm | | torso_g1 | |
| | | | |
| jedi_tf | head_a1 | torso_a1 | lower_a1 |
| jedi_tf | head_a2 | torso_b1 | lower_b1 |
| jedi_tf | head_a3 | torso_c1 | lower_c1 |
| jedi_tf | head_a4 | torso_d1 | lower_d1 |
| jedi_tf | head_b1 | torso_e1 | lower_e1 |
| jedi_tf | head_b2 | torso_f1 | |
| jedi_tf | head_b3 | torso_g1 | |
| jedi_tf | head_b4 | | |
| | | | |
| jedi_zf | head_a1 | torso_a1 | lower_a1 |
| jedi_zf | head_b1 | torso_b1 | lower_b1 |
| jedi_zf | head_c1 | torso_c1 | lower_c1 |
| jedi_zf | | torso_d1 | lower_d1 |
| jedi_zf | | torso_e1 | lower_e1 |
| jedi_zf | | torso_f1 | |
| jedi_zf | | torso_g1 | |
Melee moves
Enable the "iknowkungfu" code in the console to use Kyle's melee moves that he normally uses after turning to the Dark side after killing Tavion. It also gives you super Jedi powers. The moves are as follows:
[Fire]: Throw punches
[Secondary Fire]: All kick moves
[Fire] + [Secondary Fire]: Pick up enemy and punch them in stomach
[Fire] + [Secondary Fire] + [Forward]: Throw enemy back and forth over your head
[Fire] + [Secondary Fire] + [Back]: Choke and throw enemy
Another way to get Kyle's melee moves is to use the "g_DebugMelee 1" code, then use use the "give weaponnum 14" code. This probably enables Kyle's melee moves in multi-player mode as well. By doing this instead of the "iknowkungfu" code, you will get the melee moves without uber Jedi Force powers.
Eternal handstand
Do the "Acrobatic move" by backflipping and while you are in middair press [Fire] when your saber is on. Enable the "timescale 0.1" code to slow down game play and allow you can press [Fire] at the correct moment. Once you have mastered this move, enable the "map yavin2" code to be in the training grounds of the academy. Ignore Kyle and go to your right. There will be a set of stairs. Go to the top of these stairs and have your back to them (so if you backflip, you will land at the bottom of the stairs). Backflip and perform the "Acrobatic move". You should end up in an eternal handstand. If not, keep trying.
Boba Fett's jet pack
Enable the "playermodel" code and change your model to Boba Fett. You can use his jet pack and melee attack. If you change your model to something else, you still can use the jet pack and melee attack.
Luke Skywalker's Force level
If you use the "playermodel" code and change your model to Luke Skywalker, you will have 200 Force power. If you change your model to someone else, you will still have 200 Force power unless the model doesn't use The Force (Boba Fett, Stormtrooper, etc.).
Force Throw your saber staff
Press the mouse wheel down as if to click it. Now instead of kicking, your secondary fire should be throwing. Note: All you are doing is changing your saber style with your saber staff.
Better accuracy with any weapon
Activate Force Sight and you will be able to shoot straight with any weapon.
Other player models in multi-player mode
Display the console in multi-player mode, then type "model" and one of the model names listed above. You will now turn into the selected character, and all other players will be able to see it. This is very useful if you want to play as a Jawa or another character that is not available at the profile screen. Note: This does not work on all models, such as the Rancor.
Defeating Reborns
Activate Force Speed (works best with grade 3 speed) and slash once at their front to lure them down. Then, run around behind them and slash their back as many times as possible. This works best if you push them in a corner and complete the procedure.
Use the following trick to kill Reborns, Reborn Masters, Jedi, and other Force users. Use Force Grip to hold them in the air, then throw your lightsaber at them to kill them. It is harder to do to some, but if you timed correctly you will hit them. This usually works best with Grip level 3 and Saber Throw level 3, but is still possible to do with the other levels.
When fighting the Reborns at the start of Chandrilla (after the bridge is blown up), lure them all to the bridge then jump over to the other side. Two of the Reborns will attempt to jump over as well, but will fall to their doom.
Defeating Wampas
To kill a Wampa quickly, let it grab you. As you are hanging upside down, swing your lightsaber to cut off its arm and kill it instantly.