Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Charactor / entity animation on trigger
jssjr90 Offline
Member

Posts: 169
Threads: 39
Joined: Jun 2011
Reputation: 0
#1
Charactor / entity animation on trigger

I was wondering if it where ever possible with in the hpl2 engine to trigger a animation file upon a entity that is rigged?

I did notice this achievement on a certain full conversion (forgot the name) but the character jumps down a hole and it goes back to 1st person. And the full conversion had this cool sci-fi overlay screen fx. Like you where the terminator.

The software I was looking into are the following:
Maya 2011 (Have)
Ipi Mocap Studio 2 (motion capture software. Capture your body movements with just the kinect.)

If I cannot do the mo-cap. Would it be possible to play any animation file upon trigger from the entity that has the animation file associated with it?
(This post was last modified: 07-24-2013, 09:20 AM by jssjr90.)
07-24-2013, 06:12 AM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#2
RE: Charactor / entity animation on trigger

PHP Code: (Select All)
void PlayPropAnimation(stringasPropstringasAnimationfloat afFadeTimebool abLoopstringasCallback); 

Tutorials: From Noob to Pro
07-24-2013, 08:47 AM
Website Find
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#3
RE: Charactor / entity animation on trigger

Off-Topic:

[Image: vqCUKRQ.jpg]

Sorry, with that title I couldn't resist the temptation. Please, don't edit the title of this thread Big Grin

[On-Topic]

So yeah, pretty much what YC said. If it's with path nodes, you use:

AddEnemyPatrolNode("Yourmonster", "Node", 0, "YOURANIMATION");

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
(This post was last modified: 07-24-2013, 09:16 AM by The chaser.)
07-24-2013, 09:16 AM
Find
jssjr90 Offline
Member

Posts: 169
Threads: 39
Joined: Jun 2011
Reputation: 0
#4
RE: Charactor / entity animation on trigger

Thanks for the feedback!
07-24-2013, 09:20 AM
Find




Users browsing this thread: 1 Guest(s)