diff --git a/Program.cs b/Program.cs index 44f5558..3204216 100644 --- a/Program.cs +++ b/Program.cs @@ -161,6 +161,7 @@ static void Main() } else if (inPut == "2") { + FileTool.CheckCreatedFolder("save"); //Load while (true) { diff --git a/_update.txt b/_update.txt index 6599f10..df6e662 100644 --- a/_update.txt +++ b/_update.txt @@ -2,3 +2,4 @@ Don't forget to check if game version match this update note 0.0.51 Framework + Added StoryGen function ++ Fix Exception when enter load without "save" folder diff --git a/bin/Debug/net7.0/cs.dll b/bin/Debug/net7.0/cs.dll index 6ad5330..b420351 100644 Binary files a/bin/Debug/net7.0/cs.dll and b/bin/Debug/net7.0/cs.dll differ diff --git a/bin/Debug/net7.0/cs.pdb b/bin/Debug/net7.0/cs.pdb index 5a37a26..df593b2 100644 Binary files a/bin/Debug/net7.0/cs.pdb and b/bin/Debug/net7.0/cs.pdb differ diff --git a/bin/Debug/net7.0/linux-x64/cs.dll b/bin/Debug/net7.0/linux-x64/cs.dll index 0f8a68c..e7e9775 100644 Binary files a/bin/Debug/net7.0/linux-x64/cs.dll and b/bin/Debug/net7.0/linux-x64/cs.dll differ diff --git a/bin/Debug/net7.0/linux-x64/cs.pdb b/bin/Debug/net7.0/linux-x64/cs.pdb index d730b06..d9fbeaa 100644 Binary files a/bin/Debug/net7.0/linux-x64/cs.pdb and b/bin/Debug/net7.0/linux-x64/cs.pdb differ diff --git a/obj/Debug/net7.0/cs.dll b/obj/Debug/net7.0/cs.dll index 6ad5330..b420351 100644 Binary files a/obj/Debug/net7.0/cs.dll and b/obj/Debug/net7.0/cs.dll differ diff --git a/obj/Debug/net7.0/cs.pdb b/obj/Debug/net7.0/cs.pdb index 5a37a26..df593b2 100644 Binary files a/obj/Debug/net7.0/cs.pdb and b/obj/Debug/net7.0/cs.pdb differ diff --git a/obj/Debug/net7.0/linux-x64/cs.dll b/obj/Debug/net7.0/linux-x64/cs.dll index 0f8a68c..e7e9775 100644 Binary files a/obj/Debug/net7.0/linux-x64/cs.dll and b/obj/Debug/net7.0/linux-x64/cs.dll differ diff --git a/obj/Debug/net7.0/linux-x64/cs.pdb b/obj/Debug/net7.0/linux-x64/cs.pdb index d730b06..d9fbeaa 100644 Binary files a/obj/Debug/net7.0/linux-x64/cs.pdb and b/obj/Debug/net7.0/linux-x64/cs.pdb differ diff --git a/obj/Debug/net7.0/linux-x64/ref/cs.dll b/obj/Debug/net7.0/linux-x64/ref/cs.dll index b0f2433..4289121 100644 Binary files a/obj/Debug/net7.0/linux-x64/ref/cs.dll and b/obj/Debug/net7.0/linux-x64/ref/cs.dll differ diff --git a/obj/Debug/net7.0/linux-x64/refint/cs.dll b/obj/Debug/net7.0/linux-x64/refint/cs.dll index b0f2433..4289121 100644 Binary files a/obj/Debug/net7.0/linux-x64/refint/cs.dll and b/obj/Debug/net7.0/linux-x64/refint/cs.dll differ diff --git a/save/save1-1 b/save/save1-1 deleted file mode 100644 index 18055a8..0000000 --- a/save/save1-1 +++ /dev/null @@ -1 +0,0 @@ -[{"chapter":"1","route":"1"}] \ No newline at end of file