- Posts
- 3
- Likes
- 0
Hello, how to spawn NPC's not only from vanilla Star Wars Jedi Academy ? like if i want to spawn Darth Vader, how could i do that?
maybe there's a way to change the basejk npc model, to model from MB2 ?Enable cheats with "sv_cheats 1" then simply use the "npc spawn <npcname>" command.
As for basejka NPC's, here's a list of them: Steam Community :: Guide :: Full NPC spawn list
And as for Vader, he is not in basejk so unlikely you can spawn him in, unless MB:II has a custom NPC for it. Do not think there's a list of MB:II NPC assets anywhere, so you will have to scour the .pk3's for them. Or possibly use "fdir *.npc*" if the command is available.
Also worth noting that NPC's are very buggy in MB:II and can easily cause a server crash.
fdir *.npc console command. For your example case, NPC called "master3" would be Darth Vader.ext_data\npcs\hordeSaber.npc ->Master3 //saberstyle 3 red Vader
{
playerModel DarthVader
saber saber_vader
saberColor red
...
}