mirror of
https://github.com/4sval/FModel.git
synced 2026-04-26 08:13:27 -05:00
optimized a131070cf5 + odd bug fixes
This commit is contained in:
parent
723c3e876d
commit
53443b0a31
|
|
@ -500,7 +500,7 @@
|
||||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||||
</Compile>
|
</Compile>
|
||||||
<EmbeddedResource Include="Properties\Resources.resx">
|
<EmbeddedResource Include="Properties\Resources.resx">
|
||||||
<Generator>ResXFileCodeGenerator</Generator>
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
||||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="Methods\SyntaxHighlighter\Json.xshd" />
|
<EmbeddedResource Include="Methods\SyntaxHighlighter\Json.xshd" />
|
||||||
|
|
@ -512,6 +512,7 @@
|
||||||
<Generator>SettingsSingleFileGenerator</Generator>
|
<Generator>SettingsSingleFileGenerator</Generator>
|
||||||
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
||||||
</None>
|
</None>
|
||||||
|
<Resource Include="Resources\TT-JTCじゃんけんU & TT-JTCじゃんけんUP.TTC" />
|
||||||
<Resource Include="Resources\EBCDIC-NoSpecialChar.tbl" />
|
<Resource Include="Resources\EBCDIC-NoSpecialChar.tbl" />
|
||||||
<Resource Include="Resources\EBCDIC.tbl" />
|
<Resource Include="Resources\EBCDIC.tbl" />
|
||||||
<Resource Include="Resources\BurbankBigCondensed-Black.ttf" />
|
<Resource Include="Resources\BurbankBigCondensed-Black.ttf" />
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
<Button Content="OK" HorizontalAlignment="Right" Margin="0,0,10,10" VerticalAlignment="Bottom" Width="80" Click="Button_Click"/>
|
<Button Content="OK" HorizontalAlignment="Right" Margin="0,0,10,10" VerticalAlignment="Bottom" Width="80" Click="Button_Click"/>
|
||||||
<Label HorizontalAlignment="Left" Margin="10,0,0,11" VerticalAlignment="Bottom" Padding="0" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Cursor="Hand">
|
<Label HorizontalAlignment="Left" Margin="10,0,0,11" VerticalAlignment="Bottom" Padding="0" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Cursor="Hand">
|
||||||
<TextBlock>
|
<TextBlock>
|
||||||
<Hyperlink NavigateUri="http://benbotfn.tk:8080/api/aes" RequestNavigate="Hyperlink_RequestNavigate" Foreground="#FFEFEFEF">Latest Fortnite AES Keys</Hyperlink>
|
<Hyperlink NavigateUri="https://benbotfn.tk/api/v1/aes" RequestNavigate="Hyperlink_RequestNavigate" Foreground="#FFEFEFEF">Latest Fortnite AES Keys</Hyperlink>
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
</Label>
|
</Label>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,41 +3,72 @@
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||||
xmlns:local="clr-namespace:FModel.Forms"
|
xmlns:properties="clr-namespace:FModel.Properties"
|
||||||
mc:Ignorable="d"
|
mc:Ignorable="d"
|
||||||
Title="About"
|
|
||||||
Height="180"
|
|
||||||
Width="550"
|
|
||||||
Style="{StaticResource {x:Type Window}}"
|
Style="{StaticResource {x:Type Window}}"
|
||||||
ResizeMode="NoResize"
|
Title="About" SizeToContent="Height" Background="#FF252D36"
|
||||||
WindowStartupLocation="CenterScreen"
|
ResizeMode="NoResize" WindowStartupLocation="CenterScreen"
|
||||||
WindowStyle="ToolWindow"
|
WindowStyle="ToolWindow" ShowInTaskbar="False"
|
||||||
ShowInTaskbar="False"
|
MinHeight="225" Width="600">
|
||||||
>
|
|
||||||
<Grid>
|
<Grid>
|
||||||
<Image Width="127" Height="127" Source="/FModel;component/Resources/Logo.png" Margin="10,10,0,10" HorizontalAlignment="Left"/>
|
<Grid.ColumnDefinitions>
|
||||||
<Grid Height="127" Margin="142,10,10,10">
|
<ColumnDefinition Width="175"/>
|
||||||
<Label x:Name="AboutTitle_Lbl" Content="FModel" HorizontalAlignment="Center" VerticalAlignment="Top" FontSize="24" FontWeight="Bold" Margin="0,5,0,0"/>
|
<ColumnDefinition Width="10"/>
|
||||||
<Label Content="A powerful .PAK file explorer fully dedicated to Fortnite." HorizontalAlignment="Center" VerticalAlignment="Top" Margin="0,33,0,0"/>
|
<ColumnDefinition Width="*"/>
|
||||||
<Label Content="Big thanks to:" HorizontalAlignment="Center" VerticalAlignment="Top" Margin="0,60,0,0"/>
|
<ColumnDefinition Width="20"/>
|
||||||
<Label Content="• Waddlesworth • Maiky • FunGames • Not Officer • PsychoPast • TSG • FireMonkey" HorizontalAlignment="Center" VerticalAlignment="Top" Margin="0,75,0,0" FontSize="11"/>
|
</Grid.ColumnDefinitions>
|
||||||
|
<Grid.RowDefinitions>
|
||||||
|
<RowDefinition Height="10"/>
|
||||||
|
<RowDefinition Height="Auto" />
|
||||||
|
<RowDefinition Height="10"/>
|
||||||
|
</Grid.RowDefinitions>
|
||||||
|
|
||||||
<Label HorizontalAlignment="Left" Margin="10,0,0,10" VerticalAlignment="Bottom" Padding="0" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Cursor="Hand">
|
<Grid Grid.Row="0" Grid.RowSpan="3">
|
||||||
<TextBlock>
|
<Rectangle>
|
||||||
<Hyperlink NavigateUri="https://www.paypal.me/FModel" RequestNavigate="Hyperlink_RequestNavigate" Foreground="#FFEFEFEF">Donate</Hyperlink>
|
<Rectangle.Fill>
|
||||||
</TextBlock>
|
<LinearGradientBrush EndPoint="0,1" StartPoint="1,0" SpreadMethod="Pad"
|
||||||
</Label>
|
MappingMode="RelativeToBoundingBox" ColorInterpolationMode="SRgbLinearInterpolation">
|
||||||
<Label HorizontalAlignment="Center" Margin="10,0,0,10" VerticalAlignment="Bottom" Padding="0" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Cursor="Hand">
|
<GradientStop Color="#FF252D36"/>
|
||||||
<TextBlock>
|
<GradientStop Color="#FF232A32" Offset="1"/>
|
||||||
<Hyperlink NavigateUri="https://discord.gg/fdkNYYQ" RequestNavigate="Hyperlink_RequestNavigate" Foreground="#FFEFEFEF"><Run Text="Discord"/></Hyperlink>
|
</LinearGradientBrush>
|
||||||
</TextBlock>
|
</Rectangle.Fill>
|
||||||
</Label>
|
</Rectangle>
|
||||||
<Label HorizontalAlignment="Right" Margin="0,0,10,10" VerticalAlignment="Bottom" Padding="0" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Cursor="Hand">
|
|
||||||
<TextBlock>
|
|
||||||
<Hyperlink NavigateUri="https://github.com/iAmAsval/FModel/blob/master/README.md#how-to-use" RequestNavigate="Hyperlink_RequestNavigate" Foreground="#FFEFEFEF">How To Use</Hyperlink>
|
|
||||||
</TextBlock>
|
|
||||||
</Label>
|
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
|
<Grid Grid.Row="1">
|
||||||
|
<Image Source="/FModel;component/Logo.ico"/>
|
||||||
|
</Grid>
|
||||||
|
|
||||||
|
<Grid Grid.Row="1" Grid.Column="2">
|
||||||
|
<Grid.RowDefinitions>
|
||||||
|
<RowDefinition Height="10"/>
|
||||||
|
<RowDefinition Height="Auto" />
|
||||||
|
<RowDefinition Height="Auto" />
|
||||||
|
<RowDefinition Height="10" />
|
||||||
|
<RowDefinition Height="Auto" />
|
||||||
|
<RowDefinition Height="Auto" />
|
||||||
|
<RowDefinition Height="10" />
|
||||||
|
<RowDefinition Height="Auto" />
|
||||||
|
<RowDefinition Height="Auto" />
|
||||||
|
<RowDefinition Height="10" />
|
||||||
|
<RowDefinition Height="Auto" />
|
||||||
|
<RowDefinition Height="Auto" />
|
||||||
|
<RowDefinition Height="10"/>
|
||||||
|
</Grid.RowDefinitions>
|
||||||
|
|
||||||
|
<TextBlock Text="{x:Static properties:Resources.AboutF}"
|
||||||
|
FontWeight="Bold" Foreground="White" Grid.Row="1"
|
||||||
|
Grid.Column="2" FontFamily="Calibri" FontSize="22" />
|
||||||
|
<TextBlock Text="{x:Static properties:Resources.AboutFDetails}"
|
||||||
|
FontWeight="Light" Foreground="White" Grid.Row="2"
|
||||||
|
Grid.Column="2" TextWrapping="Wrap"/>
|
||||||
|
|
||||||
|
<TextBlock Text="{x:Static properties:Resources.ContributorsF}"
|
||||||
|
FontWeight="Bold" Foreground="White" Grid.Row="4"
|
||||||
|
Grid.Column="2" FontFamily="Calibri" FontSize="22" />
|
||||||
|
<TextBlock Text="{x:Static properties:Resources.ContributorsFDetails}"
|
||||||
|
FontWeight="Light" Foreground="White" Grid.Row="5"
|
||||||
|
Grid.Column="2" TextWrapping="Wrap"/>
|
||||||
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Window>
|
</Window>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
using System.Windows;
|
using System.Windows;
|
||||||
using System.Windows.Media;
|
|
||||||
using System.Windows.Navigation;
|
|
||||||
|
|
||||||
namespace FModel.Forms
|
namespace FModel.Forms
|
||||||
{
|
{
|
||||||
|
|
@ -12,14 +10,6 @@ namespace FModel.Forms
|
||||||
public FModel_About()
|
public FModel_About()
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
this.SetValue(TextOptions.TextFormattingModeProperty, TextFormattingMode.Display);
|
|
||||||
|
|
||||||
AboutTitle_Lbl.Content += " " + System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString().Substring(0, 5);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void Hyperlink_RequestNavigate(object sender, RequestNavigateEventArgs e)
|
|
||||||
{
|
|
||||||
System.Diagnostics.Process.Start(e.Uri.AbsoluteUri);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,7 @@ namespace FModel.Methods.Assets.IconCreator.ChallengeID
|
||||||
|
|
||||||
private static void DrawCompletionText(string completionCount, SolidColorBrush PrimaryColor, SolidColorBrush SecondaryColor, int y)
|
private static void DrawCompletionText(string completionCount, SolidColorBrush PrimaryColor, SolidColorBrush SecondaryColor, int y)
|
||||||
{
|
{
|
||||||
Typeface typeface = new Typeface(TextsUtility.Burbank, FontStyles.Normal, FontWeights.Black, FontStretches.Normal);
|
Typeface typeface = new Typeface(FProp.Default.FLanguage.Equals("Japanese") ? TextsUtility.JPBurbank : TextsUtility.Burbank, FontStyles.Normal, FontWeights.Black, FontStretches.Normal);
|
||||||
|
|
||||||
#region DESIGN
|
#region DESIGN
|
||||||
IconCreator.ICDrawingContext.DrawRectangle(ChallengesUtility.DarkBrush(PrimaryColor, 0.3f), null, new Rect(0, y, 1024, 90));
|
IconCreator.ICDrawingContext.DrawRectangle(ChallengesUtility.DarkBrush(PrimaryColor, 0.3f), null, new Rect(0, y, 1024, 90));
|
||||||
|
|
@ -239,7 +239,7 @@ namespace FModel.Methods.Assets.IconCreator.ChallengeID
|
||||||
formattedText.TextAlignment = TextAlignment.Left;
|
formattedText.TextAlignment = TextAlignment.Left;
|
||||||
formattedText.MaxTextWidth = 800;
|
formattedText.MaxTextWidth = 800;
|
||||||
formattedText.MaxLineCount = 1;
|
formattedText.MaxLineCount = 1;
|
||||||
Point textLocation = new Point(60, y + 23);
|
Point textLocation = new Point(60, y + (FProp.Default.FLanguage.Equals("Japanese") ? 17 : 23));
|
||||||
IconCreator.ICDrawingContext.DrawText(formattedText, textLocation);
|
IconCreator.ICDrawingContext.DrawText(formattedText, textLocation);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -80,7 +80,7 @@ namespace FModel.Methods.Assets.IconCreator.ChallengeID
|
||||||
PathFigure dFigure = new PathFigure(dStart, dSegments, true);
|
PathFigure dFigure = new PathFigure(dStart, dSegments, true);
|
||||||
PathGeometry dGeo = new PathGeometry(new[] { dFigure });
|
PathGeometry dGeo = new PathGeometry(new[] { dFigure });
|
||||||
|
|
||||||
Typeface typeface = new Typeface(TextsUtility.Burbank, FontStyles.Normal, FontWeights.Black, FontStretches.Normal);
|
Typeface typeface = new Typeface(FProp.Default.FLanguage.Equals("Japanese") ? TextsUtility.JPBurbank : TextsUtility.Burbank, FontStyles.Normal, FontWeights.Black, FontStretches.Normal);
|
||||||
FormattedText formattedText =
|
FormattedText formattedText =
|
||||||
new FormattedText(
|
new FormattedText(
|
||||||
displayName.ToUpperInvariant(),
|
displayName.ToUpperInvariant(),
|
||||||
|
|
@ -145,7 +145,7 @@ namespace FModel.Methods.Assets.IconCreator.ChallengeID
|
||||||
lastfolder.ToUpperInvariant(),
|
lastfolder.ToUpperInvariant(),
|
||||||
CultureInfo.CurrentUICulture,
|
CultureInfo.CurrentUICulture,
|
||||||
FlowDirection.LeftToRight,
|
FlowDirection.LeftToRight,
|
||||||
typeface,
|
new Typeface(TextsUtility.Burbank, FontStyles.Normal, FontWeights.Black, FontStretches.Normal),
|
||||||
30,
|
30,
|
||||||
SecondaryColor,
|
SecondaryColor,
|
||||||
IconCreator.PPD
|
IconCreator.PPD
|
||||||
|
|
@ -162,7 +162,7 @@ namespace FModel.Methods.Assets.IconCreator.ChallengeID
|
||||||
string watermark = FProp.Default.FChallengeWatermark;
|
string watermark = FProp.Default.FChallengeWatermark;
|
||||||
if (watermark.Contains("{BundleName}")) { watermark = watermark.Replace("{BundleName}", displayName); }
|
if (watermark.Contains("{BundleName}")) { watermark = watermark.Replace("{BundleName}", displayName); }
|
||||||
if (watermark.Contains("{Date}")) { watermark = watermark.Replace("{Date}", DateTime.Now.ToString("dd/MM/yyyy")); }
|
if (watermark.Contains("{Date}")) { watermark = watermark.Replace("{Date}", DateTime.Now.ToString("dd/MM/yyyy")); }
|
||||||
typeface = new Typeface(TextsUtility.FBurbank, FontStyles.Normal, FontWeights.Normal, FontStretches.Normal);
|
typeface = new Typeface(FProp.Default.FLanguage.Equals("Japanese") ? TextsUtility.JPBurbank : TextsUtility.FBurbank, FontStyles.Normal, FontWeights.Normal, FontStretches.Normal);
|
||||||
formattedText =
|
formattedText =
|
||||||
new FormattedText(
|
new FormattedText(
|
||||||
watermark,
|
watermark,
|
||||||
|
|
@ -192,7 +192,7 @@ namespace FModel.Methods.Assets.IconCreator.ChallengeID
|
||||||
IconCreator.ICDrawingContext.DrawRectangle(ChallengesUtility.DarkBrush(PrimaryColor, 0.3f), null, new Rect(0, 256, 1024, 144));
|
IconCreator.ICDrawingContext.DrawRectangle(ChallengesUtility.DarkBrush(PrimaryColor, 0.3f), null, new Rect(0, 256, 1024, 144));
|
||||||
IconCreator.ICDrawingContext.DrawRectangle(linGrBrush, null, new Rect(0, 256, 1024, 144));
|
IconCreator.ICDrawingContext.DrawRectangle(linGrBrush, null, new Rect(0, 256, 1024, 144));
|
||||||
|
|
||||||
Typeface typeface = new Typeface(TextsUtility.Burbank, FontStyles.Normal, FontWeights.Black, FontStretches.Normal);
|
Typeface typeface = new Typeface(FProp.Default.FLanguage.Equals("Japanese") ? TextsUtility.JPBurbank : TextsUtility.Burbank, FontStyles.Normal, FontWeights.Black, FontStretches.Normal);
|
||||||
|
|
||||||
y = 310;
|
y = 310;
|
||||||
bool isBundleLevelup = false;
|
bool isBundleLevelup = false;
|
||||||
|
|
@ -272,7 +272,7 @@ namespace FModel.Methods.Assets.IconCreator.ChallengeID
|
||||||
);
|
);
|
||||||
formattedText.TextAlignment = TextAlignment.Left;
|
formattedText.TextAlignment = TextAlignment.Left;
|
||||||
formattedText.MaxLineCount = 1;
|
formattedText.MaxLineCount = 1;
|
||||||
Point textLocation = new Point(60, y + 15);
|
Point textLocation = new Point(60, y + (FProp.Default.FLanguage.Equals("Japanese") ? 10 : 15));
|
||||||
|
|
||||||
while (formattedText.Width > 800)
|
while (formattedText.Width > 800)
|
||||||
{
|
{
|
||||||
|
|
@ -291,7 +291,7 @@ namespace FModel.Methods.Assets.IconCreator.ChallengeID
|
||||||
"0 /",
|
"0 /",
|
||||||
CultureInfo.CurrentUICulture,
|
CultureInfo.CurrentUICulture,
|
||||||
FlowDirection.LeftToRight,
|
FlowDirection.LeftToRight,
|
||||||
typeface,
|
new Typeface(TextsUtility.Burbank, FontStyles.Normal, FontWeights.Black, FontStretches.Normal),
|
||||||
15,
|
15,
|
||||||
new SolidColorBrush(Color.FromArgb(255, 255, 255, 255)),
|
new SolidColorBrush(Color.FromArgb(255, 255, 255, 255)),
|
||||||
IconCreator.PPD
|
IconCreator.PPD
|
||||||
|
|
@ -306,7 +306,7 @@ namespace FModel.Methods.Assets.IconCreator.ChallengeID
|
||||||
entry.TheQuestCount.ToString(),
|
entry.TheQuestCount.ToString(),
|
||||||
CultureInfo.CurrentUICulture,
|
CultureInfo.CurrentUICulture,
|
||||||
FlowDirection.LeftToRight,
|
FlowDirection.LeftToRight,
|
||||||
typeface,
|
new Typeface(TextsUtility.Burbank, FontStyles.Normal, FontWeights.Black, FontStretches.Normal),
|
||||||
15,
|
15,
|
||||||
new SolidColorBrush(Color.FromArgb(200, 255, 255, 255)),
|
new SolidColorBrush(Color.FromArgb(200, 255, 255, 255)),
|
||||||
IconCreator.PPD
|
IconCreator.PPD
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ namespace FModel.Methods.Assets.IconCreator.HeroID
|
||||||
if (heroGameplayProperties != null)
|
if (heroGameplayProperties != null)
|
||||||
{
|
{
|
||||||
_borderY = 518;
|
_borderY = 518;
|
||||||
_textY = 550;
|
_textY = Properties.Settings.Default.FLanguage.Equals("Japanese") ? 548 : 550;
|
||||||
_imageY = 519;
|
_imageY = 519;
|
||||||
|
|
||||||
DrawHeroPerk(heroGameplayProperties);
|
DrawHeroPerk(heroGameplayProperties);
|
||||||
|
|
@ -154,7 +154,7 @@ namespace FModel.Methods.Assets.IconCreator.HeroID
|
||||||
{
|
{
|
||||||
string displayName = AssetTranslations.SearchTranslation(name_namespace.Value<string>(), name_key.Value<string>(), name_source_string.Value<string>());
|
string displayName = AssetTranslations.SearchTranslation(name_namespace.Value<string>(), name_key.Value<string>(), name_source_string.Value<string>());
|
||||||
|
|
||||||
Typeface typeface = new Typeface(TextsUtility.FBurbank, FontStyles.Normal, FontWeights.Normal, FontStretches.Normal);
|
Typeface typeface = new Typeface(Properties.Settings.Default.FLanguage.Equals("Japanese") ? TextsUtility.JPBurbank : TextsUtility.FBurbank, FontStyles.Normal, FontWeights.Normal, FontStretches.Normal);
|
||||||
|
|
||||||
FormattedText formattedText =
|
FormattedText formattedText =
|
||||||
new FormattedText(
|
new FormattedText(
|
||||||
|
|
|
||||||
|
|
@ -253,10 +253,8 @@ namespace FModel.Methods.Assets.IconCreator
|
||||||
|
|
||||||
private static void DrawDisplayName(string DisplayName)
|
private static void DrawDisplayName(string DisplayName)
|
||||||
{
|
{
|
||||||
Typeface typeface = new Typeface(TextsUtility.FBurbank, FontStyles.Normal, string.Equals(FProp.Default.FLanguage, "Japanese") ? FontWeights.Black : FontWeights.Normal, FontStretches.Normal);
|
Typeface typeface = new Typeface(FProp.Default.FLanguage.Equals("Japanese") ? TextsUtility.JPBurbank : TextsUtility.FBurbank, FontStyles.Normal, FontWeights.Normal, FontStretches.Normal);
|
||||||
double size = string.Equals(FProp.Default.FRarity_Design, "Flat") || string.Equals(FProp.Default.FRarity_Design, "Minimalist") ? 50 : 45;
|
double size = string.Equals(FProp.Default.FRarity_Design, "Flat") || string.Equals(FProp.Default.FRarity_Design, "Minimalist") ? 50 : 45;
|
||||||
Typeface typefaceJapanese = new Typeface(new FontFamily("TT-JTCじゃんけんU"), FontStyles.Normal, FontWeights.Normal, FontStretches.Normal);
|
|
||||||
|
|
||||||
|
|
||||||
FormattedText formattedText =
|
FormattedText formattedText =
|
||||||
new FormattedText(
|
new FormattedText(
|
||||||
|
|
@ -268,19 +266,6 @@ namespace FModel.Methods.Assets.IconCreator
|
||||||
Brushes.White,
|
Brushes.White,
|
||||||
IconCreator.PPD
|
IconCreator.PPD
|
||||||
);
|
);
|
||||||
if (FProp.Default.FLanguage == "Japanese")
|
|
||||||
{
|
|
||||||
formattedText =
|
|
||||||
new FormattedText(
|
|
||||||
string.Equals(FProp.Default.FRarity_Design, "Minimalist") || string.Equals(FProp.Default.FLanguage, "Russian") ? DisplayName.ToUpperInvariant() : DisplayName,
|
|
||||||
CultureInfo.CurrentUICulture,
|
|
||||||
FlowDirection.LeftToRight,
|
|
||||||
typefaceJapanese,
|
|
||||||
size,
|
|
||||||
Brushes.White,
|
|
||||||
IconCreator.PPD
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (string.Equals(FProp.Default.FRarity_Design, "Flat"))
|
if (string.Equals(FProp.Default.FRarity_Design, "Flat"))
|
||||||
{
|
{
|
||||||
|
|
@ -310,32 +295,18 @@ namespace FModel.Methods.Assets.IconCreator
|
||||||
private static void DrawDescription(string Description)
|
private static void DrawDescription(string Description)
|
||||||
{
|
{
|
||||||
Typeface typeface = new Typeface(new FontFamily("Arial"), FontStyles.Normal, FontWeights.Normal, FontStretches.Normal);
|
Typeface typeface = new Typeface(new FontFamily("Arial"), FontStyles.Normal, FontWeights.Normal, FontStretches.Normal);
|
||||||
Typeface typefaceJapanese = new Typeface(new FontFamily("TT-JTCじゃんけんU"), FontStyles.Normal, FontWeights.Normal, FontStretches.Normal);
|
|
||||||
|
|
||||||
FormattedText formattedText =
|
|
||||||
new FormattedText(
|
|
||||||
Description,
|
|
||||||
CultureInfo.CurrentUICulture,
|
|
||||||
FlowDirection.LeftToRight,
|
|
||||||
typeface,
|
|
||||||
string.Equals(FProp.Default.FRarity_Design, "Minimalist") ? 18 : 13,
|
|
||||||
Brushes.White,
|
|
||||||
IconCreator.PPD
|
|
||||||
);
|
|
||||||
|
|
||||||
if (FProp.Default.FLanguage == "Japanese")
|
FormattedText formattedText =
|
||||||
{
|
new FormattedText(
|
||||||
formattedText =
|
Description,
|
||||||
new FormattedText(
|
CultureInfo.CurrentUICulture,
|
||||||
Description,
|
FlowDirection.LeftToRight,
|
||||||
CultureInfo.CurrentUICulture,
|
typeface,
|
||||||
FlowDirection.LeftToRight,
|
string.Equals(FProp.Default.FRarity_Design, "Minimalist") ? 18 : 13,
|
||||||
typefaceJapanese,
|
Brushes.White,
|
||||||
string.Equals(FProp.Default.FRarity_Design, "Minimalist") ? 18 : 13,
|
IconCreator.PPD
|
||||||
Brushes.White,
|
);
|
||||||
IconCreator.PPD
|
|
||||||
);
|
|
||||||
}
|
|
||||||
if (string.Equals(FProp.Default.FRarity_Design, "Flat"))
|
if (string.Equals(FProp.Default.FRarity_Design, "Flat"))
|
||||||
{
|
{
|
||||||
formattedText.TextAlignment = TextAlignment.Right;
|
formattedText.TextAlignment = TextAlignment.Right;
|
||||||
|
|
@ -361,14 +332,14 @@ namespace FModel.Methods.Assets.IconCreator
|
||||||
{
|
{
|
||||||
if (!string.Equals(FProp.Default.FRarity_Design, "Minimalist"))
|
if (!string.Equals(FProp.Default.FRarity_Design, "Minimalist"))
|
||||||
{
|
{
|
||||||
Typeface typeface = new Typeface(TextsUtility.FBurbank, FontStyles.Normal, string.Equals(FProp.Default.FLanguage, "Japanese") ? FontWeights.Black : FontWeights.Normal, FontStretches.Normal);
|
Typeface typeface = new Typeface(FProp.Default.FLanguage.Equals("Japanese") ? TextsUtility.JPBurbank : TextsUtility.FBurbank, FontStyles.Normal, FontWeights.Normal, FontStretches.Normal);
|
||||||
|
|
||||||
FormattedText formattedText =
|
FormattedText formattedText =
|
||||||
new FormattedText(
|
new FormattedText(
|
||||||
text,
|
text,
|
||||||
CultureInfo.CurrentUICulture,
|
CultureInfo.CurrentUICulture,
|
||||||
FlowDirection.LeftToRight,
|
FlowDirection.LeftToRight,
|
||||||
typeface,
|
string.Equals(side, "Right") ? new Typeface(TextsUtility.FBurbank, FontStyles.Normal, FontWeights.Normal, FontStretches.Normal) : typeface,
|
||||||
14,
|
14,
|
||||||
Brushes.White,
|
Brushes.White,
|
||||||
IconCreator.PPD
|
IconCreator.PPD
|
||||||
|
|
@ -383,7 +354,7 @@ namespace FModel.Methods.Assets.IconCreator
|
||||||
else if (string.Equals(side, "Left"))
|
else if (string.Equals(side, "Left"))
|
||||||
{
|
{
|
||||||
formattedText.TextAlignment = TextAlignment.Left;
|
formattedText.TextAlignment = TextAlignment.Left;
|
||||||
textLocation = new Point(6, 512 - formattedText.Height);
|
textLocation = new Point(6, (FProp.Default.FLanguage.Equals("Japanese") ? 510 : 512) - formattedText.Height);
|
||||||
}
|
}
|
||||||
IconCreator.ICDrawingContext.DrawText(formattedText, textLocation);
|
IconCreator.ICDrawingContext.DrawText(formattedText, textLocation);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -150,12 +150,12 @@ namespace FModel.Methods.Assets.IconCreator
|
||||||
if (propertiesArray != null)
|
if (propertiesArray != null)
|
||||||
{
|
{
|
||||||
JArray colorsArray = AssetsUtility.GetPropertyTagStruct<JArray>(propertiesArray, "Colors", "properties");
|
JArray colorsArray = AssetsUtility.GetPropertyTagStruct<JArray>(propertiesArray, "Colors", "properties");
|
||||||
|
JToken backgroundTextureToken = AssetsUtility.GetPropertyTagText<JToken>(propertiesArray, "BackgroundTexture", "asset_path_name");
|
||||||
if (colorsArray != null)
|
if (colorsArray != null)
|
||||||
{
|
{
|
||||||
DrawWithInGameColors(colorsArray, string.Equals(seriesFullPath, "/FortniteGame/Content/Athena/Items/Cosmetics/Series/MarvelSeries.uasset")); //REVERSE COLORS IF MARVEL BECAUSE IT LOOKS WEIRD
|
DrawWithInGameColors(colorsArray, backgroundTextureToken == null); //REVERSE COLORS IF NO IMAGE BECAUSE IT LOOKS WEIRD
|
||||||
}
|
}
|
||||||
|
|
||||||
JToken backgroundTextureToken = AssetsUtility.GetPropertyTagText<JToken>(propertiesArray, "BackgroundTexture", "asset_path_name");
|
|
||||||
if (backgroundTextureToken != null)
|
if (backgroundTextureToken != null)
|
||||||
{
|
{
|
||||||
string imagePath = FoldersUtility.FixFortnitePath(backgroundTextureToken.Value<string>());
|
string imagePath = FoldersUtility.FixFortnitePath(backgroundTextureToken.Value<string>());
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@ namespace FModel.Methods.Assets.IconCreator.WeaponID
|
||||||
{
|
{
|
||||||
string displayName = AssetTranslations.SearchTranslation(name_namespace.Value<string>(), name_key.Value<string>(), name_source_string.Value<string>());
|
string displayName = AssetTranslations.SearchTranslation(name_namespace.Value<string>(), name_key.Value<string>(), name_source_string.Value<string>());
|
||||||
|
|
||||||
Typeface typeface = new Typeface(TextsUtility.FBurbank, FontStyles.Normal, FontWeights.Normal, FontStretches.Normal);
|
Typeface typeface = new Typeface(Properties.Settings.Default.FLanguage.Equals("Japanese") ? TextsUtility.JPBurbank : TextsUtility.FBurbank, FontStyles.Normal, FontWeights.Normal, FontStretches.Normal);
|
||||||
|
|
||||||
FormattedText formattedText =
|
FormattedText formattedText =
|
||||||
new FormattedText(
|
new FormattedText(
|
||||||
|
|
@ -71,7 +71,7 @@ namespace FModel.Methods.Assets.IconCreator.WeaponID
|
||||||
formattedText.MaxTextWidth = 515;
|
formattedText.MaxTextWidth = 515;
|
||||||
formattedText.MaxLineCount = 1;
|
formattedText.MaxLineCount = 1;
|
||||||
|
|
||||||
Point textLocation = new Point(0, 550 - formattedText.Height);
|
Point textLocation = new Point(0, (Properties.Settings.Default.FLanguage.Equals("Japanese") ? 548 : 550) - formattedText.Height);
|
||||||
|
|
||||||
IconCreator.ICDrawingContext.DrawText(formattedText, textLocation);
|
IconCreator.ICDrawingContext.DrawText(formattedText, textLocation);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@ namespace FModel.Methods.Assets.IconCreator.WeaponID
|
||||||
bmp.EndInit();
|
bmp.EndInit();
|
||||||
bmp.Freeze();
|
bmp.Freeze();
|
||||||
|
|
||||||
Typeface typeface = new Typeface(TextsUtility.FBurbank, FontStyles.Normal, FontWeights.Normal, FontStretches.Normal);
|
Typeface typeface = new Typeface(Properties.Settings.Default.FLanguage.Equals("Japanese") ? TextsUtility.JPBurbank : TextsUtility.FBurbank, FontStyles.Normal, FontWeights.Normal, FontStretches.Normal);
|
||||||
FormattedText formattedText =
|
FormattedText formattedText =
|
||||||
new FormattedText(
|
new FormattedText(
|
||||||
$"{AssetTranslations.SearchTranslation("", "6EA26D1A4252034FBD869A90F9A6E49A", "Reload Time")} ({AssetTranslations.SearchTranslation("", "6BA53D764BA5CC13E821D2A807A72365", "seconds")}) : {ReloadTime.Value<string>()}".ToUpperInvariant(),
|
$"{AssetTranslations.SearchTranslation("", "6EA26D1A4252034FBD869A90F9A6E49A", "Reload Time")} ({AssetTranslations.SearchTranslation("", "6BA53D764BA5CC13E821D2A807A72365", "seconds")}) : {ReloadTime.Value<string>()}".ToUpperInvariant(),
|
||||||
|
|
@ -80,7 +80,7 @@ namespace FModel.Methods.Assets.IconCreator.WeaponID
|
||||||
formattedText.MaxTextWidth = 515;
|
formattedText.MaxTextWidth = 515;
|
||||||
formattedText.MaxLineCount = 1;
|
formattedText.MaxLineCount = 1;
|
||||||
|
|
||||||
Point textLocation = new Point(0, 587 - formattedText.Height);
|
Point textLocation = new Point(0, (Properties.Settings.Default.FLanguage.Equals("Japanese") ? 585 : 587) - formattedText.Height);
|
||||||
|
|
||||||
IconCreator.ICDrawingContext.DrawText(formattedText, textLocation);
|
IconCreator.ICDrawingContext.DrawText(formattedText, textLocation);
|
||||||
IconCreator.ICDrawingContext.DrawImage(bmp, new Rect(12, 560, 24, 24));
|
IconCreator.ICDrawingContext.DrawImage(bmp, new Rect(12, 560, 24, 24));
|
||||||
|
|
@ -99,7 +99,7 @@ namespace FModel.Methods.Assets.IconCreator.WeaponID
|
||||||
bmp.EndInit();
|
bmp.EndInit();
|
||||||
bmp.Freeze();
|
bmp.Freeze();
|
||||||
|
|
||||||
Typeface typeface = new Typeface(TextsUtility.FBurbank, FontStyles.Normal, FontWeights.Normal, FontStretches.Normal);
|
Typeface typeface = new Typeface(Properties.Settings.Default.FLanguage.Equals("Japanese") ? TextsUtility.JPBurbank : TextsUtility.FBurbank, FontStyles.Normal, FontWeights.Normal, FontStretches.Normal);
|
||||||
FormattedText formattedText =
|
FormattedText formattedText =
|
||||||
new FormattedText(
|
new FormattedText(
|
||||||
$"{AssetTranslations.SearchTranslation("", "068239DD4327B36124498C9C5F61C038", "Magazine Size")} : {ClipSize.Value<string>()}".ToUpperInvariant(),
|
$"{AssetTranslations.SearchTranslation("", "068239DD4327B36124498C9C5F61C038", "Magazine Size")} : {ClipSize.Value<string>()}".ToUpperInvariant(),
|
||||||
|
|
@ -114,7 +114,7 @@ namespace FModel.Methods.Assets.IconCreator.WeaponID
|
||||||
formattedText.MaxTextWidth = 515;
|
formattedText.MaxTextWidth = 515;
|
||||||
formattedText.MaxLineCount = 1;
|
formattedText.MaxLineCount = 1;
|
||||||
|
|
||||||
Point textLocation = new Point(0, 624 - formattedText.Height);
|
Point textLocation = new Point(0, (Properties.Settings.Default.FLanguage.Equals("Japanese") ? 622 : 624) - formattedText.Height);
|
||||||
|
|
||||||
IconCreator.ICDrawingContext.DrawText(formattedText, textLocation);
|
IconCreator.ICDrawingContext.DrawText(formattedText, textLocation);
|
||||||
IconCreator.ICDrawingContext.DrawImage(bmp, new Rect(12, 598, 24, 24));
|
IconCreator.ICDrawingContext.DrawImage(bmp, new Rect(12, 598, 24, 24));
|
||||||
|
|
@ -133,7 +133,7 @@ namespace FModel.Methods.Assets.IconCreator.WeaponID
|
||||||
bmp.EndInit();
|
bmp.EndInit();
|
||||||
bmp.Freeze();
|
bmp.Freeze();
|
||||||
|
|
||||||
Typeface typeface = new Typeface(TextsUtility.FBurbank, FontStyles.Normal, FontWeights.Normal, FontStretches.Normal);
|
Typeface typeface = new Typeface(Properties.Settings.Default.FLanguage.Equals("Japanese") ? TextsUtility.JPBurbank : TextsUtility.FBurbank, FontStyles.Normal, FontWeights.Normal, FontStretches.Normal);
|
||||||
FormattedText formattedText =
|
FormattedText formattedText =
|
||||||
new FormattedText(
|
new FormattedText(
|
||||||
$"{AssetTranslations.SearchTranslation("", "BF7E3CF34A9ACFF52E95EAAD4F09F133", "Damage to Player")} : {DmgPB.Value<string>()}".ToUpperInvariant(),
|
$"{AssetTranslations.SearchTranslation("", "BF7E3CF34A9ACFF52E95EAAD4F09F133", "Damage to Player")} : {DmgPB.Value<string>()}".ToUpperInvariant(),
|
||||||
|
|
@ -148,7 +148,7 @@ namespace FModel.Methods.Assets.IconCreator.WeaponID
|
||||||
formattedText.MaxTextWidth = 515;
|
formattedText.MaxTextWidth = 515;
|
||||||
formattedText.MaxLineCount = 1;
|
formattedText.MaxLineCount = 1;
|
||||||
|
|
||||||
Point textLocation = new Point(0, 661 - formattedText.Height);
|
Point textLocation = new Point(0, (Properties.Settings.Default.FLanguage.Equals("Japanese") ? 659 : 661) - formattedText.Height);
|
||||||
|
|
||||||
IconCreator.ICDrawingContext.DrawText(formattedText, textLocation);
|
IconCreator.ICDrawingContext.DrawText(formattedText, textLocation);
|
||||||
IconCreator.ICDrawingContext.DrawImage(bmp, new Rect(12, 634, 24, 24));
|
IconCreator.ICDrawingContext.DrawImage(bmp, new Rect(12, 634, 24, 24));
|
||||||
|
|
|
||||||
|
|
@ -83,36 +83,39 @@ namespace FModel.Methods.Utilities
|
||||||
string EndpointContent = GetEndpoint(BENBOT_AES);
|
string EndpointContent = GetEndpoint(BENBOT_AES);
|
||||||
if (!string.IsNullOrEmpty(EndpointContent))
|
if (!string.IsNullOrEmpty(EndpointContent))
|
||||||
{
|
{
|
||||||
if (string.IsNullOrEmpty(FProp.Default.FPak_MainAES) || reload)
|
try
|
||||||
{
|
{
|
||||||
JToken mainKeyToken = JObject.Parse(EndpointContent).SelectToken("mainKey");
|
if (string.IsNullOrEmpty(FProp.Default.FPak_MainAES) || reload)
|
||||||
if (mainKeyToken != null)
|
|
||||||
{
|
{
|
||||||
FProp.Default.FPak_MainAES = $"{mainKeyToken.Value<string>().Substring(2).ToUpperInvariant()}";
|
JToken mainKeyToken = JObject.Parse(EndpointContent).SelectToken("mainKey");
|
||||||
FProp.Default.Save();
|
if (mainKeyToken != null)
|
||||||
|
{
|
||||||
|
FProp.Default.FPak_MainAES = $"{mainKeyToken.Value<string>().Substring(2).ToUpperInvariant()}";
|
||||||
|
FProp.Default.Save();
|
||||||
|
|
||||||
DebugHelper.WriteLine("BenBotAPI: Main AES key set to " + mainKeyToken.Value<string>());
|
DebugHelper.WriteLine("BenBotAPI: Main AES key set to " + mainKeyToken.Value<string>());
|
||||||
|
}
|
||||||
|
else
|
||||||
|
DebugHelper.WriteLine("BenBotAPI: Main AES key not found in endpoint response");
|
||||||
}
|
}
|
||||||
else
|
|
||||||
DebugHelper.WriteLine("BenBotAPI: Main AES key not found in endpoint response");
|
|
||||||
}
|
|
||||||
|
|
||||||
JToken dynamicPaks = JObject.Parse(EndpointContent).SelectToken("dynamicKeys");
|
JToken dynamicPaks = JObject.Parse(EndpointContent).SelectToken("dynamicKeys");
|
||||||
return JToken.Parse(dynamicPaks.ToString()).ToString().TrimStart('[').TrimEnd(']');
|
return JToken.Parse(dynamicPaks.ToString()).ToString().TrimStart('[').TrimEnd(']');
|
||||||
}
|
}
|
||||||
else
|
catch (System.Exception)
|
||||||
{
|
{
|
||||||
DebugHelper.WriteLine("BenBotAPI: Down or Rate Limit Exceeded");
|
DebugHelper.WriteLine("BenBotAPI: Down or Rate Limit Exceeded");
|
||||||
new UpdateMyConsole("API Down or Rate Limit Exceeded", CColors.Blue, true).Append();
|
new UpdateMyConsole("API Down or Rate Limit Exceeded", CColors.Blue, true).Append();
|
||||||
return string.Empty;
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
DebugHelper.WriteLine("BenBotAPI: Your internet connection is currently unavailable, can't check for dynamic keys at the moment.");
|
DebugHelper.WriteLine("BenBotAPI: Your internet connection is currently unavailable, can't check for dynamic keys at the moment.");
|
||||||
new UpdateMyConsole("Your internet connection is currently unavailable, can't check for dynamic keys at the moment.", CColors.Blue, true).Append();
|
new UpdateMyConsole("Your internet connection is currently unavailable, can't check for dynamic keys at the moment.", CColors.Blue, true).Append();
|
||||||
return string.Empty;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return string.Empty;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,5 +8,6 @@ namespace FModel.Methods.Utilities
|
||||||
private const string BASE = "pack://application:,,,/";
|
private const string BASE = "pack://application:,,,/";
|
||||||
public static readonly FontFamily FBurbank = new FontFamily(new Uri(BASE), "./Resources/#Burbank Big Cd Bd");
|
public static readonly FontFamily FBurbank = new FontFamily(new Uri(BASE), "./Resources/#Burbank Big Cd Bd");
|
||||||
public static readonly FontFamily Burbank = new FontFamily(new Uri(BASE), "./Resources/#Burbank Big Cd Bk");
|
public static readonly FontFamily Burbank = new FontFamily(new Uri(BASE), "./Resources/#Burbank Big Cd Bk");
|
||||||
|
public static readonly FontFamily JPBurbank = new FontFamily(new Uri(BASE), "./Resources/#TT-JTCじゃんけんU");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
171
FModel/Properties/Resources.Designer.cs
generated
171
FModel/Properties/Resources.Designer.cs
generated
|
|
@ -22,7 +22,7 @@ namespace FModel.Properties {
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
internal class Resources {
|
public class Resources {
|
||||||
|
|
||||||
private static global::System.Resources.ResourceManager resourceMan;
|
private static global::System.Resources.ResourceManager resourceMan;
|
||||||
|
|
||||||
|
|
@ -36,7 +36,7 @@ namespace FModel.Properties {
|
||||||
/// Retourne l'instance ResourceManager mise en cache utilisée par cette classe.
|
/// Retourne l'instance ResourceManager mise en cache utilisée par cette classe.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
public static global::System.Resources.ResourceManager ResourceManager {
|
||||||
get {
|
get {
|
||||||
if (object.ReferenceEquals(resourceMan, null)) {
|
if (object.ReferenceEquals(resourceMan, null)) {
|
||||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("FModel.Properties.Resources", typeof(Resources).Assembly);
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("FModel.Properties.Resources", typeof(Resources).Assembly);
|
||||||
|
|
@ -51,7 +51,7 @@ namespace FModel.Properties {
|
||||||
/// les recherches de ressources à l'aide de cette classe de ressource fortement typée.
|
/// les recherches de ressources à l'aide de cette classe de ressource fortement typée.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
internal static global::System.Globalization.CultureInfo Culture {
|
public static global::System.Globalization.CultureInfo Culture {
|
||||||
get {
|
get {
|
||||||
return resourceCulture;
|
return resourceCulture;
|
||||||
}
|
}
|
||||||
|
|
@ -60,10 +60,32 @@ namespace FModel.Properties {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Recherche une chaîne localisée semblable à About FModel.
|
||||||
|
/// </summary>
|
||||||
|
public static string AboutF {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("AboutF", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Recherche une chaîne localisée semblable à FModel is a .PAK file explorer fully dedicated to Fortnite.
|
||||||
|
///
|
||||||
|
///Created in March 2019, in order to have unique and personalized functionality, it quickly became popular through leakers who used it to quickly generate images of new cosmetics added to the game.
|
||||||
|
///Over time, new features got added and new users discovered the program.
|
||||||
|
///It's now the most used free software to leak on Fortnite..
|
||||||
|
/// </summary>
|
||||||
|
public static string AboutFDetails {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("AboutFDetails", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à You have reached the end of the file. Do you want to append one byte? This operation cannot be canceled if you continue..
|
/// Recherche une chaîne localisée semblable à You have reached the end of the file. Do you want to append one byte? This operation cannot be canceled if you continue..
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string AppendByteConfirmationString {
|
public static string AppendByteConfirmationString {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("AppendByteConfirmationString", resourceCulture);
|
return ResourceManager.GetString("AppendByteConfirmationString", resourceCulture);
|
||||||
}
|
}
|
||||||
|
|
@ -72,7 +94,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une ressource localisée de type System.Byte[].
|
/// Recherche une ressource localisée de type System.Byte[].
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static byte[] BurbankBigCondensed_Black {
|
public static byte[] BurbankBigCondensed_Black {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("BurbankBigCondensed_Black", resourceCulture);
|
object obj = ResourceManager.GetObject("BurbankBigCondensed_Black", resourceCulture);
|
||||||
return ((byte[])(obj));
|
return ((byte[])(obj));
|
||||||
|
|
@ -82,7 +104,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une ressource localisée de type System.Byte[].
|
/// Recherche une ressource localisée de type System.Byte[].
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static byte[] BurbankBigCondensed_Bold {
|
public static byte[] BurbankBigCondensed_Bold {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("BurbankBigCondensed_Bold", resourceCulture);
|
object obj = ResourceManager.GetObject("BurbankBigCondensed_Bold", resourceCulture);
|
||||||
return ((byte[])(obj));
|
return ((byte[])(obj));
|
||||||
|
|
@ -93,7 +115,7 @@ namespace FModel.Properties {
|
||||||
/// Recherche une chaîne localisée semblable à The number of bytes in the last block of the program that are actually used.
|
/// Recherche une chaîne localisée semblable à The number of bytes in the last block of the program that are actually used.
|
||||||
///If this value is zero, that means the entire last block is used.
|
///If this value is zero, that means the entire last block is used.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string CBB_EXEFile_BytesInLastBlockString {
|
public static string CBB_EXEFile_BytesInLastBlockString {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("CBB_EXEFile_BytesInLastBlockString", resourceCulture);
|
return ResourceManager.GetString("CBB_EXEFile_BytesInLastBlockString", resourceCulture);
|
||||||
}
|
}
|
||||||
|
|
@ -102,7 +124,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à Initial value of the CS register, relative to the segment the program was loaded at..
|
/// Recherche une chaîne localisée semblable à Initial value of the CS register, relative to the segment the program was loaded at..
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string CBB_EXEFile_InitialValueOfCSRegisterString {
|
public static string CBB_EXEFile_InitialValueOfCSRegisterString {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("CBB_EXEFile_InitialValueOfCSRegisterString", resourceCulture);
|
return ResourceManager.GetString("CBB_EXEFile_InitialValueOfCSRegisterString", resourceCulture);
|
||||||
}
|
}
|
||||||
|
|
@ -111,7 +133,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à Initial value of the IP register..
|
/// Recherche une chaîne localisée semblable à Initial value of the IP register..
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string CBB_EXEFile_InitialValueOfIPRegisterString {
|
public static string CBB_EXEFile_InitialValueOfIPRegisterString {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("CBB_EXEFile_InitialValueOfIPRegisterString", resourceCulture);
|
return ResourceManager.GetString("CBB_EXEFile_InitialValueOfIPRegisterString", resourceCulture);
|
||||||
}
|
}
|
||||||
|
|
@ -120,7 +142,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à Initial value of the SP register..
|
/// Recherche une chaîne localisée semblable à Initial value of the SP register..
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string CBB_EXEFile_InitialValueOfSPRegisterString {
|
public static string CBB_EXEFile_InitialValueOfSPRegisterString {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("CBB_EXEFile_InitialValueOfSPRegisterString", resourceCulture);
|
return ResourceManager.GetString("CBB_EXEFile_InitialValueOfSPRegisterString", resourceCulture);
|
||||||
}
|
}
|
||||||
|
|
@ -129,7 +151,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à This is the 'magic number' of an EXE file..
|
/// Recherche une chaîne localisée semblable à This is the 'magic number' of an EXE file..
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string CBB_EXEFile_MagicNumberString {
|
public static string CBB_EXEFile_MagicNumberString {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("CBB_EXEFile_MagicNumberString", resourceCulture);
|
return ResourceManager.GetString("CBB_EXEFile_MagicNumberString", resourceCulture);
|
||||||
}
|
}
|
||||||
|
|
@ -139,7 +161,7 @@ namespace FModel.Properties {
|
||||||
/// Recherche une chaîne localisée semblable à Maximum number of paragraphs of additional memory.
|
/// Recherche une chaîne localisée semblable à Maximum number of paragraphs of additional memory.
|
||||||
///Normally, the OS reserves all the remaining conventional memory for your program, but you can limit it with this field..
|
///Normally, the OS reserves all the remaining conventional memory for your program, but you can limit it with this field..
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string CBB_EXEFile_MaxNumberOfHeaderParagraphAdditionalMemoryString {
|
public static string CBB_EXEFile_MaxNumberOfHeaderParagraphAdditionalMemoryString {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("CBB_EXEFile_MaxNumberOfHeaderParagraphAdditionalMemoryString", resourceCulture);
|
return ResourceManager.GetString("CBB_EXEFile_MaxNumberOfHeaderParagraphAdditionalMemoryString", resourceCulture);
|
||||||
}
|
}
|
||||||
|
|
@ -148,7 +170,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à This program cannot be run in DOS mode....
|
/// Recherche une chaîne localisée semblable à This program cannot be run in DOS mode....
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string CBB_EXEFile_NotDOSProgramString {
|
public static string CBB_EXEFile_NotDOSProgramString {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("CBB_EXEFile_NotDOSProgramString", resourceCulture);
|
return ResourceManager.GetString("CBB_EXEFile_NotDOSProgramString", resourceCulture);
|
||||||
}
|
}
|
||||||
|
|
@ -158,7 +180,7 @@ namespace FModel.Properties {
|
||||||
/// Recherche une chaîne localisée semblable à Number of blocks in the file that are part of the EXE file.
|
/// Recherche une chaîne localisée semblable à Number of blocks in the file that are part of the EXE file.
|
||||||
///If [02-03] is non-zero, only that much of the last block is used..
|
///If [02-03] is non-zero, only that much of the last block is used..
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string CBB_EXEFile_NumberOfBlockInFileBlockString {
|
public static string CBB_EXEFile_NumberOfBlockInFileBlockString {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("CBB_EXEFile_NumberOfBlockInFileBlockString", resourceCulture);
|
return ResourceManager.GetString("CBB_EXEFile_NumberOfBlockInFileBlockString", resourceCulture);
|
||||||
}
|
}
|
||||||
|
|
@ -169,7 +191,7 @@ namespace FModel.Properties {
|
||||||
///This is the equivalent of the BSS size in a Unix program.
|
///This is the equivalent of the BSS size in a Unix program.
|
||||||
///The program can't be loaded if there isn't at least this much memory available to it..
|
///The program can't be loaded if there isn't at least this much memory available to it..
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string CBB_EXEFile_NumberOfHeaderParagraphAdditionalMemoryString {
|
public static string CBB_EXEFile_NumberOfHeaderParagraphAdditionalMemoryString {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("CBB_EXEFile_NumberOfHeaderParagraphAdditionalMemoryString", resourceCulture);
|
return ResourceManager.GetString("CBB_EXEFile_NumberOfHeaderParagraphAdditionalMemoryString", resourceCulture);
|
||||||
}
|
}
|
||||||
|
|
@ -178,7 +200,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à Number of relocation entries stored after the header. May be zero.
|
/// Recherche une chaîne localisée semblable à Number of relocation entries stored after the header. May be zero.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string CBB_EXEFile_NumberOfRelocationEntriesString {
|
public static string CBB_EXEFile_NumberOfRelocationEntriesString {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("CBB_EXEFile_NumberOfRelocationEntriesString", resourceCulture);
|
return ResourceManager.GetString("CBB_EXEFile_NumberOfRelocationEntriesString", resourceCulture);
|
||||||
}
|
}
|
||||||
|
|
@ -187,7 +209,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à Offset of the first relocation item in the file..
|
/// Recherche une chaîne localisée semblable à Offset of the first relocation item in the file..
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string CBB_EXEFile_OffsetOfTheFirstRelocationItemString {
|
public static string CBB_EXEFile_OffsetOfTheFirstRelocationItemString {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("CBB_EXEFile_OffsetOfTheFirstRelocationItemString", resourceCulture);
|
return ResourceManager.GetString("CBB_EXEFile_OffsetOfTheFirstRelocationItemString", resourceCulture);
|
||||||
}
|
}
|
||||||
|
|
@ -196,7 +218,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à Overlay number. Normally zero, meaning that it's the main program..
|
/// Recherche une chaîne localisée semblable à Overlay number. Normally zero, meaning that it's the main program..
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string CBB_EXEFile_OverlayNumberString {
|
public static string CBB_EXEFile_OverlayNumberString {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("CBB_EXEFile_OverlayNumberString", resourceCulture);
|
return ResourceManager.GetString("CBB_EXEFile_OverlayNumberString", resourceCulture);
|
||||||
}
|
}
|
||||||
|
|
@ -206,7 +228,7 @@ namespace FModel.Properties {
|
||||||
/// Recherche une chaîne localisée semblable à Relative value of the stack segment.
|
/// Recherche une chaîne localisée semblable à Relative value of the stack segment.
|
||||||
///This value is added to the segment the program was loaded at, and the result is used to initialize the SS register..
|
///This value is added to the segment the program was loaded at, and the result is used to initialize the SS register..
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string CBB_EXEFile_RelativeValueOfStackSegmentString {
|
public static string CBB_EXEFile_RelativeValueOfStackSegmentString {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("CBB_EXEFile_RelativeValueOfStackSegmentString", resourceCulture);
|
return ResourceManager.GetString("CBB_EXEFile_RelativeValueOfStackSegmentString", resourceCulture);
|
||||||
}
|
}
|
||||||
|
|
@ -217,7 +239,7 @@ namespace FModel.Properties {
|
||||||
///If set properly, the 16-bit sum of all words in the file should be zero.
|
///If set properly, the 16-bit sum of all words in the file should be zero.
|
||||||
///Usually, this isn't filled in..
|
///Usually, this isn't filled in..
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string CBB_EXEFile_WordChecksumString {
|
public static string CBB_EXEFile_WordChecksumString {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("CBB_EXEFile_WordChecksumString", resourceCulture);
|
return ResourceManager.GetString("CBB_EXEFile_WordChecksumString", resourceCulture);
|
||||||
}
|
}
|
||||||
|
|
@ -226,7 +248,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static System.Drawing.Bitmap clipSize64 {
|
public static System.Drawing.Bitmap clipSize64 {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("clipSize64", resourceCulture);
|
object obj = ResourceManager.GetObject("clipSize64", resourceCulture);
|
||||||
return ((System.Drawing.Bitmap)(obj));
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
|
@ -236,7 +258,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static System.Drawing.Bitmap close_file_16x {
|
public static System.Drawing.Bitmap close_file_16x {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("close_file_16x", resourceCulture);
|
object obj = ResourceManager.GetObject("close_file_16x", resourceCulture);
|
||||||
return ((System.Drawing.Bitmap)(obj));
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
|
@ -246,7 +268,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static System.Drawing.Bitmap colorpicker1 {
|
public static System.Drawing.Bitmap colorpicker1 {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("colorpicker1", resourceCulture);
|
object obj = ResourceManager.GetObject("colorpicker1", resourceCulture);
|
||||||
return ((System.Drawing.Bitmap)(obj));
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
|
@ -256,17 +278,38 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static System.Drawing.Bitmap colorpicker2 {
|
public static System.Drawing.Bitmap colorpicker2 {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("colorpicker2", resourceCulture);
|
object obj = ResourceManager.GetObject("colorpicker2", resourceCulture);
|
||||||
return ((System.Drawing.Bitmap)(obj));
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Recherche une chaîne localisée semblable à Contributors.
|
||||||
|
/// </summary>
|
||||||
|
public static string ContributorsF {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("ContributorsF", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Recherche une chaîne localisée semblable à • Waddlesworth • Maiky
|
||||||
|
///• FunGames • Not Officer
|
||||||
|
///• PsychoPast • TSG
|
||||||
|
///• XTigerHyperX • FireMonkey.
|
||||||
|
/// </summary>
|
||||||
|
public static string ContributorsFDetails {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("ContributorsFDetails", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à Default TBL.
|
/// Recherche une chaîne localisée semblable à Default TBL.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string DefaultTBLString {
|
public static string DefaultTBLString {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("DefaultTBLString", resourceCulture);
|
return ResourceManager.GetString("DefaultTBLString", resourceCulture);
|
||||||
}
|
}
|
||||||
|
|
@ -275,7 +318,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static System.Drawing.Bitmap dmg64 {
|
public static System.Drawing.Bitmap dmg64 {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("dmg64", resourceCulture);
|
object obj = ResourceManager.GetObject("dmg64", resourceCulture);
|
||||||
return ((System.Drawing.Bitmap)(obj));
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
|
@ -341,7 +384,7 @@ namespace FModel.Properties {
|
||||||
///37=<EOT>
|
///37=<EOT>
|
||||||
///38 [le reste de la chaîne a été tronqué]";.
|
///38 [le reste de la chaîne a été tronqué]";.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string EBCDIC {
|
public static string EBCDIC {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("EBCDIC", resourceCulture);
|
return ResourceManager.GetString("EBCDIC", resourceCulture);
|
||||||
}
|
}
|
||||||
|
|
@ -435,7 +478,7 @@ namespace FModel.Properties {
|
||||||
///54=.
|
///54=.
|
||||||
///55 [le reste de la chaîne a été tronqué]";.
|
///55 [le reste de la chaîne a été tronqué]";.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string EBCDIC_NoSpecialChar {
|
public static string EBCDIC_NoSpecialChar {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("EBCDIC_NoSpecialChar", resourceCulture);
|
return ResourceManager.GetString("EBCDIC_NoSpecialChar", resourceCulture);
|
||||||
}
|
}
|
||||||
|
|
@ -444,7 +487,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à &lt;end&gt;.
|
/// Recherche une chaîne localisée semblable à &lt;end&gt;.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string EndTagString {
|
public static string EndTagString {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("EndTagString", resourceCulture);
|
return ResourceManager.GetString("EndTagString", resourceCulture);
|
||||||
}
|
}
|
||||||
|
|
@ -453,7 +496,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à Do you want to close the current file and open :.
|
/// Recherche une chaîne localisée semblable à Do you want to close the current file and open :.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string FileDroppingConfirmationString {
|
public static string FileDroppingConfirmationString {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("FileDroppingConfirmationString", resourceCulture);
|
return ResourceManager.GetString("FileDroppingConfirmationString", resourceCulture);
|
||||||
}
|
}
|
||||||
|
|
@ -462,7 +505,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à Fill selection with byte.
|
/// Recherche une chaîne localisée semblable à Fill selection with byte.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string FillSelectionAloneString {
|
public static string FillSelectionAloneString {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("FillSelectionAloneString", resourceCulture);
|
return ResourceManager.GetString("FillSelectionAloneString", resourceCulture);
|
||||||
}
|
}
|
||||||
|
|
@ -471,7 +514,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à First byte.
|
/// Recherche une chaîne localisée semblable à First byte.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string FirstByteString {
|
public static string FirstByteString {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("FirstByteString", resourceCulture);
|
return ResourceManager.GetString("FirstByteString", resourceCulture);
|
||||||
}
|
}
|
||||||
|
|
@ -480,7 +523,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static System.Drawing.Bitmap folder_16x {
|
public static System.Drawing.Bitmap folder_16x {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("folder_16x", resourceCulture);
|
object obj = ResourceManager.GetObject("folder_16x", resourceCulture);
|
||||||
return ((System.Drawing.Bitmap)(obj));
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
|
@ -490,7 +533,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static System.Drawing.Bitmap info_16x {
|
public static System.Drawing.Bitmap info_16x {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("info_16x", resourceCulture);
|
object obj = ResourceManager.GetObject("info_16x", resourceCulture);
|
||||||
return ((System.Drawing.Bitmap)(obj));
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
|
@ -500,7 +543,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à Kb.
|
/// Recherche une chaîne localisée semblable à Kb.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string KBTagString {
|
public static string KBTagString {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("KBTagString", resourceCulture);
|
return ResourceManager.GetString("KBTagString", resourceCulture);
|
||||||
}
|
}
|
||||||
|
|
@ -509,7 +552,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à &lt;ln&gt;.
|
/// Recherche une chaîne localisée semblable à &lt;ln&gt;.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string LineTagString {
|
public static string LineTagString {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("LineTagString", resourceCulture);
|
return ResourceManager.GetString("LineTagString", resourceCulture);
|
||||||
}
|
}
|
||||||
|
|
@ -518,7 +561,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static System.Drawing.Bitmap Logo {
|
public static System.Drawing.Bitmap Logo {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("Logo", resourceCulture);
|
object obj = ResourceManager.GetObject("Logo", resourceCulture);
|
||||||
return ((System.Drawing.Bitmap)(obj));
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
|
@ -528,7 +571,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une ressource localisée de type System.Drawing.Icon semblable à (Icône).
|
/// Recherche une ressource localisée de type System.Drawing.Icon semblable à (Icône).
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static System.Drawing.Icon Logo_Icon {
|
public static System.Drawing.Icon Logo_Icon {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("Logo_Icon", resourceCulture);
|
object obj = ResourceManager.GetObject("Logo_Icon", resourceCulture);
|
||||||
return ((System.Drawing.Icon)(obj));
|
return ((System.Drawing.Icon)(obj));
|
||||||
|
|
@ -538,7 +581,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à Mb.
|
/// Recherche une chaîne localisée semblable à Mb.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string MBTagString {
|
public static string MBTagString {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("MBTagString", resourceCulture);
|
return ResourceManager.GetString("MBTagString", resourceCulture);
|
||||||
}
|
}
|
||||||
|
|
@ -547,7 +590,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static System.Drawing.Bitmap open_16x {
|
public static System.Drawing.Bitmap open_16x {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("open_16x", resourceCulture);
|
object obj = ResourceManager.GetObject("open_16x", resourceCulture);
|
||||||
return ((System.Drawing.Bitmap)(obj));
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
|
@ -557,7 +600,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à Paste operation reached the end of the file. Do you want to extend the file to complete the operation? This operation cannot be canceled if you continue..
|
/// Recherche une chaîne localisée semblable à Paste operation reached the end of the file. Do you want to extend the file to complete the operation? This operation cannot be canceled if you continue..
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string PasteExtendByteConfirmationString {
|
public static string PasteExtendByteConfirmationString {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("PasteExtendByteConfirmationString", resourceCulture);
|
return ResourceManager.GetString("PasteExtendByteConfirmationString", resourceCulture);
|
||||||
}
|
}
|
||||||
|
|
@ -566,7 +609,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à Paste from clipboard.
|
/// Recherche une chaîne localisée semblable à Paste from clipboard.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string PasteFromClipboardString {
|
public static string PasteFromClipboardString {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("PasteFromClipboardString", resourceCulture);
|
return ResourceManager.GetString("PasteFromClipboardString", resourceCulture);
|
||||||
}
|
}
|
||||||
|
|
@ -575,7 +618,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static System.Drawing.Bitmap reload64 {
|
public static System.Drawing.Bitmap reload64 {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("reload64", resourceCulture);
|
object obj = ResourceManager.GetObject("reload64", resourceCulture);
|
||||||
return ((System.Drawing.Bitmap)(obj));
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
|
@ -585,7 +628,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à Replace with byte.
|
/// Recherche une chaîne localisée semblable à Replace with byte.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string ReplaceWithByteString {
|
public static string ReplaceWithByteString {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("ReplaceWithByteString", resourceCulture);
|
return ResourceManager.GetString("ReplaceWithByteString", resourceCulture);
|
||||||
}
|
}
|
||||||
|
|
@ -594,7 +637,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static System.Drawing.Bitmap save_16x {
|
public static System.Drawing.Bitmap save_16x {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("save_16x", resourceCulture);
|
object obj = ResourceManager.GetObject("save_16x", resourceCulture);
|
||||||
return ((System.Drawing.Bitmap)(obj));
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
|
@ -604,7 +647,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static System.Drawing.Bitmap settings_16x {
|
public static System.Drawing.Bitmap settings_16x {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("settings_16x", resourceCulture);
|
object obj = ResourceManager.GetObject("settings_16x", resourceCulture);
|
||||||
return ((System.Drawing.Bitmap)(obj));
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
|
@ -614,7 +657,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static System.Drawing.Bitmap T_Icon_Pets_64 {
|
public static System.Drawing.Bitmap T_Icon_Pets_64 {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("T_Icon_Pets_64", resourceCulture);
|
object obj = ResourceManager.GetObject("T_Icon_Pets_64", resourceCulture);
|
||||||
return ((System.Drawing.Bitmap)(obj));
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
|
@ -624,7 +667,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static System.Drawing.Bitmap T_Icon_Quests_64 {
|
public static System.Drawing.Bitmap T_Icon_Quests_64 {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("T_Icon_Quests_64", resourceCulture);
|
object obj = ResourceManager.GetObject("T_Icon_Quests_64", resourceCulture);
|
||||||
return ((System.Drawing.Bitmap)(obj));
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
|
@ -634,7 +677,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static System.Drawing.Bitmap Template_AC_F {
|
public static System.Drawing.Bitmap Template_AC_F {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("Template_AC_F", resourceCulture);
|
object obj = ResourceManager.GetObject("Template_AC_F", resourceCulture);
|
||||||
return ((System.Drawing.Bitmap)(obj));
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
|
@ -644,7 +687,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static System.Drawing.Bitmap Template_AC_N {
|
public static System.Drawing.Bitmap Template_AC_N {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("Template_AC_N", resourceCulture);
|
object obj = ResourceManager.GetObject("Template_AC_N", resourceCulture);
|
||||||
return ((System.Drawing.Bitmap)(obj));
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
|
@ -654,7 +697,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static System.Drawing.Bitmap Template_Challenge {
|
public static System.Drawing.Bitmap Template_Challenge {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("Template_Challenge", resourceCulture);
|
object obj = ResourceManager.GetObject("Template_Challenge", resourceCulture);
|
||||||
return ((System.Drawing.Bitmap)(obj));
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
|
@ -664,7 +707,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static System.Drawing.Bitmap Template_D_F {
|
public static System.Drawing.Bitmap Template_D_F {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("Template_D_F", resourceCulture);
|
object obj = ResourceManager.GetObject("Template_D_F", resourceCulture);
|
||||||
return ((System.Drawing.Bitmap)(obj));
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
|
@ -674,7 +717,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static System.Drawing.Bitmap Template_D_N {
|
public static System.Drawing.Bitmap Template_D_N {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("Template_D_N", resourceCulture);
|
object obj = ResourceManager.GetObject("Template_D_N", resourceCulture);
|
||||||
return ((System.Drawing.Bitmap)(obj));
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
|
@ -684,7 +727,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static System.Drawing.Bitmap Template_F_F {
|
public static System.Drawing.Bitmap Template_F_F {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("Template_F_F", resourceCulture);
|
object obj = ResourceManager.GetObject("Template_F_F", resourceCulture);
|
||||||
return ((System.Drawing.Bitmap)(obj));
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
|
@ -694,7 +737,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static System.Drawing.Bitmap Template_F_N {
|
public static System.Drawing.Bitmap Template_F_N {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("Template_F_N", resourceCulture);
|
object obj = ResourceManager.GetObject("Template_F_N", resourceCulture);
|
||||||
return ((System.Drawing.Bitmap)(obj));
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
|
@ -704,7 +747,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static System.Drawing.Bitmap Template_M_F {
|
public static System.Drawing.Bitmap Template_M_F {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("Template_M_F", resourceCulture);
|
object obj = ResourceManager.GetObject("Template_M_F", resourceCulture);
|
||||||
return ((System.Drawing.Bitmap)(obj));
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
|
@ -714,17 +757,27 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static System.Drawing.Bitmap Template_M_N {
|
public static System.Drawing.Bitmap Template_M_N {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("Template_M_N", resourceCulture);
|
object obj = ResourceManager.GetObject("Template_M_N", resourceCulture);
|
||||||
return ((System.Drawing.Bitmap)(obj));
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Recherche une ressource localisée de type System.Byte[].
|
||||||
|
/// </summary>
|
||||||
|
public static byte[] TT_JTCじゃんけんU___TT_JTCじゃんけんUP {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("TT_JTCじゃんけんU___TT_JTCじゃんけんUP", resourceCulture);
|
||||||
|
return ((byte[])(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static System.Drawing.Bitmap unknown512 {
|
public static System.Drawing.Bitmap unknown512 {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("unknown512", resourceCulture);
|
object obj = ResourceManager.GetObject("unknown512", resourceCulture);
|
||||||
return ((System.Drawing.Bitmap)(obj));
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
|
@ -734,7 +787,7 @@ namespace FModel.Properties {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recherche une chaîne localisée semblable à An error occured when writing..
|
/// Recherche une chaîne localisée semblable à An error occured when writing..
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string WritingErrorExeptionString {
|
public static string WritingErrorExeptionString {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("WritingErrorExeptionString", resourceCulture);
|
return ResourceManager.GetString("WritingErrorExeptionString", resourceCulture);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -294,4 +294,26 @@ Usually, this isn't filled in.</value>
|
||||||
<data name="Template_AC_N" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Template_AC_N" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\Template_AC_N.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\Template_AC_N.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="TT_JTCじゃんけんU___TT_JTCじゃんけんUP" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\TT-JTCじゃんけんU & TT-JTCじゃんけんUP.TTC;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name="AboutF" xml:space="preserve">
|
||||||
|
<value>About FModel</value>
|
||||||
|
</data>
|
||||||
|
<data name="AboutFDetails" xml:space="preserve">
|
||||||
|
<value>FModel is a .PAK file explorer fully dedicated to Fortnite.
|
||||||
|
|
||||||
|
Created in March 2019, in order to have unique and personalized functionality, it quickly became popular through leakers who used it to quickly generate images of new cosmetics added to the game.
|
||||||
|
Over time, new features got added and new users discovered the program.
|
||||||
|
It's now the most used free software to leak on Fortnite.</value>
|
||||||
|
</data>
|
||||||
|
<data name="ContributorsF" xml:space="preserve">
|
||||||
|
<value>Contributors</value>
|
||||||
|
</data>
|
||||||
|
<data name="ContributorsFDetails" xml:space="preserve">
|
||||||
|
<value>• Waddlesworth • Maiky
|
||||||
|
• FunGames • Not Officer
|
||||||
|
• PsychoPast • TSG
|
||||||
|
• XTigerHyperX • FireMonkey</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
BIN
FModel/Resources/TT-JTCじゃんけんU & TT-JTCじゃんけんUP.TTC
Normal file
BIN
FModel/Resources/TT-JTCじゃんけんU & TT-JTCじゃんけんUP.TTC
Normal file
Binary file not shown.
12
README.md
12
README.md
|
|
@ -14,12 +14,12 @@
|
||||||
alt="Releases">
|
alt="Releases">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/iAmAsval/FModel/releases/latest">
|
<a href="https://github.com/iAmAsval/FModel/releases/latest">
|
||||||
<img src="https://img.shields.io/github/downloads/iAmAsval/FModel/latest/total.svg?label=v3.0.4.2%20Downloads"
|
<img src="https://img.shields.io/github/downloads/iAmAsval/FModel/latest/total.svg?label=v3.0.4.3%20Downloads"
|
||||||
alt="Downloads">
|
alt="Downloads">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://twitter.com/AsvalFN"><img src="https://img.shields.io/badge/Twitter-@AsvalFN-1da1f2.svg?logo=twitter"></a>
|
<a href="https://twitter.com/AsvalFN"><img src="https://img.shields.io/badge/Twitter-@AsvalFN-1da1f2.svg?logo=twitter"></a>
|
||||||
<a href="https://discord.gg/fdkNYYQ">
|
<a href="https://discord.gg/fdkNYYQ">
|
||||||
<img src="https://img.shields.io/discord/637265123144237061.svg?label=Discord&logo=discord&color=778cd4">
|
<img src="https://discordapp.com/api/guilds/637265123144237061/widget.png?style=shield">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<h6 align="center">This project is not my full time job, donations are greatly appreciated.</h6>
|
<h6 align="center">This project is not my full time job, donations are greatly appreciated.</h6>
|
||||||
|
|
@ -163,6 +163,14 @@ For x32 users, you just have to clone or download the repository and build FMode
|
||||||
<a href="https://github.com/AyeTSG" title="Github">🔧</a>
|
<a href="https://github.com/AyeTSG" title="Github">🔧</a>
|
||||||
<a href="https://twitter.com/AyeTSG" title="Twitter">🐦</a>
|
<a href="https://twitter.com/AyeTSG" title="Twitter">🐦</a>
|
||||||
</td>
|
</td>
|
||||||
|
<td align="center">
|
||||||
|
<a href="https://github.com/XTigerHyperX">
|
||||||
|
<img src="https://avatars2.githubusercontent.com/u/49372767?s=200&v=4" width="100px;" alt="XTigerHyperX"/><br/>
|
||||||
|
<sub><b>XTigerHyperX</b></sub>
|
||||||
|
</a><br>
|
||||||
|
<a href="https://github.com/XTigerHyperX" title="Github">🔧</a>
|
||||||
|
<a href="https://twitter.com/XTigerHyperX" title="Twitter">🐦</a>
|
||||||
|
</td>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
<a href="https://github.com/ItsFireMonkey">
|
<a href="https://github.com/ItsFireMonkey">
|
||||||
<img src="https://avatars2.githubusercontent.com/u/38590471?s=200&v=4" width="100px;" alt="FireMonkey"/><br/>
|
<img src="https://avatars2.githubusercontent.com/u/38590471?s=200&v=4" width="100px;" alt="FireMonkey"/><br/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user