I was wondering is there any other program besides anicam that can do an animated cutscene, and if so can somebody point me to it. Also if anicam is the only one that can do that, can somebody please help me find it, thanks!:D
I would try this thread first...
http://www.lucasforums.com/showthread.php?t=165950)
Anicam is a great tool, but it's not really necessary for a cutscene (which is really just an enhanced dialogue). My Kreia Robes mod has a cutscene added without using the tool. If you're just looking to get certain angles for a camera view, I wound up spawning invisible placeables that I used as "makeshift" cameras (defined as the Speaker)... you just need to make sure that your scripts clean-up those placeables before your dialogue/cutscene ends ;)
Thanks ChAiNz that helped a lot!
Can a script be used to create and destroy the placeables on the fly, so that if something interupts the dialog for whatever reason, they are still deleted?
I.E. <Swap to camera#1> "Blah Blah" <Swap to camera#2, Delete camera#1>
Yes you can do that with scripts. You would use a DestroyObject function call.