GarageGames / Torque2D

MIT Licensed Open Source version of Torque 2D game engine from GarageGames
MIT License
1.67k stars 1.56k forks source link

Skeletal Animation #384

Open yurembo opened 7 years ago

yurembo commented 7 years ago

Hello all! I was played with a skeleton animation. I created a new small project, included standart "goblins" animation which ships with T2D. Everything is good. This anim runs well. But then I exported an animation from new version of Spine. Now Torque 2D is failed. I think this happens because the export format was changed, am I wrong?

yurembo commented 7 years ago

Exactly, old files and new files are different and they count is different

capnlove commented 7 years ago

From what I remember, the atlas file added extra information at its beginning. Removing the first line used to do the trick.

Even if it works, remember that the T2D implementation is partial and based on extremely outdated versions of the Spine runtime; most modern Spine features won't be imported to T2D.

yurembo commented 7 years ago

Spine runtime is open; I have seen Torque's loader and Spine runtime loader, there are a huge changes

yurembo commented 7 years ago

Meanwhile in both old atlas file and new file the first line is empty and second is a name of a graphic file

Mpskydog commented 6 years ago

Has there been anyone working on finishing or maintaining any Spine runtime support for this? Nathan Sweet had done some work in it but nothing I can find after this Trello or this GitHub

They've since moved Spine work to a waffle, but no further mention of Torque. And I haven't seen anyone in this community that was actively working on it.

greenfire27 commented 6 years ago

Nobody has stepped forward to own Spine support. As I understand it is pretty out-of-date at this point. You are welcome to take up the challenge.

yurembo commented 6 years ago

I saw docs on Spine site and looked making Spine support is less simple than T2D has. Shoud I dig in :)