diff --git a/README.md b/README.md index 9d4b01b..ba6619e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ # Xenoblade Research Repo for scratch work from reversing all 3 Xenoblade games, tools for reading their files, and information discovered by reverse engineering them. + +## Includes: Xenoblade X/2/DE Bdat Editor+ +Modding tool for binary data files. (Modified by threethan to support all three HD-engine games, as well as array and flag values) diff --git a/XbTool/BdatEditor/BdatEditor.csproj b/XbTool/BdatEditor/BdatEditor.csproj index 29fee08..fa0dbd3 100644 --- a/XbTool/BdatEditor/BdatEditor.csproj +++ b/XbTool/BdatEditor/BdatEditor.csproj @@ -33,6 +33,9 @@ prompt 4 + + Icon.ico + @@ -116,5 +119,8 @@ + + + \ No newline at end of file diff --git a/XbTool/BdatEditor/Icon.ico b/XbTool/BdatEditor/Icon.ico new file mode 100644 index 0000000..11bedf8 Binary files /dev/null and b/XbTool/BdatEditor/Icon.ico differ diff --git a/XbTool/BdatEditor/MainWindow.xaml b/XbTool/BdatEditor/MainWindow.xaml index 2cd7d74..f0b8a61 100644 --- a/XbTool/BdatEditor/MainWindow.xaml +++ b/XbTool/BdatEditor/MainWindow.xaml @@ -5,19 +5,12 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" DataContext="{Binding Main, Source={StaticResource Locator}}" mc:Ignorable="d" - Title="Xenoblade 2 BDAT Editor" Height="450" Width="800"> + Title="Xenoblade Games Bdat Editor+" Height="550" Width="1000"> - - - - - - - @@ -26,21 +19,37 @@ + + + + - + + - - -