comparison README.md @ 70:79ef211750de

Add compatibility disclaimer to README Please stop asking me about this
author Paper <37962225+mrpapersonic@users.noreply.github.com>
date Tue, 07 Mar 2023 07:16:02 -0500
parents 0902a957d9b0
children c06dcab17923
comparison
equal deleted inserted replaced
69:79a35af2cb56 70:79ef211750de
8 8
9 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. 9 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.
10 10
11 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. 11 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.
12 12
13 # Compatibility
14 There are 3 generations of modern Vegas project files:
15
16 Gen 1 | Gen 2 | Gen 3
17 --- | --- | ---
18 8.0 - 11.0 | 12.0 - 14.0 | 15.0 - Now
19
20 Any version in Gen 3 cannot be ported to Gen 2, and Gen 2 cannot be ported to Gen 1. That's just too complicated for a simple bit modifier. **However**, any file created in an older Vegas will work in a newer one.
21
13 ## Compilation 22 ## Compilation
14 ``` 23 ```
15 git clone https://github.com/mrpapersonic/msvpvf 24 git clone https://github.com/mrpapersonic/msvpvf
16 cd msvpvf 25 cd msvpvf
17 make 26 make