mjpb3 Posted October 30, 2005 Share Posted October 30, 2005 Hi all! oldflash made me a wonderful 'magic wand' double-bladed lightsaber and I have a question regarding it... I am playing Kotor 1 with SHosey's I Am Jedi mod and I wanted to know if there was a way to, when you're done with the Spire and recieve a short lightsaber for whatever Jedi class you choose, is there a way to, instead of receiving a short saber, receive my new custom lightsaber instead? could someone please help me out with this? Link to comment Share on other sites More sharing options...
MdKnightR Posted October 31, 2005 Share Posted October 31, 2005 This is a good question. It would be nice if it were possible. I would like to see it done for TSL so that you have a choice of, say, one of the USM sabers as the one that you tell Atton about on your way to Telos. Link to comment Share on other sites More sharing options...
RedHawke Posted October 31, 2005 Share Posted October 31, 2005 I am playing Kotor 1 with SHosey's I Am Jedi mod and I wanted to know if there was a way to, when you're done with the Spire and recieve a short lightsaber for whatever Jedi class you choose, is there a way to, instead of receiving a short saber, receive my new custom lightsaber instead? could someone please help me out with this? Well this one isn't that hard as Shosey gives you the source scripts for his mod. Open up the 3 .nss files with notepad, guardian.nss, sentinel.nss, and consular.nss you will see at the bottom... (Example is from consular.nss) //Make The PC a Jedi! AddMultiClass(CLASS_TYPE_JEDICONSULAR, me); //Give some Jedi specific items CreateItemOnObject("[b]g_w_shortsbr03[/b]", me); CreateItemOnObject("g_a_jedirobe01", me); Simply change the g_w_shortsbr03 to whatever saber you want, leave the quotes! Save the nss file. Do the same for sentinel.nss, and guardian.nss, then you will need to compile these, there are some tutorials about doing this and I believe the newest version of KT now does this in it's own txt editor, so it shouldn't be too hard to figure out. Once you get the 3 guardian.nss, sentinel.nss, and consular.nss files compiled to ncs, then simply overwrite the 3 .ncs files in your override with your new ones and you should be good to go. I hope this helps! Link to comment Share on other sites More sharing options...
mjpb3 Posted October 31, 2005 Author Share Posted October 31, 2005 Well this one isn't that hard as Shosey gives you the source scripts for his mod. Open up the 3 .nss files with notepad, guardian.nss, sentinel.nss, and consular.nss you will see at the bottom... (Example is from consular.nss) //Make The PC a Jedi! AddMultiClass(CLASS_TYPE_JEDICONSULAR, me); //Give some Jedi specific items CreateItemOnObject("[b]g_w_shortsbr03[/b]", me); CreateItemOnObject("g_a_jedirobe01", me); Simply change the g_w_shortsbr03 to whatever saber you want, leave the quotes! Save the nss file. Do the same for sentinel.nss, and guardian.nss, then you will need to compile these, there are some tutorials about doing this and I believe the newest version of KT now does this in it's own txt editor, so it shouldn't be too hard to figure out. Once you get the 3 guardian.nss, sentinel.nss, and consular.nss files compiled to ncs, then simply overwrite the 3 .ncs files in your override with your new ones and you should be good to go. I hope this helps! it sure does Thank you. That was a lot easier than I thought it would be Now I can get my 'purty' (misspelled on purpose ) new dblsaber in game (yeah me) Thanks! Link to comment Share on other sites More sharing options...
shosey Posted October 31, 2005 Share Posted October 31, 2005 yes, what RedHawke said ;-P Link to comment Share on other sites More sharing options...
RedHawke Posted November 1, 2005 Share Posted November 1, 2005 it sure does Thank you. That was a lot easier than I thought it would be Now I can get my 'purty' (misspelled on purpose ) new dblsaber in game (yeah me) Thanks! You are very, very welcome! Have fun! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.