Cinema is a mod for Muse Dash that adds background video support to custom charts.
- MelonLoader v0.6 or higher
- CustomAlbums Mod
- Add a background video in mp4 format to your chart's directory.
- 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]
}
- Implemented drift correction (#3)
- 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)
- Corrected fever background on non-cinema charts
- Removed funny debug message that I forgot about
- Added new fever system that avoids covering up the background video