Page 1 of 1

Where are the sprites/tiles located please?

Posted: Mon Jul 14, 2014 9:55 am
by hotmitts
Where are the art assets, the sprites and tiles, located within the game folder, please? Are they viewable, or packed away somewhere? I'm wondering whether to do some art work at some point, perhaps for an add-on.
While I'm here, does the engine support animation? Some of the add-ons (well, the Hellfire one at least) include a little bit of character animation AFAIK
Thanks for looking

Re: Where are the sprites/tiles located please?

Posted: Mon Jul 14, 2014 12:05 pm
by ghostbuster
In the directory game/module, there are at least two files: tome-x.y.z.team and tome-x.y.z-gfx.team.
Both are zip archives, the first holding the code and the second one the graphics.

I do not know concerning animated tiles. AFAIK, most of the animation in the game is handled through open-GL actions.

Re: Where are the sprites/tiles located please?

Posted: Mon Jul 14, 2014 8:30 pm
by darkgod
There is support for frame animations yes

Re: Where are the sprites/tiles located please?

Posted: Tue Jul 15, 2014 3:24 pm
by hotmitts
darkgod wrote:There is support for frame animations yes
Aha! Any idea where I could find out more (tutorials ?). I'd love to try adding animated sprites.