diff --git a/File_Format_Library/FileFormats/BFRES/BFRES.cs b/File_Format_Library/FileFormats/BFRES/BFRES.cs index da827a1c..8b15465e 100644 --- a/File_Format_Library/FileFormats/BFRES/BFRES.cs +++ b/File_Format_Library/FileFormats/BFRES/BFRES.cs @@ -952,7 +952,10 @@ namespace FirstPlugin { //Force mesh codec compression on save if (this.FilePath.EndsWith(".mc")) + { this.IFileInfo.FileCompression = new MeshCodecFormat(); + this.IFileInfo.FileIsCompressed = true; + } var Models = GetModels(); if (Models != null && !IsParticlePrimitive)