Skip to content

Commit

Permalink
UI QOL addons
Browse files Browse the repository at this point in the history
  • Loading branch information
BigSpice committed Jan 29, 2024
1 parent 9e506d3 commit 97e491a
Show file tree
Hide file tree
Showing 20 changed files with 36 additions and 128 deletions.
Binary file modified VTOL_2.0.0/.vs/ProjectEvaluation/vtol.metadata.v7.bin
Binary file not shown.
Binary file modified VTOL_2.0.0/.vs/ProjectEvaluation/vtol.projects.v7.bin
Binary file not shown.
Binary file modified VTOL_2.0.0/.vs/VTOL/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified VTOL_2.0.0/.vs/VTOL/v17/.futdcache.v2
Binary file not shown.
Binary file modified VTOL_2.0.0/.vs/VTOL/v17/fileList.bin
Binary file not shown.
4 changes: 2 additions & 2 deletions VTOL_2.0.0/Pages/Page_About.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<!--<Border Margin="50,116,50,110" Background="#FF2B2B2B"></Border>
<mdxam:MarkdownScrollViewer x:Name="MarkDown_Display" Margin="50,116,50,110" Background="#FF505050" Foreground="White" />-->
<ui:Button x:Name="Cofigure" Content="{x:Static properties:Language.Page_About_ConfigureUpdates}" Height="45" Margin="182,590,594,0" VerticalAlignment="Top" Icon="Settings32" HorizontalAlignment="Stretch" Click="Button_Click" Background="#FF383838"/>
<ui:Button x:Name="Check" Content="{x:Static properties:Language.Page_About_CheckForUpdate}" Height="45" Margin="0,590,182,0" VerticalAlignment="Top" Icon="DatabaseSearch24" HorizontalAlignment="Right" Width="372" Click="Check_Click" Background="#FF383838"/>
<ui:Button x:Name="Cofigure" Content="{x:Static properties:Language.Page_About_ConfigureUpdates}" Height="45" Margin="182,590,594,0" VerticalAlignment="Top" Icon="Settings32" HorizontalAlignment="Stretch" Click="Button_Click" Background="#FF383838" ClickMode="Press"/>
<ui:Button x:Name="Check" Content="{x:Static properties:Language.Page_About_CheckForUpdate}" Height="45" Margin="0,590,182,0" VerticalAlignment="Top" Icon="DatabaseSearch24" HorizontalAlignment="Right" Width="372" Click="Check_Click" Background="#FF383838" ClickMode="Press"/>
</Grid>
</Page>
14 changes: 7 additions & 7 deletions VTOL_2.0.0/Pages/Page_Home.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@


<Button x:Name="Discord_Button" Template="{DynamicResource ButtonControlTemplate1}"
Background="#FF202044" Margin="0,333,41,0" VerticalAlignment="Top" Height="30" HorizontalAlignment="Right" Width="57" Click="Discord_Button_Click" ToolTip="Discord"
Background="#FF202044" Margin="0,333,41,0" VerticalAlignment="Top" Height="30" HorizontalAlignment="Right" Width="57" Click="Discord_Button_Click" ToolTip="Discord" ClickMode="Press"

