Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Create skippable cutscene | Forums

  1. #1
    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".
    Reply With Quote Reply With Quote

  2. #2
    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".
    Reply With Quote Reply With Quote

  3. #3
    Senior Member Gazitron's Avatar
    Join Date
    Jul 2009
    Posts
    789
    I saw this action some where - maybe in instant_actions?
    Reply With Quote Reply With Quote

  4. #4
    Ok I'll search it again...
    Reply With Quote Reply With Quote

  5. #5
    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.
    Reply With Quote Reply With Quote

  6. #6
    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".
    _______________________________________
    Best regards,
    COJModding.com Team
    www.cojmodding.com
    Reply With Quote Reply With Quote

  7. #7
    Thank you very much guys!
    Reply With Quote Reply With Quote

  8. #8
    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
    _______________________________________
    www.lukaszbogaj.com | www.twitter.com/wookash_b
    Reply With Quote Reply With Quote

  9. #9
    Reply With Quote Reply With Quote

  10. #10
    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
    _______________________________________
    www.lukaszbogaj.com | www.twitter.com/wookash_b
    Reply With Quote Reply With Quote

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •