Darth_ToMeR Posted May 22, 2004 Share Posted May 22, 2004 I want to make something more difficult than Reskins, so i wondered if someone can make a guide on how to make Recruit Mods, or if someone made a guide for it. Thanks. Link to comment Share on other sites More sharing options...
Darth333 Posted May 22, 2004 Share Posted May 22, 2004 You could start looking at this thread: http://www.lucasforums.com/showthread.php?s=&threadid=123668 And then, if you have questions, don't hesitate to send me a PM, I'll be glad to help. Link to comment Share on other sites More sharing options...
Darth_ToMeR Posted May 22, 2004 Author Share Posted May 22, 2004 Thank You! Link to comment Share on other sites More sharing options...
Darth_ToMeR Posted May 22, 2004 Author Share Posted May 22, 2004 I sent you PM. Link to comment Share on other sites More sharing options...
Darth333 Posted May 22, 2004 Share Posted May 22, 2004 We'll work on it via PM but I think I'll also make a detailed tutorial about this for the benefit of all others who want to make recruitable mods. Link to comment Share on other sites More sharing options...
*Atris* Posted May 23, 2004 Share Posted May 23, 2004 when do you think that turitoral will be out i really need to know how to add people Link to comment Share on other sites More sharing options...
tk102 Posted May 23, 2004 Share Posted May 23, 2004 Recruiting requires two lines of code. If you happened to read the thread that Darth333 linked to, you would see gameunlimited's example: void main() { RemoveAvailableNPC(7); AddAvailableNPCByTemplate(7, "p_yuthura"); } The rest of it is stylistic. Obviously, it is the style that sets some recruitment mods apart from others. Link to comment Share on other sites More sharing options...
Darth333 Posted May 23, 2004 Share Posted May 23, 2004 Yes, that script is what makes you recruit an npc but you still have to edit the utc file. I suggest you compare the utc file fro a recruitable mod (i.e. yuthura, dustil, bandon or malek) with the original utc file for the npc Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.