>
<Border Width="35" HorizontalAlignment="Center" VerticalAlignment="Center" Height="21">
Expand Down Expand Up @@ -249,12 +249,12 @@
<TextBlock HorizontalAlignment="Left" Margin="34,129,0,0" TextWrapping="Wrap" Text="{x:Static properties:Language.Page_Home_NorthstarInstallation}" VerticalAlignment="Top" Height="14" Width="148" Foreground="{DynamicResource TextFillColorSecondaryBrush}"
FontFamily="Segoe UI" Grid.Column="1"/>
<TextBox x:Name="Directory_Box" Text="------------------------------------------------------------------------------------------" Margin="32,158,2,0" VerticalAlignment="Top" Height="35" IsReadOnly="True" UndoLimit="0" Grid.Column="1" ToolTip="{x:Static properties:Language.Page_Home_CurrentTitanfall2Path}" />
<ui:Button x:Name="Update_Northstar_Button" Padding="6" Appearance="Secondary" FontSize="14" Height="40" Margin="32,216,40,0" VerticalAlignment="Top" HorizontalAlignment="Stretch" Content="{x:Static properties:Language.Page_Home_INIT_ReInstallNorthstar}" Grid.ColumnSpan="2" Grid.Column="1" Click="Update_Northstar_Button_Click" ToolTip="{x:Static properties:Language.Page_Home_UpdateNorthstar}" />
<ui:Button x:Name="Update_Northstar_Button" Padding="6" Appearance="Secondary" FontSize="14" Height="40" Margin="32,216,40,0" VerticalAlignment="Top" HorizontalAlignment="Stretch" Content="{x:Static properties:Language.Page_Home_INIT_ReInstallNorthstar}" Grid.ColumnSpan="2" Grid.Column="1" Click="Update_Northstar_Button_Click" ToolTip="{x:Static properties:Language.Page_Home_UpdateNorthstar}" ClickMode="Press" />
<ProgressBar x:Name="ProgressBar" Margin="32,261,40,21" Grid.Column="1" Grid.ColumnSpan="2" Foreground="{Binding Source={x:Static SystemParameters.WindowGlassBrush}}" Opacity="0" >

</ProgressBar>
<ui:Button x:Name="Browse_Titanfall_Button" Padding="6" Appearance="Secondary" FontSize="14" Height="36" Margin="71,158,40,0" VerticalAlignment="Top" HorizontalAlignment="Stretch" Content="{x:Static properties:Language.Page_Home_LocateTitanfall2Install}" Grid.Column="2" Click="Browse_Titanfall_Button_Click" ToolTip="{x:Static properties:Language.Page_Home_ManuallyChangeTheTitanfall2InstallDirectory}" />
<ui:Button x:Name="Browse_Titanfall_Install" Padding="6" Appearance="Secondary" FontSize="14" Height="36" Margin="15,158,0,0" VerticalAlignment="Top" Grid.Column="2" Icon="OpenFolder28" Width="51" ToolTip="{x:Static properties:Language.Page_Home_OpenTitanfall2Folder}" Click="Browse_Titanfall_Install_Click"/>
<ui:Button x:Name="Browse_Titanfall_Button" Padding="6" Appearance="Secondary" FontSize="14" Height="36" Margin="71,158,40,0" VerticalAlignment="Top" HorizontalAlignment="Stretch" Content="{x:Static properties:Language.Page_Home_LocateTitanfall2Install}" Grid.Column="2" Click="Browse_Titanfall_Button_Click" ToolTip="{x:Static properties:Language.Page_Home_ManuallyChangeTheTitanfall2InstallDirectory}" ClickMode="Press" />
<ui:Button x:Name="Browse_Titanfall_Install" Padding="6" Appearance="Secondary" FontSize="14" Height="36" Margin="15,158,0,0" VerticalAlignment="Top" Grid.Column="2" Icon="OpenFolder28" Width="51" ToolTip="{x:Static properties:Language.Page_Home_OpenTitanfall2Folder}" Click="Browse_Titanfall_Install_Click" ClickMode="Press"/>

<Grid Grid.ColumnSpan="3">

Expand Down Expand Up @@ -321,7 +321,7 @@
</Grid>
<Button x:Name="GIT_Button"
Background="#99000000" Margin="0,333,103,0" VerticalAlignment="Top" Height="30"
Template="{DynamicResource ButtonControlTemplate1}" HorizontalAlignment="Right" Width="57" Click="GIT_Button_Click" ToolTip="Gitbook"
Template="{DynamicResource ButtonControlTemplate1}" HorizontalAlignment="Right" Width="57" Click="GIT_Button_Click" ToolTip="Gitbook" ClickMode="Press"
>

