I would like to Know how to make a cutscene skippable. I create the cutscene but on the screen doesn't show "Press ESC to skip".
I would like to Know how to make a cutscene skippable. I create the cutscene but on the screen doesn't show "Press ESC to skip".
I would like to Know how to make a cutscene skippable. I create the cutscene but on the screen doesn't show "Press ESC to skip".
Ok I'll search it again...
Your have to use InstantActions -> InstantSkipableMovieStart before the movie and InstantActions -> InstantSkipableMovieEnd after the movie. Then in the movie bBreakable and bUpdateToEndOnBreak must be set to true.
It's "InstantSkipapleMovieStart".
Place this action right at the start of the cinematic. At the end of the cinematic (after fadeout) place "InstantSkipableMovieEnd" action. When you'll hit "Esc" key while cin is playing the game will switch to actions after "SkipableMovieEnd".
Thank you very much guys!
In case anyone asks in the future I tried the method suggested here and it did not work with act_Movie, but it did work with act_MovieWait.
So the actions should be like this:
act_InstantActions->InstantSkipableMovieStart
act_MovieWait (set bBreakable->True & bUpdateToEndOnBreak-> True for your Movie object)
act_InstantActions->InstantSkipableMovieEnd
Thank you!
Do you guys know how to fade the movie out when it ends and then fade the world in after the movie? I have been trying this for several hours and either I have a black screen after the film (fade in does not work) or I don't have the fade out at all. If someone has figured how to get this working please share![]()