diff --git a/.gitignore b/.gitignore index d5c0aae..ac0c55e 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,6 @@ MapEditor/output/* node_modules/* MapEditorHtml/tools/Data MapEditorHtml/tools/allents.js -ZXSavGenerator/.vs/* -ZXSavGenerator/bin/* -ZXSavGenerator/obj/* \ No newline at end of file +ZXCheckGenerator/.vs/* +ZXCheckGenerator/bin/* +ZXCheckGenerator/obj/* \ No newline at end of file diff --git a/ZXSavGenerator/App.config b/ZXCheckGenerator/App.config similarity index 100% rename from ZXSavGenerator/App.config rename to ZXCheckGenerator/App.config diff --git a/ZXSavGenerator/Program.cs b/ZXCheckGenerator/Program.cs similarity index 98% rename from ZXSavGenerator/Program.cs rename to ZXCheckGenerator/Program.cs index 7f24af2..922555f 100644 --- a/ZXSavGenerator/Program.cs +++ b/ZXCheckGenerator/Program.cs @@ -8,7 +8,7 @@ using System.Threading; using System.Threading.Tasks; -namespace ZXSavGenerator +namespace ZXCheckGenerator { class Program { @@ -149,7 +149,7 @@ static void Main(string[] args) File.WriteAllText(zxCheckPath, resultNice); - Console.WriteLine("Successfully created .zxcheck file!"); + Console.WriteLine("Successfully created .zxcheck file! Signature = " + resultNice); quitAfterDelay(); return; diff --git a/ZXSavGenerator/Properties/AssemblyInfo.cs b/ZXCheckGenerator/Properties/AssemblyInfo.cs similarity index 93% rename from ZXSavGenerator/Properties/AssemblyInfo.cs rename to ZXCheckGenerator/Properties/AssemblyInfo.cs index 428e620..4fcb559 100644 --- a/ZXSavGenerator/Properties/AssemblyInfo.cs +++ b/ZXCheckGenerator/Properties/AssemblyInfo.cs @@ -5,11 +5,11 @@ // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("ZXSavGenerator")] +[assembly: AssemblyTitle("ZXCheckGenerator")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ZXSavGenerator")] +[assembly: AssemblyProduct("ZXCheckGenerator")] [assembly: AssemblyCopyright("Copyright © 2017")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/ZXSavGenerator/ZXSavGenerator.csproj b/ZXCheckGenerator/ZXCheckGenerator.csproj similarity index 97% rename from ZXSavGenerator/ZXSavGenerator.csproj rename to ZXCheckGenerator/ZXCheckGenerator.csproj index aeeb22c..43c8b8d 100644 --- a/ZXSavGenerator/ZXSavGenerator.csproj +++ b/ZXCheckGenerator/ZXCheckGenerator.csproj @@ -7,8 +7,8 @@ {02818D10-176E-45DB-BF1F-B0E10B25B708} Exe Properties - ZXSavGenerator - ZXSavGenerator + ZXCheckGenerator + ZXCheckGenerator v4.6 512 true diff --git a/ZXSavGenerator/ZXSavGenerator.sln b/ZXCheckGenerator/ZXCheckGenerator.sln similarity index 86% rename from ZXSavGenerator/ZXSavGenerator.sln rename to ZXCheckGenerator/ZXCheckGenerator.sln index 2f22b54..9619db5 100644 --- a/ZXSavGenerator/ZXSavGenerator.sln +++ b/ZXCheckGenerator/ZXCheckGenerator.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.27130.2026 +# Visual Studio 14 +VisualStudioVersion = 14.0.23107.0 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZXSavGenerator", "ZXSavGenerator.csproj", "{02818D10-176E-45DB-BF1F-B0E10B25B708}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZXCheckGenerator", "ZXCheckGenerator.csproj", "{02818D10-176E-45DB-BF1F-B0E10B25B708}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/ZXSavGenerator/config.txt b/ZXCheckGenerator/config.txt similarity index 100% rename from ZXSavGenerator/config.txt rename to ZXCheckGenerator/config.txt diff --git a/ZXCheckGenerator/readme.txt b/ZXCheckGenerator/readme.txt new file mode 100644 index 0000000..36f8851 --- /dev/null +++ b/ZXCheckGenerator/readme.txt @@ -0,0 +1,7 @@ +Installation: + - Copy "ZXSavGenerator.exe" into the same directory as "TheyAreBillions.exe". + - This is usually "Steam/SteamApps/Common/They Are Billions/" or something similar to that. + +Usage: + - Drag and drop a .zxsav file into "ZXSavGenerator.exe" + - The program will automatically create the .zxcheck file for you.