Exemplo n.º 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);
        }
Exemplo n.º 2
0
        public static void DumpBCSV()
        {
            const string folder = PatchDumpPath + @"\bcsv";

            GameBCSVDumper.UpdateDumps(folder, folder, true);
        }
Exemplo n.º 3
0
        public void DUmmy()
        {
            var folder = @"D:\Kurt\Desktop\v11 bcsv";

            GameBCSVDumper.UpdateDumps(folder, folder, true);
        }
Exemplo n.º 4
0
        public static void DumpBCSV()
        {
            var folder = $@"D:\Kurt\Desktop\{ver}\bcsv";

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