Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Malak as Non-playable character!!!

Page: 1 of 1
 StefanRode
02-03-2004, 12:56 PM
#1
How can I add Malak to my team (as Non-Playable charakter)

Here is a picture:


http://www.megamods.de/swkotor/pics/malak1.jpg)
 Lil' Jawa
02-03-2004, 1:26 PM
#2
Don't understand what you mean one bit sorry..
 StefanRode
02-03-2004, 2:50 PM
#3
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)
 ManaMana
02-03-2004, 5:35 PM
#4
Ehum... Erh... He WOULD be playable then... You should check what you are writing, many thing's are not understandable...
 Muskrat
02-03-2004, 6:03 PM
#5
he wants a mod that adds Malak into his group in place of Carth. (NPC - non-player character - aka Bastila, Carth, etc...)
 StefanRode
02-03-2004, 6:53 PM
#6
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.
Page: 1 of 1