Fnoigy
Junior Member
Posts: 16
Threads: 4
Joined: Apr 2011
Reputation:
0
|
Animations and Particles
Hey everyone
So I'm at the tail end of making a custom story. To really make a certain event happen, I had to muck around and create a new particle entity that makes a better explosion. I can place it and see it in the editor, and I can see it if I save it in a map right in front of the spawn location, but I can't seem to make the script create it. I have the file (ps_boom.ps) in a "Particles" folder in my custom story folder, which seems to be where it's supposed to go. Any idea what I'm missing? I'm worried this will make some problems for the couple of other custom entities I'm including.
Also, I'm trying to get ol' ripped-face to play his slashing animation after he reaches a patrol node, but I can't seem to make him obey the animation part. For example, I have the code:
AddEnemyPatrolNode("servant_grunt_1", "PathNodeArea_20", 10.0f, "SwingClaws01");
He will go to the right node, he'll pause for the assigned 10 seconds, but he won't play the animation, not that one or any other I've specified. I even copied a code from the main game files that included the animation part, and still no dice. What am I doing wrong here?
|
|
06-24-2011, 02:03 AM |
|