From 08e5a280587faabf2cc6a137734fd01143194f3d Mon Sep 17 00:00:00 2001 From: YeLike <93629620+YeLikesss@users.noreply.github.com> Date: Sat, 14 Sep 2024 20:57:14 +0800 Subject: [PATCH 1/6] [Nexas]UTF-8 & Zstd Support --- ArcFormats/ArcFormats.csproj | 12 +++++ ArcFormats/Nexas/ArcPAC.cs | 60 ++++++++++++++++++++-- ArcFormats/Properties/Settings.Designer.cs | 22 ++++++-- ArcFormats/Properties/Settings.settings | 3 ++ ArcFormats/app.config | 3 ++ ArcFormats/packages.config | 2 + 6 files changed, 92 insertions(+), 10 deletions(-) diff --git a/ArcFormats/ArcFormats.csproj b/ArcFormats/ArcFormats.csproj index 61a8ff7d..c065772f 100644 --- a/ArcFormats/ArcFormats.csproj +++ b/ArcFormats/ArcFormats.csproj @@ -14,6 +14,8 @@ ..\ true + + true @@ -102,6 +104,9 @@ + + ..\packages\ZstdNet.1.4.5\lib\net45\ZstdNet.dll + @@ -1322,6 +1327,13 @@ exit 0 if not exist "$(TargetDir)\GameData" mkdir "$(TargetDir)\GameData" xcopy "$(ProjectDir)\Resources\Formats.dat" "$(TargetDir)\GameData\" /D /Y >NUL + + + + 这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。 + + + - \ No newline at end of file +