fixed backing up paks with no key + friendly reminder

This commit is contained in:
iAmAsval 2020-06-21 03:12:48 +02:00
parent d960a63996
commit cbd557e6e7
2 changed files with 4 additions and 2 deletions

View File

@ -150,7 +150,7 @@ namespace FModel.ViewModels.MenuItem
using BinaryWriter writer = new BinaryWriter(compressionStream);
foreach (PakFileReader pakFile in MenuItems.pakFiles.GetPakFileReaders())
{
if (pakFile.AesKey == null)
if (pakFile.Info.bEncryptedIndex && pakFile.AesKey == null)
continue;
if (!Globals.CachedPakFiles.ContainsKey(pakFile.FileName))

View File

@ -2,9 +2,11 @@
<img src="https://cdn.asval.tk/i/FModel.png" align="right" alt="FModel Logo" width="128" height="128">
Created in March 2019, FModel is a .PAK file explorer fully dedicated to Fortnite but also work with some other Unreal Engine's games. It quickly became popular through leakers who used it to quickly generate images of new cosmetics added to the game.
Created in March 2019, FModel is a .PAK file explorer fully dedicated to Fortnite but also work with some other Unreal Engine's games. It quickly became popular to quickly generate images of new cosmetics added to the game.
Over time, new features got added and new users discovered the program.
Friendly reminder, using FModel for Fortnite doesn't make you a leaker so please don't call yourself a leaker.
## Table of Contents
- [Introduction](#introduction)