Hello everyone, it's been a while, years even, since i posted on this site... Freespace 1 and 2 have always been my all-time favourite games ever since they came out!
I've recently been playing Freespace 2 (and the excellent "fsport" of freespace 1) and i was reminded of how much the music in these games is just awesome. So, to extract it from the game data, i wrote a small command-line utility for manipulating .VP files - it should compile and run on any POSIX compliant operating system, i've tested it on a few linux systems (slackware, ubuntu) and on freebsd. Please keep in mind i haven't programmed in C for several years before writing this small project

Here it is:
http://www.deimos.ca/vpfile-0.01a.tar.gzIt doesn't depend on anything else than a C compiler, the standard C libs, and basic knowledge of how to use a command line shell. To compile and install, just type:
make && sudo make install
If anyone gets this working on other systems, please let me know.