diff --git a/PCK-Studio/Forms/Additional-Popups/AddFilePrompt.Designer.cs b/PCK-Studio/Forms/Additional-Popups/AddFilePrompt.Designer.cs
index a134f856..94cfb1f4 100644
--- a/PCK-Studio/Forms/Additional-Popups/AddFilePrompt.Designer.cs
+++ b/PCK-Studio/Forms/Additional-Popups/AddFilePrompt.Designer.cs
@@ -105,8 +105,7 @@
resources.GetString("FileTypeComboBox.Items10"),
resources.GetString("FileTypeComboBox.Items11"),
resources.GetString("FileTypeComboBox.Items12"),
- resources.GetString("FileTypeComboBox.Items13"),
- resources.GetString("FileTypeComboBox.Items14")});
+ resources.GetString("FileTypeComboBox.Items13")});
this.FileTypeComboBox.Name = "FileTypeComboBox";
this.FileTypeComboBox.Style = MetroFramework.MetroColorStyle.Blue;
this.FileTypeComboBox.Theme = MetroFramework.MetroThemeStyle.Dark;
diff --git a/PCK-Studio/Forms/Additional-Popups/AddFilePrompt.cs b/PCK-Studio/Forms/Additional-Popups/AddFilePrompt.cs
index 29d80d57..9e4bb343 100644
--- a/PCK-Studio/Forms/Additional-Popups/AddFilePrompt.cs
+++ b/PCK-Studio/Forms/Additional-Popups/AddFilePrompt.cs
@@ -12,7 +12,7 @@ namespace PckStudio.Popups
/// otherwise
///
public string Filepath => DialogResult == DialogResult.OK ? InputTextBox.Text : string.Empty;
- public PckFileType Filetype => (PckFileType)FileTypeComboBox.SelectedIndex;
+ public PckFileType Filetype => (PckFileType)(FileTypeComboBox.SelectedIndex + (FileTypeComboBox.SelectedIndex >= 3 ? 1 : 0));
public AddFilePrompt(string initialText) : this(initialText, -1)
{ }
diff --git a/PCK-Studio/Forms/Additional-Popups/AddFilePrompt.resx b/PCK-Studio/Forms/Additional-Popups/AddFilePrompt.resx
index 00b928ed..fa2571de 100644
--- a/PCK-Studio/Forms/Additional-Popups/AddFilePrompt.resx
+++ b/PCK-Studio/Forms/Additional-Popups/AddFilePrompt.resx
@@ -262,39 +262,36 @@
TextureFile (*.png)
- UIDataFile (UNUSED)
-
-
InfoFile (0)
-
+
TexturePackInfoFile (x<Resolution>Info.pck)
-
+
LocalisationFile (languages.loc/localisation.loc)
-
+
GameRulesFile (*.grf)
-
+
AudioFile (*.pck)
-
+
ColourTableFile (colours.col)
-
+
GameRulesHeader (*.grh)
-
+
SkinDataFile (*.pck)
-
+
ModelsFile (models.bin)
-
+
BehavioursFile (behaviours.bin)
-
+
MaterialFile (entityMaterials.bin)