Swyter / extract.vvv

Program extracting music from VVVVVV game

Home Page:https://bitbucket.org/piorekf/extract.vvv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is an extremely simple program to extract original music from game VVVVVV.
You simply need to get source file, compile it and run it:

gcc -o extract extract.c
./extract <path-to-vvvvvvmusic.vvv>

After that it will create 15 files with all the tracks from game in OGG Vorbis
format.

About

Program extracting music from VVVVVV game

https://bitbucket.org/piorekf/extract.vvv

License:GNU General Public License v3.0


Languages

Language:C 100.0%