<Border Width="36" HorizontalAlignment="Center" VerticalAlignment="Center" Height="20">
Expand Down Expand Up @@ -362,7 +362,7 @@
This can cause issues for Northstar and VTOL, a more compatible location would be -: C:/Progam Files/Games/Titanfall2.
Please Follow here for More steps>id_>c#linkstringtest>Lnk_>" Foreground="White" Width="682" HorizontalAlignment="Center" TextAlignment="Center" TextTrimming="CharacterEllipsis" LineStackingStrategy="MaxHeight"/>
<ui:Button x:Name="EXE_BUTTON" Height="44" Width="320" HorizontalAlignment="Center" Background="#FF00422E" Content="Assign VTOL.exe Administrator Rights" Padding="0,0,0,0" Icon="ShieldCheckmark48" Appearance="Secondary" Margin="0,8,0,10" MouseEnter="EXE_BUTTON_MouseEnter" MouseLeave="EXE_BUTTON_MouseLeave" Click="EXE_BUTTON_Click" BorderBrush="{x:Null}" BorderThickness="2,2,2,2"/>
<ui:Button x:Name="EXE_BUTTON" Height="44" Width="320" HorizontalAlignment="Center" Background="#FF00422E" Content="Assign VTOL.exe Administrator Rights" Padding="0,0,0,0" Icon="ShieldCheckmark48" Appearance="Secondary" Margin="0,8,0,10" MouseEnter="EXE_BUTTON_MouseEnter" MouseLeave="EXE_BUTTON_MouseLeave" Click="EXE_BUTTON_Click" BorderBrush="{x:Null}" BorderThickness="2,2,2,2" ClickMode="Press"/>
<TextBlock TextWrapping="WrapWithOverflow" Height="56" Text="VTOL can automatically be configured to run as admin always.
Expand Down Expand Up @@ -404,7 +404,7 @@
Please Locate your Titanfall 2 Install Folder. Titanfall 2 can be commonly be found in <LineBreak/> SteamLibrary/steamapps/common/Titanfall2 <LineBreak/> or <LineBreak/> Program Files (x86)/Steam/steamapps/common/Titanfall2
</TextBlock>

<ui:Button x:Name="Locate_Titanfall_Install" Height="35" Width="678" HorizontalAlignment="Center" Content="Locate Titanfall 2 Folder" Padding="0,0,0,0" Icon="SlideMultipleSearch24" Appearance="Secondary" Margin="0,2,0,0" MouseEnter="EXE_BUTTON_MouseEnter" MouseLeave="EXE_BUTTON_MouseLeave" BorderBrush="{x:Null}" BorderThickness="2,2,2,2" Click="Locate_Titanfall_Install_Click">
<ui:Button x:Name="Locate_Titanfall_Install" Height="35" Width="678" HorizontalAlignment="Center" Content="Locate Titanfall 2 Folder" Padding="0,0,0,0" Icon="SlideMultipleSearch24" Appearance="Secondary" Margin="0,2,0,0" MouseEnter="EXE_BUTTON_MouseEnter" MouseLeave="EXE_BUTTON_MouseLeave" BorderBrush="{x:Null}" BorderThickness="2,2,2,2" Click="Locate_Titanfall_Install_Click" ClickMode="Press">
<ui:Button.Background>
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
<GradientStop Color="#FF005831" Offset="1"/>
Expand Down
6 changes: 3 additions & 3 deletions VTOL_2.0.0/Pages/Page_Mods.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
</ContextMenu>
</hc:SimplePanel.ContextMenu>
</hc:SimplePanel>
<ui:Button x:Name="padd" Content="" VerticalAlignment="Top" Margin="0,93,5,0" Height="33" Padding="0,0,0,0" Icon="ArrowSortDownLines20" BorderBrush="{x:Null}" Click="padd_Click" Grid.Column="1" Width="33" HorizontalAlignment="Right" ToolTip="{x:Static properties:Language.Page_Mods_ReverseFilterOrder}" MouseOverBackground="#4CFFFFFF"/>
<ui:Button x:Name="padd" Content="" VerticalAlignment="Top" Margin="0,93,5,0" Height="33" Padding="0,0,0,0" Icon="ArrowSortDownLines20" BorderBrush="{x:Null}" Click="padd_Click" Grid.Column="1" Width="33" HorizontalAlignment="Right" ToolTip="{x:Static properties:Language.Page_Mods_ReverseFilterOrder}" MouseOverBackground="#4CFFFFFF" ClickMode="Press"/>
<Image Source="/Resources/Icons/Main_UI/Northstar-512.ico" Grid.ColumnSpan="3" Margin="640,174,-180,-174" Opacity="0.05" IsHitTestVisible="False">

