diff --git a/AssemblyInfo.cs b/AssemblyInfo.cs index b653272..6428fc3 100644 --- a/AssemblyInfo.cs +++ b/AssemblyInfo.cs @@ -11,4 +11,4 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] -[assembly: AssemblyFileVersion("1.0.5")] \ No newline at end of file +[assembly: AssemblyFileVersion("1.0.6")] \ No newline at end of file diff --git a/KHPCPatchManager.cs b/KHPCPatchManager.cs index 881b678..f5f85d0 100644 --- a/KHPCPatchManager.cs +++ b/KHPCPatchManager.cs @@ -61,6 +61,9 @@ static KHPCPatchManager(){ "kh3d_third", "kh3d_fourth", }; + static string[] comfiles = new string[]{ + "Recom" + }; static string patchType; static string[] khFiles; @@ -82,7 +85,7 @@ static void Main(string[] args){ } Console.WriteLine($"KHPCPatchManager {version}"); - string hedFile = null, pkgFile = null, pkgFolder = null, kh1pcpatchFile = null, kh2pcpatchFile = null, bbspcpatchFile = null, dddpcpatchFile = null, originFolder = null; + string hedFile = null, pkgFile = null, pkgFolder = null, kh1pcpatchFile = null, compcpatchFile = null, kh2pcpatchFile = null, bbspcpatchFile = null, dddpcpatchFile = null, originFolder = null; List patchFolders = new List(); try{ for(int i=0;i