Fallout New Vegas

Video information

Added on

Uploaded by

MartinPurvis

About this video

Follow this tutorial to learn how to import video into your mod, enjoy.

RAD Video Tools (http://www.radgametools.com/bnkdown.htm)
Movie Maker (http://windows.microsoft.com/en-us/windows-live/movie-maker)
GECK (http://geck.bethsoft.com/index.php?title=Main_Page)

===SCRIPT===

SCN CustomBikVideo

int doOnce

Begin OnTriggerEnter Player

if (doOnce == 0)
PlayBink "REPLACETHISTEXT.bik"
Set doOnce to 1
endif

End

===SCRIPT===

5 comments

  1. wickedGRL
    wickedGRL
    • account closed
    • 7 kudos
    Great little tutorial. I can definitely put this script to use.

    Q: Does it trigger the video each time you pass through the alley, and is there a limit on the length of a clip/video for this script?
    1. MartinPurvis
      MartinPurvis
      • premium
      • 29 kudos
      Hey,
      Sorry, I didn't get a notification for the comment.
      With the current script it only plays once, if you remove the line "Set doOnce to 1" then it will play every time. You can use different methods. Look at the guides of Cipscis.

      As far as I am aware there is no limit, just as long as you have the file.
  2. cormell
    cormell
    • premium
    • 337 kudos
    Cool. just what i was looking for.
    1. MartinPurvis
      MartinPurvis
      • premium
      • 29 kudos
  3. JimboUK
    JimboUK
    • premium
    • 462 kudos
    Really useful, thank you.
    1. MartinPurvis
      MartinPurvis
      • premium
      • 29 kudos
      No probs, had it on youtube. Might as well have it on here