Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Looking for NPC -> jedi mod

Page: 1 of 1
 override367
06-28-2004, 1:08 PM
#1
I'm looking for that mod that turns Carth, Mission, Canderous, etc into Jedi, but I can't remember where I got it from (I used to have it installed)

if anyone knows where the mod I'm talking about can be downloaded, let me know thx :)
 Darth333
06-28-2004, 1:10 PM
#2
I don't know about this mod but you could get TK102 Kotor Savegame Editor (KSE) to turn your party members into jedi.
 tk102
06-28-2004, 1:10 PM
#3
 override367
06-28-2004, 1:13 PM
#4
no not by that crappy one, lol


I never even finished that mod, because when I got back into KOTOR someone else had made one that did what I was trying lol

If only I could remember what it's name is, it's probably somewhere on my hard drive too lol
 tk102
06-28-2004, 1:30 PM
#5
if you want to do it with code the key function is AddMultiClass

something like this:
void main() {
oCarth=GetObjectByTag("Carth");
AddMultiClass(CLASS_TYPE_JEDIGUARDIAN,oCarth);
}
 override367
06-28-2004, 3:07 PM
#6
I got it...just edited the party members with KOTOR tool and put the new .utc files in my override directory
Page: 1 of 1