About Store Forum Documentation Contact



Post Reply 
Remove Animation
Author Message
Boogy Offline
Member

Post: #1
Remove Animation
I have created a new level with my own art. I have set my player to OBJECT_PLAYER in the world editor. But when I load the game in code I get this error: Can't load "anim/fist-l.anim".

As you can see it is asking for an animation but I don't have that only a skeleton. Is there a way to remove this?

EDIT: maybe useful to know I use the tutorial: 16- Camera Modes, to load my world through code
(This post was last modified: 06-22-2010 10:34 PM by Boogy.)
06-22-2010 10:31 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Remove Animation
please copy anim folder from sdk data to yours
06-23-2010 08:19 AM
Find all posts by this user Quote this message in a reply
Boogy Offline
Member

Post: #3
RE: Remove Animation
(06-23-2010 08:19 AM)Esenthel Wrote:  please copy anim folder from sdk data to yours

I did that but now it gives me this error: Bone "Body" not found in skeleton.
Does this mean that when you have a OBJ_PLAYER you need a full skeleton for it? Because I only have a couple of bones in my own skeleton and for now I only need the Head bone.
(This post was last modified: 06-23-2010 10:25 AM by Boogy.)
06-23-2010 10:24 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Remove Animation
head and body are 2 required bone names
06-23-2010 10:32 AM
Find all posts by this user Quote this message in a reply
Boogy Offline
Member

Post: #5
RE: Remove Animation
(06-23-2010 10:32 AM)Esenthel Wrote:  head and body are 2 required bone names

Ahh oke smile It is working now! grin
Thanks for your help! wink
(This post was last modified: 06-23-2010 10:49 AM by Boogy.)
06-23-2010 10:49 AM
Find all posts by this user Quote this message in a reply
Post Reply