diff --git a/BeatrunAnimInstaller/BeatrunAnimInstaller.cs b/BeatrunAnimInstaller/BeatrunAnimInstaller.cs index 8f77caf..1735a4d 100644 --- a/BeatrunAnimInstaller/BeatrunAnimInstaller.cs +++ b/BeatrunAnimInstaller/BeatrunAnimInstaller.cs @@ -8,7 +8,7 @@ namespace BeatrunAnimInstaller { private static readonly string inDir = "."; private static readonly string outDir = "gamemodes\\beatrun\\content\\models"; - private static readonly List choices = new List() { "Old Animations", "New Animations" }; + private static readonly List choices = new List() { "Beatrun Reanimated", "OG (but fixed) Animations" }; static void RecursiveCopyDir(string inputDir, string outputDir) { diff --git a/beatrun/Beatrun Reanimated/climbanim.dx80.vtx b/beatrun/Beatrun Reanimated/climbanim.dx80.vtx new file mode 100644 index 0000000..2dedcc3 Binary files /dev/null and b/beatrun/Beatrun Reanimated/climbanim.dx80.vtx differ diff --git a/beatrun/Beatrun Reanimated/climbanim.dx90.vtx b/beatrun/Beatrun Reanimated/climbanim.dx90.vtx new file mode 100644 index 0000000..9051414 Binary files /dev/null and b/beatrun/Beatrun Reanimated/climbanim.dx90.vtx differ diff --git a/beatrun/New Animations/climbanim.mdl b/beatrun/Beatrun Reanimated/climbanim.mdl similarity index 87% rename from beatrun/New Animations/climbanim.mdl rename to beatrun/Beatrun Reanimated/climbanim.mdl index c03227f..623866b 100644 Binary files a/beatrun/New Animations/climbanim.mdl and b/beatrun/Beatrun Reanimated/climbanim.mdl differ diff --git a/beatrun/Beatrun Reanimated/climbanim.sw.vtx b/beatrun/Beatrun Reanimated/climbanim.sw.vtx new file mode 100644 index 0000000..c51ab7d Binary files /dev/null and b/beatrun/Beatrun Reanimated/climbanim.sw.vtx differ diff --git a/beatrun/Beatrun Reanimated/climbanim.vvd b/beatrun/Beatrun Reanimated/climbanim.vvd new file mode 100644 index 0000000..43d3a30 Binary files /dev/null and b/beatrun/Beatrun Reanimated/climbanim.vvd differ diff --git a/beatrun/BeatrunAnimInstaller.exe b/beatrun/BeatrunAnimInstaller.exe index f52468b..4012096 100644 Binary files a/beatrun/BeatrunAnimInstaller.exe and b/beatrun/BeatrunAnimInstaller.exe differ diff --git a/beatrun/New Animations/climbanim.dx80.vtx b/beatrun/New Animations/climbanim.dx80.vtx deleted file mode 100644 index 42d651b..0000000 Binary files a/beatrun/New Animations/climbanim.dx80.vtx and /dev/null differ diff --git a/beatrun/New Animations/climbanim.dx90.vtx b/beatrun/New Animations/climbanim.dx90.vtx deleted file mode 100644 index 62bff42..0000000 Binary files a/beatrun/New Animations/climbanim.dx90.vtx and /dev/null differ diff --git a/beatrun/New Animations/climbanim.sw.vtx b/beatrun/New Animations/climbanim.sw.vtx deleted file mode 100644 index 63cae1d..0000000 Binary files a/beatrun/New Animations/climbanim.sw.vtx and /dev/null differ diff --git a/beatrun/New Animations/climbanim.vvd b/beatrun/New Animations/climbanim.vvd deleted file mode 100644 index 36b6f42..0000000 Binary files a/beatrun/New Animations/climbanim.vvd and /dev/null differ diff --git a/beatrun/Old Animations/climbanim.dx80.vtx b/beatrun/OG (but fixed) Animations/climbanim.dx80.vtx similarity index 100% rename from beatrun/Old Animations/climbanim.dx80.vtx rename to beatrun/OG (but fixed) Animations/climbanim.dx80.vtx diff --git a/beatrun/Old Animations/climbanim.dx90.vtx b/beatrun/OG (but fixed) Animations/climbanim.dx90.vtx similarity index 100% rename from beatrun/Old Animations/climbanim.dx90.vtx rename to beatrun/OG (but fixed) Animations/climbanim.dx90.vtx diff --git a/beatrun/Old Animations/climbanim.mdl b/beatrun/OG (but fixed) Animations/climbanim.mdl similarity index 100% rename from beatrun/Old Animations/climbanim.mdl rename to beatrun/OG (but fixed) Animations/climbanim.mdl diff --git a/beatrun/Old Animations/climbanim.sw.vtx b/beatrun/OG (but fixed) Animations/climbanim.sw.vtx similarity index 100% rename from beatrun/Old Animations/climbanim.sw.vtx rename to beatrun/OG (but fixed) Animations/climbanim.sw.vtx diff --git a/beatrun/Old Animations/climbanim.vvd b/beatrun/OG (but fixed) Animations/climbanim.vvd similarity index 100% rename from beatrun/Old Animations/climbanim.vvd rename to beatrun/OG (but fixed) Animations/climbanim.vvd