Skip to content

Commit

Permalink
renamed zxcheck generator, added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ash47 committed Jan 28, 2018
1 parent 04217fc commit 195d869
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ MapEditor/output/*
node_modules/*
MapEditorHtml/tools/Data
MapEditorHtml/tools/allents.js
ZXSavGenerator/.vs/*
ZXSavGenerator/bin/*
ZXSavGenerator/obj/*
ZXCheckGenerator/.vs/*
ZXCheckGenerator/bin/*
ZXCheckGenerator/obj/*
File renamed without changes.
4 changes: 2 additions & 2 deletions ZXSavGenerator/Program.cs → ZXCheckGenerator/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using System.Threading;
using System.Threading.Tasks;

namespace ZXSavGenerator
namespace ZXCheckGenerator
{
class Program
{
Expand Down Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<ProjectGuid>{02818D10-176E-45DB-BF1F-B0E10B25B708}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ZXSavGenerator</RootNamespace>
<AssemblyName>ZXSavGenerator</AssemblyName>
<RootNamespace>ZXCheckGenerator</RootNamespace>
<AssemblyName>ZXCheckGenerator</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
File renamed without changes.
7 changes: 7 additions & 0 deletions ZXCheckGenerator/readme.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 195d869

Please sign in to comment.