Please login or register.

Login with username, password and session length
Advanced search  

News:

IRC channel - server: waelisch.de  channel: #wme (read more)

Author Topic: [solved] Animation problem  (Read 3036 times)

0 Members and 1 Guest are viewing this topic.

dragos99

  • Lurker
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 2
    • View Profile
[solved] Animation problem
« on: September 05, 2009, 01:13:15 PM »

In the .act3d file of the actor i got model for walk, idle, talk and take and also animations for all of this models. Looks like this:
MODEL = "actors\john\idle.x"
MODEL = "actors\john\walk.x"
MODEL = "actors\john\talk.x"
MODEL = "actors\john\take.x"

ANIMATION
  {
    NAME="idle"
    LOOPING=TRUE
  }
  ANIMATION
  {
  NAME="take"
  LOOPING=FALSE
  }
  ANIMATION
  {
  NAME="talk"
  LOOPING=TRUE
  }
  ANIMATION
  {
    NAME="walk"
    LOOPING=TRUE

    EVENT
    {
      FRAME = 4
      NAME = "footstep"
    }

    EVENT
    {
      FRAME = 16
      NAME = "footstep"
    }
  }

}


The problem is when i run the game, in the debugging console its says:

15:11:31:  Error: Animation 'take' cannot be found in the model.
15:11:31:  Error: Animation 'talk' cannot be found in the model.

Where is the problem?

EDIT: There was a problem with the .x files, now it works :).
« Last Edit: September 06, 2009, 10:17:09 PM by dragos99 »
Logged

Jyujinkai

  • Global Moderator
  • Frequent poster
  • *
  • Karma: 1
  • Offline Offline
  • Posts: 352
    • View Profile
    • Jyujinkai's WME Development Blog
Re: Solved
« Reply #1 on: September 05, 2009, 06:18:35 PM »

if you edit your tech question to be marked "solved" please append [solved] at the start but leave the original topic so other readers can read and see your solutions....

Thanks
Logged
<Antoine de Saint-Exupéry> In any thing at all, perfection is finally attained not when there is no longer anything to add, but when there is no longer anything to take away...
<Carl Sagan> If you want to make a apple pie from scratch. You must first... invent the universe

dragos99

  • Lurker
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 2
    • View Profile
Re: Solved
« Reply #2 on: September 06, 2009, 10:16:24 PM »

Ok, sorry. Thanks for the info.
Logged
 

Page created in 0.043 seconds with 23 queries.