Jump to content

Home

Lightsaber color.


DStocker429

Recommended Posts

I'd like to know if there is a way to permanently change the color of my lightsaber in SP without having to change it on every level with the cheatcode. Also, can someone tell me what other key I can use to gain access to a secret area in the Nar Shaddaa cantina. The Strategy Guide suggests using the "use" key. Unfortunately I don't have one. There has to be another way.

 

Many thanks.:D

Link to comment
Share on other sites

How to easily change saber color in a single player game...

 

A) Temporary Cheat - must be done each level

 

1. Hit SHIFT+` for the console.

2. Type HelpUsObi 1

3. Type sabercolor red

4. Type HelpUsObi 0

5. Hit SHIFT+` to close the console.

 

B) Semi-permanent Script - using a hotkey

 

1. Open Notepad in your Start>Programs>Accessories menu

2. Type this exactly...

 

bind DEL "vstr r_saber"

set r_saber "HelpUsObi 1; sabercolor red; wait 30; HelpUsObi 0"

 

3. Now save the file as autoexec.cfg in your Gamedata/Base folder of your Jedi Outcast program (probably in Program Files>LucasArts>Jedi Knight II... or wherever you installed the game). BE SURE that the "save as type" field in the save window says "All Files" instead of "Text Documents," or it will be saved as autoexec.cfg.txt, and won't work.

 

4. Now everytime you press the DELETE key in a SP game, it will set your saber color to red.

 

If you've already created an autoexec.cfg file, just add those lines to it.

 

C) If you want to cycle the colors, type this instead...

 

bind DEL "vstr r_saber"

set r_saber "HelpUsObi 1; sabercolor red; wait 30; HelpUsObi 0; bind DEL vstr g_saber"

set g_saber "HelpUsObi 1; sabercolor green; wait 30; HelpUsObi 0; bind DEL vstr o_saber"

set o_saber "HelpUsObi 1; sabercolor orange; wait 30; HelpUsObi 0; bind DEL vstr p_saber"

set p_saber "HelpUsObi 1; sabercolor purple; wait 30; HelpUsObi 0; bind DEL vstr y_saber"

set y_saber "HelpUsObi 1; sabercolor yellow; wait 30; HelpUsObi 0; bind DEL vstr b_saber"

set b_saber "HelpUsObi 1; sabercolor blue; wait 30; HelpUsObi 0; bind DEL vstr r_saber"

 

This cycles the saber colors with the DELETE key.

 

D) And if you want to start a new game with a lightsaber and force powers, add this to the autoexec.cfg file...

 

bind INS "vstr jedi_cool"

set jedi_cool "HelpUsObi 1; setforceall 5; give weaponnum 1; wait 30; HelpUsObi 0"

 

When the game starts, hit the INSERT key. Then press "1" for the lightsaber. You won't see it, but hit your Alt Attack key to throw it, and it will light up. You also have force level 5 of all powers, with two new stances that are really fun. Now when you press the DELETE key, the saber color will change too. BE SURE that the word "weaponnum" has two N's in it, or it won't work.

 

For more information, like how to change the saber permanently for mods, check out this thread in the General Editing forum...

http://www.lucasforums.com/showthread.php?threadid=52281

 

Have fun...

;)

Link to comment
Share on other sites

Ok, I've yet another question. I want to download Count Dooku's Lightsaber Hilt. When I do what or where do I put it? Also does the saber color change aswell as the hilt.

*Sits back and waits for the download to become available*

 

-Darth Sadao :darth:

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...