# HG changeset patch # User Paper <37962225+mrpapersonic@users.noreply.github.com> # Date 1643252221 18000 # Node ID bd392e82001c08a5b0626794d99a35d4c8a427c4 # Parent d1e5b8390cd3f9711c82cc321489358cbfbe4ce8 Update README.md diff -r d1e5b8390cd3 -r bd392e82001c README.md --- a/README.md Wed Jan 26 20:25:08 2022 -0500 +++ b/README.md Wed Jan 26 21:57:01 2022 -0500 @@ -1,15 +1,18 @@ -# msvpvf-c -C/C++ port of msvpvf +# msvpvf +C/C++ port of [msvpvf](https://archive.org/details/msvpvf-1.3-movie-studio-vegas-pro-version-faker-msvpvf-updated-to-1.31-focus-on-vegas) ## What is this?? msvpvf is a tool used to "downgrade" VEGAS Pro project files, written entirely in C. Currently, it doesn't look that great. Making pretty apps with `windows.h` is not the easiest job in the world. If someone is willing enough to make it look prettier, be my guest. +It is based on an old tool under the same name that was written in C#/.NET, but the original website is now down and it hasn't been maintained in over 2 years. + ## Compilation ``` git clone https://github.com/mrpapersonic/msvpvf-c cd msvpvf-c make ``` + NOTE: if you are using Windows, there is a GUI available. To compile it, use `make gui`.