About Store Forum Documentation Contact



Post Reply 
Game Basics Help, custom animations
Author Message
knocks Offline
Member

Post: #1
Game Basics Help, custom animations
I hope someone will be kind enough to give this poor artist a bit of a heads up on loading my custom characters animations.

I have been looking at the first tutorial 01-Character. Im trying to work out how to override the default animations with my own.

I know from looking into the character.h that I would need to include
Code:
walk=cskel.getSkelAnim("anim/custom/AssaultTroop/walk.anim")

To override the default animation but can’t work out how to include this even after looking at the other provided examples.

Any help would be much appreciated before you all rofl smile
(This post was last modified: 07-29-2011 11:54 PM by knocks.)
07-29-2011 07:19 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Game Basics Help, custom animations
tutorial - "SDK/Tutorials/Game Basics/Character Default Animations"

where exactly is the problem?
07-31-2011 12:01 PM
Find all posts by this user Quote this message in a reply
knocks Offline
Member

Post: #3
RE: Game Basics Help, custom animations
Thank you for the reply, my awesome programing skills are most certainly the problem, Ill have another look at it this weekend.
08-02-2011 05:33 AM
Find all posts by this user Quote this message in a reply
Post Reply