StefanRode Posted February 3, 2004 Share Posted February 3, 2004 How can I add Malak to my team (as Non-Playable charakter) Here is a picture: Link to comment Share on other sites More sharing options...
Lil' Jawa Posted February 3, 2004 Share Posted February 3, 2004 Don't understand what you mean one bit sorry.. Link to comment Share on other sites More sharing options...
StefanRode Posted February 3, 2004 Author Share Posted February 3, 2004 I will Malak have as partner im my team. Can you make me a file please? Carth=Malak (I won't Carth in my team. I will Malak.) Look in this thread: http://www.lucasforums.com/showthread.php?s=&threadid=121036 Link to comment Share on other sites More sharing options...
ManaMana Posted February 3, 2004 Share Posted February 3, 2004 Ehum... Erh... He WOULD be playable then... You should check what you are writing, many thing's are not understandable... Link to comment Share on other sites More sharing options...
Muskrat Posted February 3, 2004 Share Posted February 3, 2004 he wants a mod that adds Malak into his group in place of Carth. (NPC - non-player character - aka Bastila, Carth, etc...) Link to comment Share on other sites More sharing options...
StefanRode Posted February 3, 2004 Author Share Posted February 3, 2004 Yes! I need a mod to have darth malak as npc in my team. Can anyone give me a darth malak npc mod? Hear is a manual but I can't understand it. Can anyone make this mod and send to my E-Mail Adress? E-Mail Adress: Stefan-Rode@web.de Manual: And you can add totally diffrent NPCs to your group! Screenshot: Malak in your team http://www.megamods.de/swkotor/pics/malak1.jpg These aren't changed Playermodels. They are totally diffrent NPCs. This is how to make it: code:-------------------------------------------------------------------------------- object PlaceNPC(string sTag) { if(!GetIsObjectValid(GetObjectByTag(sTag))) { return CreateObject(OBJECT_TYPE_CREATURE,sTag,GetLocation (GetObjectByTag("POST_" + sTag))); } else { return OBJECT_INVALID; } } void AddCharToParty(string CharName, int Slot) { object oChar; oChar = PlaceNPC(CharName); AddAvailableNPCByObject(Slot, oChar); AddPartyMember(Slot, oChar); } -------------------------------------------------------------------------------- - CharName is the Name of the NPC (like n_darthmalak or n_yoda) - Slot is the Portrait Slot in your Party Selection Screen (0-8) ----------------------------------------------------------------- Please make the mod... Thank you. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.