コード例 #1
0
        public static void RedumpBCSV()
        {
            /*if (Directory.Exists(PathHelper.BCSVPath))
             *  Directory.Delete(PathHelper.BCSVPath);
             * Directory.CreateDirectory(PathHelper.BCSVPath);
             *
             * string[] allFiles = Directory.GetFiles(PathHelper.BCSVPathRaw, "*.bcsv");
             *
             * foreach (var filePath in allFiles)
             * {
             *  BCSV bCSV = new BCSV()
             * }*/

            GameBCSVDumper.UpdateDumps(PathHelper.BCSVPathRaw, PathHelper.BCSVPath, true);
        }
コード例 #2
0
ファイル: DumpTests.cs プロジェクト: ManikRonin/NHSE
        public static void DumpBCSV()
        {
            const string folder = PatchDumpPath + @"\bcsv";

            GameBCSVDumper.UpdateDumps(folder, folder, true);
        }
コード例 #3
0
ファイル: EnumHashTests.cs プロジェクト: boguss73/NHSE
        public void DUmmy()
        {
            var folder = @"D:\Kurt\Desktop\v11 bcsv";

            GameBCSVDumper.UpdateDumps(folder, folder, true);
        }
コード例 #4
0
ファイル: DumpTests.cs プロジェクト: spikehidden/NHSE
        public static void DumpBCSV()
        {
            var folder = $@"D:\Kurt\Desktop\{ver}\bcsv";

            GameBCSVDumper.UpdateDumps(folder, folder, true);
        }