noname35 Posted February 26, 2012 Share Posted February 26, 2012 I'm working on a recruitment mod that allows you to recruit Bendak but I need a tester because my game wont allow to start a new game. Heres the link to download the files: http://www.mediafire.com/?cojalpo307405sd Please tell me if it works. Thanks, noname35 P.S. Theres no dialogue for him yet these are just the recruit files, so if this actually does work, don't talk to him. P.P.S The script is on I'll be going now after the second time you talk to him BEFORE you beat all the duelists Link to comment Share on other sites More sharing options...
darth-ackbar Posted February 26, 2012 Share Posted February 26, 2012 OK, it didn't work. Here's why: First, the recruit_npc script looks like this: void main() { RemoveAvailableNPC(5); AddAvailableNPCByTemplate(5, "new_npc"); ClearAllActions(); DelayCommand(1.5,ShowPartySelectionGUI()); } when it should in fact look like this: void main() { RemoveAvailableNPC(5); AddAvailableNPCByTemplate(5, "[b]p_bendak[/b]"); ClearAllActions(); DelayCommand(1.5,ShowPartySelectionGUI()); } Second, the script itself was not actually attached to the dialogue, meaning it didn't fire when you select the 'I'll be going now' option. Finally, the dialogue was not named correctly, you called it 'bendak.dlg' but it has to be the same name as the dialogue already in the game, in this case, 'tar02_bendak021.dlg.' If you don't name it correctly, the game doesn't know it has to use the one in the override. Anyway, I sorted out all the problems I mentioned above and tried the new mod in-game, It worked. I hope this has been helpful Link to comment Share on other sites More sharing options...
noname35 Posted February 26, 2012 Author Share Posted February 26, 2012 Yep I'm a beginner. Thanks ackbar Link to comment Share on other sites More sharing options...
darth-ackbar Posted February 26, 2012 Share Posted February 26, 2012 thats ok, we all have to start somewhere. If you get any further I'm happy to keep testing. Link to comment Share on other sites More sharing options...
noname35 Posted February 26, 2012 Author Share Posted February 26, 2012 I hate to ask because of all that's on your plate with TSR but I still can't test and your the only taker, but your saying that these files will work without any changing: http://www.mediafire.com/?wu4xamuxe9rr2dm Link to comment Share on other sites More sharing options...
darth-ackbar Posted February 26, 2012 Share Posted February 26, 2012 Yep that works great, the only problem is that when you recruit p_bendak, the original bendak stays in place. Sorry, forgot to mention that before This script sorts it out: void main() { object Starkiller = GetObjectByTag("Bendakstar021"); RemoveAvailableNPC(5); AddAvailableNPCByTemplate(5, "p_bendak"); DestroyObject(Starkiller); ClearAllActions(); DelayCommand(1.5,ShowPartySelectionGUI()); } Link to comment Share on other sites More sharing options...
noname35 Posted February 26, 2012 Author Share Posted February 26, 2012 Yep my game just agreed with me and it worked for me too. I purposely left out the twins so that I could still kill Bendak later on Link to comment Share on other sites More sharing options...
darth-ackbar Posted February 26, 2012 Share Posted February 26, 2012 oh right sorry, just out of interest, do you plan on still being able to do the death match, and somehow recruiting him after, or are you just going to remove that bit? Link to comment Share on other sites More sharing options...
noname35 Posted February 26, 2012 Author Share Posted February 26, 2012 No I'm recruiting him before, then beating all the duelists, then killing him. By the way thanks for all your help. Link to comment Share on other sites More sharing options...
UltimateHK47 Posted February 26, 2012 Share Posted February 26, 2012 Sugestion: Why don't you have instead of Bendak another "legend" who you kill. Make more sense tbh, imho. Looks great btw! Link to comment Share on other sites More sharing options...
noname35 Posted February 26, 2012 Author Share Posted February 26, 2012 Yea I know that would make more sense, but it would take alot of work too. I'll work on it though. And thanks. Link to comment Share on other sites More sharing options...
UltimateHK47 Posted February 26, 2012 Share Posted February 26, 2012 Heh, IF I find time I would see if I could help Link to comment Share on other sites More sharing options...
noname35 Posted February 26, 2012 Author Share Posted February 26, 2012 Thanks DarthJango Link to comment Share on other sites More sharing options...
UltimateHK47 Posted February 26, 2012 Share Posted February 26, 2012 Who will be replaced? Link to comment Share on other sites More sharing options...
noname35 Posted February 26, 2012 Author Share Posted February 26, 2012 Juhani. You can download the mod if you want from here(it's a sort of beta): http://www.lucasforums.com/showthread.php?t=209612 Link to comment Share on other sites More sharing options...
UltimateHK47 Posted February 26, 2012 Share Posted February 26, 2012 TBH i'm gonna wait till a more complete version comes so I can enjoy it more Link to comment Share on other sites More sharing options...
noname35 Posted February 26, 2012 Author Share Posted February 26, 2012 Smart move, because it's really rough around the edges Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.