mirror of
https://github.com/4sval/FModel.git
synced 2026-03-21 17:24:26 -05:00
updated credit and contributors
This commit is contained in:
parent
91582b5e23
commit
00a661f648
|
|
@ -490,6 +490,7 @@
|
|||
<EmbeddedResource Include="Methods\SyntaxHighlighter\Json.xshd" />
|
||||
<EmbeddedResource Include="Methods\SyntaxHighlighter\Ini.xshd" />
|
||||
<None Include="Forms\HexViewer\Core\Xcbb\Exefile.xcbb" />
|
||||
<None Include="Methods\PakReader\LICENSE" />
|
||||
<None Include="packages.config" />
|
||||
<None Include="Properties\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
<Label x:Name="AboutTitle_Lbl" Content="FModel" HorizontalAlignment="Center" VerticalAlignment="Top" FontSize="24" FontWeight="Bold" Margin="0,5,0,0"/>
|
||||
<Label Content="A powerful .PAK file explorer fully dedicated to Fortnite." HorizontalAlignment="Center" VerticalAlignment="Top" Margin="0,33,0,0"/>
|
||||
<Label Content="Big thanks to:" HorizontalAlignment="Center" VerticalAlignment="Top" Margin="0,60,0,0"/>
|
||||
<Label Content="• Waddlesworth • Maiky • Asriel • FireMonkey" HorizontalAlignment="Center" VerticalAlignment="Top" Margin="0,75,0,0" FontSize="11"/>
|
||||
<Label Content="• Waddlesworth • Maiky • FunGames • PsychoPast • TSG • FireMonkey" HorizontalAlignment="Center" VerticalAlignment="Top" Margin="0,75,0,0" FontSize="11"/>
|
||||
|
||||
<Label HorizontalAlignment="Left" Margin="10,0,0,10" VerticalAlignment="Bottom" Padding="0" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Cursor="Hand">
|
||||
<TextBlock>
|
||||
|
|
|
|||
21
FModel/Methods/PakReader/LICENSE
Normal file
21
FModel/Methods/PakReader/LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2019 Aleks Margarian
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
|
@ -103,7 +103,7 @@
|
|||
|
||||
<SolidColorBrush x:Key="DataGridBackgroundBrush" Color="{StaticResource DarkBackgroundColor}"/>
|
||||
<SolidColorBrush x:Key="DataGridHeaderBackgroundBrush" Color="{StaticResource DarkBackgroundColor}"/>
|
||||
<SolidColorBrush x:Key="DataGridHeaderMouseOverBrush" Color="#AAAAAA"/>
|
||||
<SolidColorBrush x:Key="DataGridHeaderMouseOverBrush" Color="#FF3E4652"/>
|
||||
<SolidColorBrush x:Key="DataGridHeaderBorderBrush" Color="#7F748198"/>
|
||||
<SolidColorBrush x:Key="DataGridRowBorderBrush" Color="#7F748198"/>
|
||||
<SolidColorBrush x:Key="DataGridRowBackgroundBrush" Color="{StaticResource DarkBackgroundColor}"/>
|
||||
|
|
@ -3013,7 +3013,7 @@
|
|||
<ControlTemplate.Triggers>
|
||||
<Trigger Property="IsMouseOver" Value="True">
|
||||
<Setter Property="Background" Value="{StaticResource DataGridHeaderMouseOverBrush}"/>
|
||||
<Setter Property="Foreground" Value="Black"/>
|
||||
<Setter Property="Foreground" Value="{StaticResource ForegroundBrush}"/>
|
||||
</Trigger>
|
||||
</ControlTemplate.Triggers>
|
||||
</ControlTemplate>
|
||||
|
|
|
|||
53
README.md
53
README.md
|
|
@ -107,12 +107,63 @@ For x32 users, you just have to clone or download the repository and build FMode
|
|||
|
||||
## Contributors
|
||||
|
||||
<table><tr><td align="center"><a href="https://github.com/SirWaddles"><img src="https://avatars1.githubusercontent.com/u/769399?s=200&v=4" width="100px;" alt="Waddlesworth"/><br /><sub><b>Waddlesworth</b></sub></a><br><a href="https://github.com/SirWaddles" title="Github">🔧</a></td><td align="center"><a href="https://github.com/MaikyM"><img src="https://avatars3.githubusercontent.com/u/51415805?s=200&v=4" width="100px;" alt="Maiky"/><br /><sub><b>Maiky</b></sub></a><br /><a href="https://github.com/MaikyM" title="Github">🔧</a><a href="https://twitter.com/MaikyMOficial" title="Twitter">🐦</a></td><td align="center"><a href="https://github.com/WorkingRobot"><img src="https://avatars1.githubusercontent.com/u/16126912?s=200&v=4" width="100px;" alt="Asriel"/><br><sub><b>Asriel</b></sub></a><br><a href="https://github.com/WorkingRobot" title="Github">🔧</a><a href="https://twitter.com/Asriel_Dev" title="Twitter">🐦</a></td><td align="center"><a href="https://github.com/ItsFireMonkey"><img src="https://avatars2.githubusercontent.com/u/38590471?s=200&v=4" width="100px;" alt="FireMonkey"/><br /><sub><b>FireMonkey</b></sub></a><br><a href="https://github.com/ItsFireMonkey" title="Github">🔧</a><a href="https://twitter.com/iFireMonkey" title="Twitter">🐦</a></td></tr></table>
|
||||
<table>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<a href="https://github.com/SirWaddles">
|
||||
<img src="https://avatars1.githubusercontent.com/u/769399?s=200&v=4" width="100px;" alt="Waddlesworth"/><br/>
|
||||
<sub><b>Waddlesworth</b></sub>
|
||||
</a><br>
|
||||
<a href="https://github.com/SirWaddles" title="Github">🔧</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/MaikyM">
|
||||
<img src="https://avatars3.githubusercontent.com/u/51415805?s=200&v=4" width="100px;" alt="Maiky"/><br/>
|
||||
<sub><b>Maiky</b></sub>
|
||||
</a><br/>
|
||||
<a href="https://github.com/MaikyM" title="Github">🔧</a>
|
||||
<a href="https://twitter.com/MaikyMOficial" title="Twitter">🐦</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/FunGamesLeaks">
|
||||
<img src="https://avatars2.githubusercontent.com/u/32957190?s=200&v=4" width="100px;" alt="FunGames"/><br>
|
||||
<sub><b>FunGames</b></sub>
|
||||
</a><br>
|
||||
<a href="https://github.com/FunGamesLeaks" title="Github">🔧</a>
|
||||
<a href="https://twitter.com/FunGamesLeaks" title="Twitter">🐦</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/PsychoPast">
|
||||
<img src="https://avatars0.githubusercontent.com/u/33565739?s=200&v=4" width="100px;" alt="PsychoPast"/><br>
|
||||
<sub><b>PsychoPast</b></sub>
|
||||
</a><br>
|
||||
<a href="https://github.com/PsychoPast" title="Github">🔧</a>
|
||||
<a href="https://twitter.com/xXPsychoPastXx" title="Twitter">🐦</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/AyeTSG">
|
||||
<img src="https://avatars1.githubusercontent.com/u/49595354?s=200&v=4" width="100px;" alt="TSG"/><br>
|
||||
<sub><b>TSG</b></sub>
|
||||
</a><br>
|
||||
<a href="https://github.com/AyeTSG" title="Github">🔧</a>
|
||||
<a href="https://twitter.com/AyeTSG" title="Twitter">🐦</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/ItsFireMonkey">
|
||||
<img src="https://avatars2.githubusercontent.com/u/38590471?s=200&v=4" width="100px;" alt="FireMonkey"/><br/>
|
||||
<sub><b>FireMonkey</b></sub>
|
||||
</a><br>
|
||||
<a href="https://github.com/ItsFireMonkey" title="Github">🔧</a>
|
||||
<a href="https://twitter.com/iFireMonkey" title="Twitter">🐦</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Credits
|
||||
|
||||
This software uses the following open source packages:
|
||||
|
||||
- [PakReader](https://github.com/WorkingRobot/PakReader) *Updated Version*
|
||||
- [AutoUpdater.NET](https://github.com/ravibpatel/AutoUpdater.NET)
|
||||
- [Avalon Edit](http://avalonedit.net/)
|
||||
- [Color Picker](https://github.com/drogoganor/ColorPickerWPF)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user