An open API service indexing awesome lists of open source software.

https://github.com/mdmods/cinema

Enables background video support for custom Muse Dash charts.
https://github.com/mdmods/cinema

mdmc muse-dash musedash

Last synced: about 1 year ago
JSON representation

Enables background video support for custom Muse Dash charts.

Awesome Lists containing this project

README

          

# Cinema
Cinema is a mod for Muse Dash that adds background video support to custom charts.
## Dependencies
- [MelonLoader](https://github.com/LavaGang/MelonLoader/releases) v0.6 or higher
- [CustomAlbums Mod](https://github.com/MDMods/CustomAlbums)
## 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:
```json
{
"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.
```json
{
"file_name": "video.mp4",
"opacity": 0.5,
"difficulties": [3, 4]
}
```
## Changelog
### v1.2.1
- Implemented drift correction ([#3](https://github.com/MDMods/Cinema/pull/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](https://github.com/MDMods/Cinema/pull/1))
- Added support for Miku and Christmas scene ([#1](https://github.com/MDMods/Cinema/pull/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