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 :)
I don't know about this mod but you could get TK102 Kotor Savegame Editor (KSE) to turn your party members into jedi.
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
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);
}
I got it...just edited the party members with KOTOR tool and put the new .utc files in my override directory