# HG changeset patch # User Paper # Date 1643772714 18000 # Node ID 69e9cd8817a78c95b466958b0e8c3da912e318ee # Parent 423aa3429d21bac9d02d719750be80ea0af16e0e# Parent 9692d33cec71dd213798c52c944f5c4072aa9f78 Merge branch 'master' of github.com:mrpapersonic/msvpvf diff -r 423aa3429d21 -r 69e9cd8817a7 README.md --- a/README.md Tue Feb 01 22:31:20 2022 -0500 +++ b/README.md Tue Feb 01 22:31:54 2022 -0500 @@ -2,16 +2,16 @@ 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. +msvpvf is a tool used to "downgrade" VEGAS Pro project files, written entirely in C. It has no runtime libraries, making it incredibly lightweight. On macOS, the CLI compiles to 50 KB, and on Windows the GUI app is only 19 KB. -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. +Currently, the GUI 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 +git clone https://github.com/mrpapersonic/msvpvf +cd msvpvf make ```