About Store Forum Documentation Contact



Post Reply 
Asset Resources
Author Message
Xander93 Offline
Member

Post: #1
Asset Resources
Hi,

I downloaded the Fantasy Model pack from the store, I did find the warrior but without animations.

Please help,

Xander
04-28-2013 07:39 PM
Find all posts by this user Quote this message in a reply
AndrewBGS Offline
Member

Post: #2
RE: Asset Resources
There are no new animations in that pack.
The warrior may use the same animations that come with the default Engine, all you get in that pack is new objects.
04-28-2013 07:45 PM
Find all posts by this user Quote this message in a reply
Xander93 Offline
Member

Post: #3
RE: Asset Resources
Where can i find the default engine resources? It looks like they are encrypted?
04-28-2013 07:48 PM
Find all posts by this user Quote this message in a reply
Pixel Perfect Offline
Member

Post: #4
RE: Asset Resources
Look at the character.h header file for details of the default animations provided with the engine. The file is located here:

\Bin\EsenthelEngine\Game\Objects\Character.h

You can override these default animations with your own custom ones if you want.

I'd recommend reading through the Bloody Massacre code as a good introduction to using esenthel to code a game. It takes a while but it's worth it to gain a good understanding of the basic framework of the engine and how to implement that.
04-28-2013 11:13 PM
Find all posts by this user Quote this message in a reply
Xander93 Offline
Member

Post: #5
RE: Asset Resources
This Is the programming side right? what you are trying to teach me?
Thanks for that wink, But I mean something like the folder in the Tutorial project where the animations are stored. (Objects > Anims)
How do I access them for my own project?

Thanks,

Xander
04-28-2013 11:28 PM
Find all posts by this user Quote this message in a reply
para Offline
Member

Post: #6
RE: Asset Resources
Open up the tutorials project inside the editor, find and select "Objects/Anims" folder, click menu and choose "Copy selected elements".
04-29-2013 12:14 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Xander93 Offline
Member

Post: #7
RE: Asset Resources
Ah I see Thanks! the only problem I have now is that I'm using the Demo so I can't do that hehe

Cheers,

Xander
04-29-2013 12:19 AM
Find all posts by this user Quote this message in a reply
Xander93 Offline
Member

Post: #8
RE: Asset Resources
Anyone know a free test character for me? (with animations)

Thanks!,

Xander
05-01-2013 09:16 AM
Find all posts by this user Quote this message in a reply
para Offline
Member

Post: #9
RE: Asset Resources
Try http://www.psionicgames.com/?page_id=24, the models are a bit dated now, with a small set of basic animations, but they might do the trick as place holders/for testing purposes. (was/is quite popular among game developers)

Good animated character models are a bit hard to find for free, but I did manage to find a couple more modern on someones blog at some point, though I can't find the links/files right now..
05-01-2013 02:12 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Xander93 Offline
Member

Post: #10
RE: Asset Resources
Thanks! I have seen those models in other projects I will use them as place holders like you said wink.

Cheers grin,

Xander

Stupid me blushing

I found a very nice test model OVER HERE!.

Xander
(This post was last modified: 05-01-2013 03:54 PM by Xander93.)
05-01-2013 03:48 PM
Find all posts by this user Quote this message in a reply
Post Reply