First off, hello to everyone. This is my first post. I've been racking my head and i can't get something to work. Please bare with me. Any help is appreciated. I have a model i am using in SP. It was a model created by Kevin Coyle of Anakin. I was able to create an NPC file to use this model in SP because it was only released for MP. I have the model working in Single player.
Now here is my problem.... I want to be able to use this model in the cutscenes for a more realistic feel. I read up on
http://www.map-review.com/index.php?page=tutorial_) how to add to the NPC file to make your character show up in the cutscenes, but its not working. I think i may be doing something wrong or perhaps its just written wrong. This is what my NPC file looks like:
---------------------------------------------------------------------------------
Anakin
{
fullName "Anakin Skywalker"
playerModel KC_anakin
weapon WP_SABER
saber Kyle
saberRadius 3
saberStyle 2
snd KC_anakin
sndcombat KC_anakin
sndextra KC_anakin
sndjedi KC_anakin
dismemberProbArms 100
dismemberProbHands 100
dismemberProbHead 100
dismemberProbLegs 100
dismemberProbWaist 100
}
Anakin
{
playerModel KC_anakin
class CLASS_PLAYER
}
Player
{
playerModel player
class CLASS_PLAYER
}
---------------------------------------------------------------------------------
I used NPC tools to create the NPC file and i added it to the original Anakin pk3 file using Pakscape and making sure the paths were correct. My model shows up in Single player after you call it in the console with the playermodel command, but it will not show up in the cutscenes. I've tried quite a few different combinations but nothing seems to work. Any help is greatly appreciated.