About Store Forum Documentation Contact



Post Reply 
Hi I'm new...
Author Message
kuklainteractive Offline
Member

Post: #1
Hi I'm new...
Hi, I like this game engine. but I need some tutorials.

* How can I import animations in my model. Simple (run,walk, idle, jump etc.) how to inset to my character this animations?

* What is the pak files? how can I use?
I was used 2 years dxstudio but I need a next-gen engine and I leave dxstudio.
03-02-2012 01:26 PM
Find all posts by this user Quote this message in a reply
koekwaus Offline
Member

Post: #2
RE: Hi I'm new...
Hi,

What do you exactly mean? if there are standard animations? No, you need to make animations by yourself. You can export them from 3Ds max WITH a collada or FBX file, if you open the model with the model editor you can run the animation.

Pak files are like a rar file. It should contain content what you game needs, those pak files are compressed so the size of game can be reduced (correct me if i'm wrong). It will even reduces loading time.
(This post was last modified: 03-02-2012 03:46 PM by koekwaus.)
03-02-2012 03:45 PM
Find all posts by this user Quote this message in a reply
kuklainteractive Offline
Member

Post: #3
RE: Hi I'm new...
Thanks, i mean how to insert all animations in my game character. Simple walk, idle, run. ? Also which method used.

Simple mycharacter.animation="walkanim";
03-03-2012 01:46 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Hi I'm new...
please see the game basics c++ tutorials, it includes sample codes for custom animations for the characters
03-04-2012 03:50 PM
Find all posts by this user Quote this message in a reply
Post Reply