I loosely followed the tutorial down at Coffee Stain, and came up with the following Nazgul enemy in my npcs.cfg.
I actually got him to appear ingame and to attempt to use a saber (or in this case a sword) as opposed to the default E-11. However, the sword model that I replaced the default Reborn saber with did not appear in the Nazgul's hand, but instead stayed in the centre of the enemy's torso in a vertical position. The Nazgul didn't do any damage, either.
How can I fix this?
Code:
RebornNazgul { playerModel nazgul saberColor blue reactions 1 aim 1 move 1 aggression 2 evasion 1 intelligence 1 hfov 120 vfov 120 scale 94 playerTeam enemy enemyTeam player // race human class reborn snd reborn1 sndcombat reborn1 sndjedi reborn1 yawSpeed 60 walkSpeed 45 runSpeed 180 health 140 scaleX 110 dismemberProbHead 0 dismemberProbArms 20 dismemberProbLegs 0 dismemberProbHands 30 dismemberProbWaist 0 }
I actually got him to appear ingame and to attempt to use a saber (or in this case a sword) as opposed to the default E-11. However, the sword model that I replaced the default Reborn saber with did not appear in the Nazgul's hand, but instead stayed in the centre of the enemy's torso in a vertical position. The Nazgul didn't do any damage, either.
How can I fix this?