Compare commits

..

No commits in common. "fd4fd95c79854c1bf9acd0e79c7833c4656e2e97" and "d5771762c41fa0926ff4ff66935775055551f22a" have entirely different histories.

View File

@ -1,6 +1,5 @@
using ImageMagick;
using NLua;
using System.Reflection.Metadata.Ecma335;
using System.Text.RegularExpressions;
namespace ArtemisFgTools
{
@ -19,7 +18,7 @@ namespace ArtemisFgTools
Console.WriteLine("请输入立绘fg文件夹的所在路径无需\"\"");
string? fgImagePath = Console.ReadLine();
Console.WriteLine("请输入exlist的文件路径:");
Console.WriteLine("请输入exlist.ipt的文件路径:");
string? luaFilePath = Console.ReadLine();
Console.WriteLine("请输入保存位置:");
@ -83,11 +82,6 @@ namespace ArtemisFgTools
{
Parallel.ForEach(fgObject.Fuku, fuku =>
{
//💢 skip //For ハミダシクリエイティブ
if (fuku == "99")
{
return;
}
bool special = false;
string special_text="";
string fuku_current = fuku;
@ -122,11 +116,6 @@ namespace ArtemisFgTools
{
Parallel.ForEach(fgObject.Fuku, fuku =>
{
//💢 skip //For ハミダシクリエイティブ
if (fuku == "99")
{
return;
}
bool special = false;
string special_text = "";
string fuku_current = fuku;