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.
- Host: GitHub
- URL: https://github.com/mdmods/cinema
- Owner: MDMods
- License: mit
- Created: 2023-05-30T08:41:02.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T03:32:14.000Z (about 2 years ago)
- Last Synced: 2025-01-27T05:23:12.677Z (over 1 year ago)
- Topics: mdmc, muse-dash, musedash
- Language: C#
- Homepage: https://mdmc.moe
- Size: 26.4 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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