Skip to content
/ Cinema Public

Enables background video support for custom Muse Dash charts.

License

Notifications You must be signed in to change notification settings

MDMods/Cinema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cinema

Cinema is a mod for Muse Dash that adds background video support to custom charts.

Dependencies

Usage

  1. Add a background video in mp4 format to your chart's directory.
  2. Create a cinema.json file in your chart's directory:
{
    "file_name": "video.mp4",
    "opacity": 0.5
}
  • file_name (required): The name of the video file.
  • opacity (required): The opacity of the video from 0 to 1.
  • difficulties (optional): An array of the difficulties to allow the video to be played on. If not specified, the video will be played on all difficulties.
{
    "file_name": "video.mp4",
    "opacity": 0.5,
    "difficulties": [3, 4]
}

Changelog

v1.2.1

  • Implemented drift correction (#3)

v1.2.0

  • Refactored for .NET 6.0
  • Faster loading times when restarting a cinema-enabled chart
  • Added system for automatic file cleanup
  • Added support for specifying enabled difficulties (#1)
  • Added support for Miku and Christmas scene (#1)

v1.1.3

  • Corrected fever background on non-cinema charts
  • Removed funny debug message that I forgot about

v1.1.2

  • Added new fever system that avoids covering up the background video