PlayBink

PlayBink plays the specified Bink video file.

  • The Bink file needs to be an independent file; it can't be packaged into a BSA File.
  • The filename needs to be in quotes.
  • The path to the filename is relative to "[Skyrim Directory]\Data\Video\"
  • If Interruptable is non-zero, the user can interrupt the Bink by hitting the escape key. Otherwise, they have to wait for it to play out.
  • If Mute Audio is set to zero, the game's sounds will continue to play during the Bink movie, otherwise they will be muted.
  • If Pause Music is set to zero, the game's music will continue to play while the movie is running, otherwise it will be paused.
  • If Letterboxed is set to zero, the Bink will not be letterboxed if it is widescreen and is showing on a 4:3 screen.

SyntaxEdit

PlayBink filename.bik [Interruptable=0] [Mute Audio=1] [Pause Music=1] [Letterboxed=1]

ExamplesEdit

PlayBink "BGS_Logo.bik"   ;Plays [Skyrim]\data\video\BGS_Logo.bik

The example below would make the bik file non-interruptible, mute the game audio, pause the game music and letterboxed. In this case 0 = no and 1 = yes.

PlayBink "BGS_Logo.bik" 0 1 1 1

Papyrus VersionEdit

Game.PlayBink (Papyrus)