Revanchist Posted July 2, 2008 Share Posted July 2, 2008 Hi, I'm going to use following addon: http://knightsoftheoldrepublic.filefront.com/file/Anakin_ROTS_Style_Hilt;72803 But problem is that it only works with Mantle of the Force. Possible to change that small part to make sure you get that hilt with blue crystal for example? Hmm.. I don't know if this is really "morally right", after all - someone made the mod in the first place and in this specific way. But you get that special gem late, it's very expensive and frankly.. I'm not a fan of the color. Oh well, in case you happen to know a way to change gem color requirement, please let me know. Link to comment Share on other sites More sharing options...
TriggerGod Posted July 2, 2008 Share Posted July 2, 2008 First off, you'll need permission from the author to do it.* Only if he intends to upload it somewhere. For personal use it's ok. - d3 Link to comment Share on other sites More sharing options...
Revanchist Posted July 2, 2008 Author Share Posted July 2, 2008 Alright, guess I better put this thread on hold until then. Link to comment Share on other sites More sharing options...
Robespierre Posted July 3, 2008 Share Posted July 3, 2008 Well actually, you don't. You just can't distribute it. If its for personal use only, then you can edit it as you wish. Link to comment Share on other sites More sharing options...
Dragoon ZER0 Posted July 3, 2008 Share Posted July 3, 2008 First you'd need to rename some files: iw_lghtsbr_008.tga -> iw_lghtsbr_001.tga w_lghtsbr_008.mdl -> w_lghtsbr_001.mdl w_lghtsbr_008.mdx -> w_lghtsbr_001.mdx Then you'd need to open w_lghtsbr_001.mdl in a hex editor and do a text search for the texture name w_lsabreturq and change all instances of turq to blue. You could also recolor the icon (iw_lghtsbr_001.tga) if you wanted to. From there you just drop everything in the override and it'll replace the standard blue saber. I haven't done a lot with sabers and there could be an easier method, but I know this works. Link to comment Share on other sites More sharing options...
TheExile Posted July 3, 2008 Share Posted July 3, 2008 Yes, well, because I'm on-topic, may I ask, how do I change a recruitment mod? There are 2 important files if I'm right: the utc and the dgl. If a recruitment mod- NOT installed via tsl patcher- has those files with the name of the character they replace, how do I change it so it won't replace HK-47 with let's say GOTO... Link to comment Share on other sites More sharing options...
Istorian Posted July 3, 2008 Share Posted July 3, 2008 That, my friend depends on the script you're going to use...I am away from my PC and Kotor Tool and stuff, but here's the explanation from D3: This is the script that will tell your game to recruit your npc. Open notepad and paste the following script: Code: void main() { RemoveAvailableNPC(7); AddAvailableNPCByTemplate(7, "p_dustil"); DelayCommand(1.5,ShowPartySelectionGUI()); }In RemoveAvailableNPC, number 7 will replave t3m4, for other npcs, use one of the following slot numbers: BASTILA = 0 CANDEROUS= 1 CARTH = 2 HK_47 = 3 JOLEE= 4 JUHANI= 5 MISSION= 6 T3_M4 = 7 ZAALBAR = 8 In AddAvailableNPCByTemplate(7, "p_dustil"), also replace number 7 by the slot number of the npc you want to replace Now, you want this for TSL, right? I think somebody can help you, because I have the .nss script file in my PC, and I am about 300 km from it. Someone else will post in this thread.. Link to comment Share on other sites More sharing options...
TriggerGod Posted July 3, 2008 Share Posted July 3, 2008 Yes. I will. Before I got started on my Recruit Revan mod, I looked at that script, and I made it successfully: void main() { RemoveAvailableNPC(3); AddAvailableNPCByTemplate(3, "npc_tag"); DelayCommand(1.5,ShowPartySelectionGUI()); } That script will work. Link to comment Share on other sites More sharing options...
Inyri Posted July 3, 2008 Share Posted July 3, 2008 It might work better if you add the end bracket back in. Link to comment Share on other sites More sharing options...
TriggerGod Posted July 3, 2008 Share Posted July 3, 2008 It might work better if you add the end bracket back in. Yeah, forgot about that part Hey, everyone makes mistakes. Usually, my mistakes involve a metal bar and my head, but thats beside the point.. Link to comment Share on other sites More sharing options...
EnderWiggin Posted July 3, 2008 Share Posted July 3, 2008 Yes, well, because I'm on-topic, may I ask, how do I change a recruitment mod? There are 2 important files if I'm right: the utc and the dgl. If a recruitment mod- NOT installed via tsl patcher- has those files with the name of the character they replace, how do I change it so it won't replace HK-47 with let's say GOTO... You're not on topic in the slightest, TBH. If you have a question that's different than the OP's, then it's usually best to make a new thread just to keep everything organized. Yeah, forgot about that part Hey, everyone makes mistakes. Usually, my mistakes involve a metal bar and my head, but thats beside the point.. Really? Because my mistakes usually involve a real bar and my head _EW_ Link to comment Share on other sites More sharing options...
Inyri Posted July 3, 2008 Share Posted July 3, 2008 Metal isn't real? You guys give me the lulz. Link to comment Share on other sites More sharing options...
jonathan7 Posted July 3, 2008 Share Posted July 3, 2008 Really? Because my mistakes usually involve a real bar and my head _EW_ A Holowan modder walked into a bar, what did he say? Ouch, that hurt! Link to comment Share on other sites More sharing options...
EnderWiggin Posted July 3, 2008 Share Posted July 3, 2008 Metal isn't real? You guys give me the lulz. You know what type of bar I mean _EW_ Link to comment Share on other sites More sharing options...
Quanon Posted July 3, 2008 Share Posted July 3, 2008 Show spoiler (hidden content - requires Javascript to show) Striptease ofcourse , as EW is an old fart Link to comment Share on other sites More sharing options...
Marius Fett Posted July 3, 2008 Share Posted July 3, 2008 Ah, what lovely people we Holowaners are... Yes we are, but going off-topic makes the staff sad. Now where's my big-stick? Back on topic people. -RH Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.