Game Development Community

How I make a cinematic for my game? (Free way)

by Oguzhan · in Torque 3D Professional · 06/26/2013 (5:03 am) · 4 replies

I want make a cinematic for my game but I didn't find any way make a cinematic on Torque3D MIT.
How I make cinematics for my game free way?
Without cinematics the game story isn't good :(
Everyone knows cinematics tell full of story in the game

Thanks for ur help.

About the author

I am 18 years old.And I like making my dreams in virtual world..

Recent Threads


#1
06/26/2013 (6:36 am)
You could use the GMK software that is going MIT soon for the cut scenes, but not sure if it works out of the box with MIT just yet. Alternatively you could simulate what you want in game play, through the code itself - or by creating a video of the action using 3rd party capturing software and play this in the game at scheduled events or triggers.
#2
06/26/2013 (7:25 am)
look into camera side code to create your own movie maker using t3d.

[edit]
also u have to learn about path node.
#3
06/27/2013 (7:39 am)
"GMK software that is going MIT soon"

But one can download it from github for free now?

I mean read this: http://www.garagegames.com/community/blogs/view/22262



#4
06/27/2013 (11:42 am)
Firstly, are you wanting to create pre-rendered cinematic sequences, or in-game scripted cut scenes? Either way, ahsan is correct in guiding you to camera and pathing resources. I find that the camera controls in the 3DAAK make all of this much easier. Quicker, at any rate.