Game Development Community

Verve platformer & cutscene camera questions

by 000 · in Verve · 06/01/2010 (10:25 am) · 2 replies

I had a few questions about Verve to see if it would do what I require:

+) Map load camera: As soon as the map loads I need the game to take a camera view, either for a cut scene or player camera view

+) Player camera follower: A path based camera that follows the player relatively, since the game is 3rd person platformer. I say relatively because I'd like the game to be multiplayer and the camera forced to keep all players in frame.

+) Multiple cut-scenes: Players camera hit trigger, causing the camera to switch to the cut scene camera, after the scene finishes playing, resumes Player camera.

+) Skippable cut-scene option: because we all love sitting through a 5 min cut scene for the 20th time.

+) Event triggerable camera: If a player pulls off a sweet move I'd like the camera to swoop in, slow motion style

If you have any questions please feel free to let me know.

#1
06/01/2010 (9:53 pm)
As far as the camera questions go, Verve uses the stock T3D camera and hasn't made any customizations or modifications to it at all. This means that unless T3D's camera system does what you require, you will get little to no additional benefit from Verve in this respect. Sorry!

As far as cutscenes are concerned, you can pretty much do whatever you like. You can add multiple cameras to your scene, you can cut between different angles, attach them to predefined paths, etc. Skipping a cutscene is as simple as telling the controller to stop playing, then switch back to the game.

Event camera? It depends on the complexity you are after. It could be done quite easily in script if you want a basic effect, but you could do some pretty cool stuff with Verve in this respect. If all you wanted was to focus on the player and enable slow-motion, then you could definitely just get away with TS there.

I guess I'm not well placed to comment on how easy Verve is to use. Other users have had trouble with some quirks which unfortunately lurk in T3D (and consequently affect Verve), but I've not heard any major complaints ;) That's definitely not to say its easy to use, just like any tool it requires you to understand how to use it. I've got a pile of tutorials available online, you are welcome to have a look over them to get a feel for how it all works:

www.violent-tulip.com/dev/?doc-type=verve-docs

I'm in the process of updating the website, so if you see any issues give me a yell!

Thanks Mack.
#2
06/02/2010 (3:27 pm)
Thanks for your quick response Phil. :)