*Atris* Posted July 3, 2004 Share Posted July 3, 2004 hi i want to create a new recruitable npc that has the sith apprentice body (with the like hood mask thing) but i want to give her a custom skin but when i give her a custom skin it replaces all of aprentices, and when i try to create a new row in 2da and give it to mission she invisabvle. please help Link to comment Share on other sites More sharing options...
Colma Adawin Posted July 3, 2004 Share Posted July 3, 2004 doesn't that go into the Models? and as far as i know we havent cracked the apperance model. i dont know, sorry MattCole Link to comment Share on other sites More sharing options...
Darth333 Posted July 3, 2004 Share Posted July 3, 2004 Simply create a new utc file: rename the utc file, give a unique name like super_sith.utc then opne the file with gff editor and go to the tag field. Change it to super_sith. Do the same thing with the Template ResRef field. (you can replace super_sith by whatever you want this name won't appear in the game). Change your recruit script accordingly: void main() { RemoveAvailableNPC(7); AddAvailableNPCByTemplate(7, "super_sith"); } the number 7 will replace T3m4, for other npcs, use: BASTILA = 0 CANDEROUS= 1 CARTH = 2 HK_47 = 3 JOLEE= 4 JUHANI= 5 MISSION= 6 T3_M4 = 7 ZAALBAR = 8 BTW, you should use a unique .utc file each time you do a recruit mod. Otherwise, when you drop the .utc file in your override folder, you will replace every .utc file in the game that has the same name . Remember that when you do a recruit mod, you have to change the faction and the scripts that determine the behavior of your npc to make him a party member (check this thread: http://www.lucasforums.com/showthread.php?s=&threadid=129961) If you don't create a new .utc file with a unique name... Just imagine what will happen when you run the game: you will have a ton of new friends, especially if you use a sith soldier .utc file Link to comment Share on other sites More sharing options...
Jackel Posted July 4, 2004 Share Posted July 4, 2004 On the custom skin rename the skin number to say 07 or another number that isnt the same as the currently used skins Then change the texture variance in ther utc file to point to that skin , this will stop it over riding every other hooded bad guy you see Link to comment Share on other sites More sharing options...
BountyHUNTER12 Posted July 4, 2004 Share Posted July 4, 2004 Creating a *.utc file is the way to go. Make sure you give it a unique name like Darth333 mentioned and change the TemplateResRef entry in the *.utc file with GFF Editor. There ya go instructions. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.