Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ata4/muscode

Minecraft .mus file encoder and decoder
https://github.com/ata4/muscode

Last synced: about 2 months ago
JSON representation

Minecraft .mus file encoder and decoder

Awesome Lists containing this project

README

        

MusCode
=======

MusCode converts XOR-encrypted .mus files for Minecraft into ordinary Ogg Vorbis files and vice versa.

Usage
-----

Basic usage:

java -jar muscode.jar

Decode music.mus in the current working directory:

java -jar muscode.jar music.mus

Encode music.ogg in the current working directory:

java -jar muscode.jar music.ogg

Convert all files in the Minecraft music directory under Windows:

java -jar muscode.jar %APPDATA\.minecraft\resources\streaming

Convert all files in the Minecraft music directory under Linux/MacOS X:

java -jar muscode.jar ~/.minecraft/resources/streaming