Game Development Community

Cut scenes in Torque

by User97684 · in Torque 3D Professional · 03/23/2015 (8:03 pm) · 4 replies

Hello torque developers!

I need another thing that is cut scene.
Also I need a animated camera with a time line for my project.
and a Skeletal animation tool for animated characters in cuts scenes.

I think the features are available in your games.
so can you tell me which tool I can use for do that

#1
04/01/2015 (8:03 pm)
why no one reply this. is it impossible
#2
04/21/2015 (8:00 am)
I have not seen dedicated cutscene editors in Torque nor have I seen a third party app specifically for torque. There are cut scene editors for other software (like Unity) and stand alone ones, but none that integrates into Torque i'm afraid.

I could be wrong, but i've looked myself and cannot find any solutions.

Mike
#3
04/21/2015 (2:40 pm)
what about using theora? the stock player is a bit buggy but it's possible to implement a new one with libtheoraplayer.
#4
04/21/2015 (5:08 pm)
Nothing is impossible - you have the source code.

That said, j0linar has Verve working somewhere in his fork => https://github.com/GarageGames/Torque3D

Perhaps you can find something out from him.