WebHost: Remove links to any MSU pack downloads or pages.
This commit is contained in:
parent
3f49c169bb
commit
abbcb6dc72
|
@ -1,23 +1,15 @@
|
|||
# MSU-1 Setup Guide
|
||||
|
||||
## What is MSU-1?
|
||||
MSU-1 allows for the use of custom in-game music. It works on original hardware, the SuperNT, and certain emulators.
|
||||
This guide will explain how to find custom music packages, often called MSU packs, and how to configure
|
||||
them for use with original hardware, the SuperNT, and the snes9x emulator.
|
||||
MSU-1 allows for the use of custom in-game music. It works on original hardware, the SuperNT, and certain emulators. This guide will explain how to find custom music packages, often called MSU packs, and how to configure them for use with original hardware, the SuperNT, and the snes9x emulator.
|
||||
|
||||
## Where to find MSU Packs
|
||||
MSU packs are constantly in development. You can find a list of completed packs, as well as in-development packs on
|
||||
[this Google Spreadsheet](https://docs.google.com/spreadsheets/d/1XRkR4Xy6S24UzYkYBAOv-VYWPKZIoUKgX04RbjF128Q).
|
||||
MSU packs are constantly in development. We won't link to any packs as most include ripped music from other media.
|
||||
|
||||
## What an MSU pack should look like
|
||||
MSU packs contain many files, most of which are the music files which will be used when playing the game. These files
|
||||
should be named similarly, with a hyphenated number at the end, and with a `.pcm` extension. It does not matter what
|
||||
each music file is named, so long as they all follow the same pattern. The most popular filename you will find is
|
||||
`alttp_msu-X.pcm`, where X is replaced by a number.
|
||||
MSU packs contain many files, most of which are the music files which will be used when playing the game. These files should be named similarly, with a hyphenated number at the end, and with a `.pcm` extension. It does not matter what each music file is named, so long as they all follow the same pattern. The most popular filename you will find is `alttp_msu-X.pcm`, where X is replaced by a number.
|
||||
|
||||
There is one other type of file you should find inside an MSU pack's folder. This file indicates to the hardware or
|
||||
to the emulator that MSU should be enabled for this game. This file should be named similarly to the other files in
|
||||
the folder, but will have a `.msu` extension and be 0 KB in size.
|
||||
There is one other type of file you should find inside an MSU pack's folder. This file indicates to the hardware or to the emulator that MSU should be enabled for this game. This file should be named similarly to the other files in the folder, but will have a `.msu` extension and be 0 KB in size.
|
||||
|
||||
A short example of the contents of an MSU pack folder are as follows:
|
||||
```
|
||||
|
@ -30,8 +22,7 @@ alttp_msu-34.pcm
|
|||
```
|
||||
|
||||
## How to use an MSU Pack
|
||||
In all cases, you must rename your ROM file to match the pattern of names inside your MSU pack's folder, then place
|
||||
your ROM file inside that folder.
|
||||
In all cases, you must rename your ROM file to match the pattern of names inside your MSU pack's folder, then place your ROM file inside that folder.
|
||||
|
||||
This will cause the folder contents to look like the following:
|
||||
```
|
||||
|
@ -63,15 +54,4 @@ alttp_msu-34.pcm
|
|||
9. Navigate into your MSU pack folder and load your ROM.
|
||||
|
||||
## A word of caution to streamers
|
||||
Many MSU packs use copyrighted music which is not permitted for use on platforms like Twitch and YouTube.
|
||||
If you choose to stream music from an MSU pack, please ensure you have permission to do so. If you stream
|
||||
music which has not been licensed to you, or licensed for use in a stream in general, your VOD may be muted.
|
||||
In the worst case, you may receive a DMCA take-down notice. Please be careful to only stream music for which
|
||||
you have the rights to do so.
|
||||
|
||||
##### Stream-safe MSU packs
|
||||
Below is a list of MSU packs which, so far as we know, are safe to stream. More will be added to this list as
|
||||
we learn of them. If you know of any we missed, please let us know!
|
||||
- Vanilla Game Music
|
||||
- [Smooth McGroove](https://drive.google.com/open?id=1JDa1jCKg5hG0Km6xNpmIgf4kDMOxVp3n)
|
||||
- Zelda community member Amarith assembled the following list for the purpose of competitive restreams. While we have not ourselves verified this list, all submissions required VoD proof they were not muted. Generally speaking, MSU-1 packs are less safe if they contain lyrics at any point. This list was only tested on Twitch and results for other platforms may vary. [Restream-Safe List](https://tinyurl.com/MSUsApprovedForLeagueChannels)
|
||||
Many MSU packs use copyrighted music which is not permitted for use on platforms like Twitch and YouTube. If you choose to stream music from an MSU pack, please ensure you have permission to do so. If you stream music which has not been licensed to you, or licensed for use in a stream in general, your VOD may be muted. In the worst case, you may receive a DMCA take-down notice. Please be careful to only stream music for which you have the rights to do so.
|
Loading…
Reference in New Issue