</Image>
Expand Down Expand Up @@ -139,7 +139,7 @@
<ui:Button x:Name="Delete_Btn" Width="96" Height="42" Content="Delete" Background="#B29A0404" Tag ="{Binding Mod_Name_}" ToolTip="{Binding Mod_Path_}" Margin="0,0,30,0" Click="Delete_Btn_Click" Icon="DeleteDismiss24" Foreground="White"/>

</DockPanel>
<ui:Button x:Name="Mod_Btn" Width="112" Height="42" Content="{Binding Label}" Background="{Binding Is_Active_Color}" Tag ="{Binding En_Di}" Click="Mod_Btn_Click" ToolTip="{Binding Mod_Name_}" Margin="0,0,10,0" HorizontalAlignment="Right"/>
<ui:Button x:Name="Mod_Btn" Width="112" Height="42" Content="{Binding Label}" Background="{Binding Is_Active_Color}" Tag ="{Binding En_Di}" Click="Mod_Btn_Click" ToolTip="{Binding Mod_Name_}" Margin="0,0,10,0" HorizontalAlignment="Right" ClickMode="Press"/>
<ui:SymbolIcon RenderTransformOrigin="0.5,0.5" Width="16" HorizontalAlignment="Left" Margin="285,0,0,0" Symbol="Warning12" Foreground="Red" Opacity="{Binding Flag}" ToolTip="{Binding Error_Tooltip}" >
<ui:SymbolIcon.RenderTransform>
<TransformGroup>
Expand Down Expand Up @@ -270,7 +270,7 @@

<Label Content="{x:Static properties:Language.DESCRIPTION}" Margin="39,0,0,200" VerticalContentAlignment="Stretch" HorizontalContentAlignment="Stretch" UseLayoutRounding="True" Padding="0,0,0,0" Height="16" VerticalAlignment="Bottom" HorizontalAlignment="Left" Width="231"/>
<Label Content="{x:Static properties:Language.DEPENDENCYLIST}" Margin="39,0,0,69" VerticalContentAlignment="Stretch" HorizontalContentAlignment="Stretch" UseLayoutRounding="True" Padding="0,0,0,0" Height="16" VerticalAlignment="Bottom" HorizontalAlignment="Left" Width="230"/>
<ui:Button x:Name="Open_Folder_" Width="471" Height="37" Margin="0,449,0,0" VerticalAlignment="Top" Content="Open Folder" Padding="0,0,0,0" Appearance="Success" Icon="Folder32" Click="Open_Folder__Click" HorizontalAlignment="Center" Background="#B2049A28">
<ui:Button x:Name="Open_Folder_" Width="471" Height="37" Margin="0,449,0,0" VerticalAlignment="Top" Content="Open Folder" Padding="0,0,0,0" Appearance="Success" Icon="Folder32" Click="Open_Folder__Click" HorizontalAlignment="Center" Background="#B2049A28" ClickMode="Press">
<ui:Button.PressedBackground>
<SolidColorBrush Color="#FF8FF393" Opacity="0.7"/>
</ui:Button.PressedBackground>
Expand Down
Loading

0 comments on commit 97e491a

Please sign in to comment.