Demongo Posted April 15, 2009 Share Posted April 15, 2009 Hello, I want to add a new class (eg. Jedi Guardian) to my Player. Is that possible with scripts? If yes can you write(or paste) here that script please? Link to comment Share on other sites More sharing options...
Qui-Gon Glenn Posted April 15, 2009 Share Posted April 15, 2009 Do you want to edit your save or script in this change? If you are trying to make a mod, you will need the script, otherwise you are wasting your time - use tk102's KotOR Savegame Editor. This is a script that will get you close... it is adapted from RedHawke's Make Mission a Jedi mod. BTW, if you are new to modding, looking though source code of mods you like is a great way to learn, and that is why the source was left there for us... thanks again RH! void main() { object me = GetFirstPC(); AddMultiClass(3, me); } This is probably not completely correct, as I am but a learner, but it is a start. Check out the tutorials if you are wanting to learn, or submit a mod request in the Modding Requests section. Welcome to the forums, and sweet avatar pic! Link to comment Share on other sites More sharing options...
Demongo Posted April 15, 2009 Author Share Posted April 15, 2009 Thanks! I am making a mod for KotOR that is why I needed that script. Oh and one more question: In the "AddMultiClass(3, me);" line "3" means Jedi Guardian, right? Link to comment Share on other sites More sharing options...
Qui-Gon Glenn Posted April 15, 2009 Share Posted April 15, 2009 correct.... 4 refers to sentinel and 5 to consular, iirc Link to comment Share on other sites More sharing options...
Giant Graffiti Posted April 15, 2009 Share Posted April 15, 2009 In the "AddMultiClass(3, me);" line "3" means Jedi Guardian, right? Don't quote me on this, but I think it goes: 0 = Soldier 1 = Scout 2 = Scoundrel 3 = Jedi Guardian 4 = Jedi Consular 5 = Jedi Sentinel 6 = Combat Droid 7 = Expert Droid 8 = Minion EDIT: Whoops! Qui_gon_glenn beat me to it. Link to comment Share on other sites More sharing options...
Demongo Posted April 15, 2009 Author Share Posted April 15, 2009 Thank you both! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.