What's this? Could it be? An... update?!?
Version 2.0!!!
Download
That's right! This is a major update, it's completely revamped. I'm now coding this in Haxe, which causes a couple of changes:
- No stupid installer. Just unzip and run, that's it.
- Doesn't require AIR, or any runtime for that matter. It runs without any extra downloads, all it needs are the files that come with it.
- Probably more stable. It only changes if you update it yourself; it's completely independent from any automatic updates that might break it.
Unfortunately, this comes at the cost of a proper GUI. It's a command-line program, with some minimal UI file selection. You can use it in one of two ways:
The easiest way is to open the exe, and a command prompt will come up. A file selection window will open, and you select your files to convert. Then a folder selection window will come up, where you select the folder where the converted files will be saved (this folder must exist beforehand). Then it'll convert the files.
You can also run it using the command-line. The usage is as follows:
Code:
VGSC inDir outDir
inDir: Path to directory containing files to convert
outDir: Path to directory where converted files will be saved
So you can either use the command prompt or write a .bat file.
The first option is probably quicker and more straightforward for most people, but the latter might be useful for others.
It's also open source now, you can view the public repository
here on BitBucket. I'll update there occasionally when working on this, basically it's just for me to keep track of the project, but some people might be interested.
Oh yeah by the way, this uses the latest version of vgmstream at the time of writing: r1024.
So yeah, enjoy! You can still use the old versions if you really prefer the GUI, but it apparently has some issues and I won't be able to help much.
I'll update the first post tomorrow, I'm tired now
EDIT: Updated the first post.