Home   Help Search Login Register  

Author Topic: Is it possible to add cutscenes once the rest of the mission is made?  (Read 593 times)

0 Members and 1 Guest are viewing this topic.

smiller

  • Guest
G'day

I'm in the middle of a mission and haven't brushed up on my cutscene scripting in some time. I was wondering whether its possible to finish the mission then go back and add the cutscenes or whether I'm just creating way too much work for myself and doing the cutscene now is easier.

Any help is much appreciated!

Sam

Jim666

  • Guest
Yes you can, just script your cutscene then you just add an activation for that script to be played! Simple.

smiller

  • Guest
Wouldn't that mean I'd have to implent all the actions within the cutscene before continuing though?

Sam

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
all depends on what the cutscene shows.

in one of my missions there's a complicated flashback sequence which happens in a town that's just been massacred. all the dead bodies have to be removed, the time of day has to be changed, and since it happens within the mission, the player and his squad has to be protected and kept out of the cutscene vicinity. then once the cutscene is over, everything has to be put back exactly as it was. very tricksy.

in other circumstances, a cutscene flows naturally, for example if you meet a character and have a conversation, that's very easy to do realtime. character is already there, player runs up and is already there, all you need to do is make sure neither of them gets shot during the cutscene, and after it's done the action continues.

all depends on the purpose of what you want to show, but by and large i create missions with a vague idea of where cutscenes would be good, then those get done last. it's not a whole heap of trouble unless you intend doing something troublesome.... go figure :P
« Last Edit: 26 Jul 2005, 17:21:30 by bedges »

smiller

  • Guest
Thanks guys!