Fallout New Vegas
0 of 0

File information

Last updated

Original upload

Created by

tostikaas

Uploaded by

tostikaas

Virus scan

Some files not scanned

Mod articles

  • Modder's Resource

    As of version 0.2 modders can now use this mod as a resource for adding playable videos in their quest mods.

    The first step is to follow the instructions for adding a video to Pip-Flicks (see description page) and confirm it's working in-game. Then, because you probably want the player to discover or unlock the video, you'll want to hide the video from the Pip-Flicks menu. You can do this by simply typing "hidden" in the first line of the video's text file. You can then use the following script to unhide it:

    WriteStringToFile "Data\Pip-Flicks\My Video.txt" 0 "shown"or
    WriteStringToFile "Data\Pip-Flicks\My Video.txt" 0 "anything as long as it doesn't say hidden"(In order to compile this y...