Compare commits

..

4 Commits

2 changed files with 23 additions and 4 deletions

View File

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

View File

@ -6,7 +6,7 @@
-----
提取selectoblige.pfs中的fg文件夹image\fg、exlist.ipt文件pc\ja\extra\exlist.iptsystem\table\exlist.tbl准备好空文件夹以存放合并后的文件这里以out为例
提取fg文件夹image\fg、exlist.ipt文件pc\ja\extra\exlist.iptハミダシクリエイティブ是system\table\exlist.tbl准备好空文件夹以存放合并后的文件这里以out为例
![](https://git.chenx221.cyou/chenx221/ArtemisFgTools/raw/branch/master/img/2024-07-28_172347.jpg)
@ -14,6 +14,14 @@
![](https://git.chenx221.cyou/chenx221/ArtemisFgTools/raw/branch/master/img/2024-07-28_172635.jpg)
然后就是等了...
等待完成...
![](https://git.chenx221.cyou/chenx221/ArtemisFgTools/raw/branch/master/img/2024-07-28_172940.jpg)
![](https://git.chenx221.cyou/chenx221/ArtemisFgTools/raw/branch/master/img/2024-07-28_172940.jpg)
-----
セレクトオブリージュ全部合并大小约14.4 GB
ハミダシクリエイティブ全部合并大小约27.0 GB
应该可以通过修改exlist内容实现合并部分内容