You are viewing a potentially older version of this package. View all versions.
FlipMods-CustomTelevisionVideo-1.1.3 icon

CustomTelevisionVideo

Adds the option to set a custom television video. The audio plays, too! You can now set the video path in the config file.

Date uploaded 6 months ago
Version 1.1.3
Download link FlipMods-CustomTelevisionVideo-1.1.3.zip
Downloads 192488
Dependency string FlipMods-CustomTelevisionVideo-1.1.3

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

CustomTelevisionVideo

Adds the option to set a custom television video. The audio plays, too!
If you don't like the video that I graciously provided, you can now set the video filepath in the config!
You can specify absolute or local paths. Use forward slashes in your path.
Local filepaths should not start with a slash, are local to the BepInEx/plugins/ directory.
The default path is "FlipMods-CustomTelevisionVideo/television_video.mp4"
The above is a local path, so the path will seen as ".../BepInEx/plugins/FlipMods-CustomTelevisionVideo/television_video.mp4"
This currently only supports .mp4 files, but that may change in the future.

CHANGELOG

1.0.0

  • Initial release

1.0.1

  • Fixed BepInEx dependency

1.1.0

  • Default file should play correctly, even with modloaders.
  • You can now specify the file path (local or absolute) in the config file. Local paths should not start with a slash, and are local to the BepInEx/plugins/ directory.

1.1.1

  • Edited description. Do not use backslashes in the config like I previously said was okay.

1.1.2

  • Added fallbacks to use default filepath if path contained spaces.

1.1.3

  • Possible fix for different BepInEx dependency?