kata_mad Posted April 9, 2006 Share Posted April 9, 2006 Is it possible to chage which robe Master Zahr gives you when you become a full padawan, I think I may have seen this before but I cannot rember which mod. what I actually want him to give me is a robe from prime g_a_Mstrrobe11. Link to comment Share on other sites More sharing options...
Alkonium Posted April 9, 2006 Share Posted April 9, 2006 I think so, but technically, if anyone other than Prime makes it, it's considered stealing. Link to comment Share on other sites More sharing options...
kata_mad Posted April 9, 2006 Author Share Posted April 9, 2006 But if I did it not for a release (then I don't think I would need his permission) how would I do it. Link to comment Share on other sites More sharing options...
Alkonium Posted April 9, 2006 Share Posted April 9, 2006 Alter's Zhar's dialogue file to reference the .uti you mentioned instead of the one for the Padawan Robe. Link to comment Share on other sites More sharing options...
kata_mad Posted April 9, 2006 Author Share Posted April 9, 2006 can I open that in KT if so where is the file located? Link to comment Share on other sites More sharing options...
Achilles Posted April 9, 2006 Share Posted April 9, 2006 Here's how I would do it: 1) open KT 2) find k_pdan_zhar03 under RIMs>Modules>danm13_s.rim>Scripts, Compiled. 3) extract the file 4) open the file with a hex editor (I use XVI32 but any hex editor will work). 5) use Find to locate g_a_jedirobe01 (it should be near the top) 6) CAREFULLY change g_a_jedirobe01 to g_a_Mstrrobe11. Actually you can change it to anything you want so long as it has the exact same number of characters. Do not use Backspace or Delete. If you make a mistake just use the arrow keys to go back and make the correction over the current entry. If you do accidentally use Backspace or Delete, close the file without saving changes and start over again from step 4. 7) save the file after you've made the change. 8) put the edited file into your Override folder. Done! The easiest way to do it would have been to just alter the source code and recompile, however the source code for that script is not included in the game and DeNCS couldn't successfully process it. Alternatively, I suppose that you could take advantage of Execute script to destroy the old robe and create the new one, however that requires writing brand new code and storing 2 scripts in your Override folder, whereas this only uses 1. I hope that helps. Link to comment Share on other sites More sharing options...
LiquidZoo Posted April 9, 2006 Share Posted April 9, 2006 Just a guess, from looking through the dan13_zhar.dlg file, but I would think you would have to change the robe reference in k_pdan_zhar03.ncs. That's the very last script that fires after you complete your training. Unfortunately, that isn't one of the scripts that is given to us as source, but it wouldn't be too hard to write one to give you the item, then fire the existing script. Edit: Or you could just use Achilles' way, since it seems much easier. Link to comment Share on other sites More sharing options...
kata_mad Posted April 9, 2006 Author Share Posted April 9, 2006 Thank you Achilles, I guess it's true you do learn something new everyday. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.