diff --git a/Directory.Build.props b/Directory.Build.props
index 8fc82d7..eae4391 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -7,9 +7,9 @@
https://github.com/Meloman19/PersonaEditor
git
- 1.6.5.0
- 1.6.5.0
- 1.6.5.0
- 1.6.5.0
+ 1.6.6.0
+ 1.6.6.0
+ 1.6.6.0
+ 1.6.6.0
\ No newline at end of file
diff --git a/PersonaEditorLib/FileContainer/BF.cs b/PersonaEditorLib/FileContainer/BF.cs
index e0eddc6..48a349f 100644
--- a/PersonaEditorLib/FileContainer/BF.cs
+++ b/PersonaEditorLib/FileContainer/BF.cs
@@ -53,7 +53,7 @@ private void SetName(string name)
if (fileType == typeof(DAT))
a.Name = name.Substring(0, name.Length - ext.Length) + "(" + ((int)a.Tag).ToString().PadLeft(2, '0') + ").DAT";
else
- a.Name = name.Substring(0, name.Length - ext.Length) + "." + fileType.ToString();
+ a.Name = name.Substring(0, name.Length - ext.Length) + GameFormatHelper.GetDefaultExtension(fileType);
}
}
diff --git a/README.md b/README.md
index b7df4d0..cb00f2f 100644
--- a/README.md
+++ b/README.md
@@ -6,4 +6,4 @@
* Container: BIN (BIN, PAK, PAC, CPK (FES cut-ins format), P00, ARC); PM1; BF; BVP; TBL; FTD (FTD, CTD, TTD)
* Graphic: FNT; SPR; TMX; SPD; DDS
-* Text: BMD (BMD, MSG); PTP
+* Text: BMD (BMD, MSG);