mirror of
https://github.com/4sval/FModel.git
synced 2026-04-13 21:16:46 -05:00
fixed backing up paks with no key + friendly reminder
This commit is contained in:
parent
d960a63996
commit
cbd557e6e7
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user