From 1a6d0c1d04d1c72b0d629d46cdff0ff2674f6693 Mon Sep 17 00:00:00 2001 From: Valentin Date: Sun, 14 Aug 2022 15:58:39 +0200 Subject: [PATCH] Updated Getting Started (markdown) --- Getting-Started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Getting-Started.md b/Getting-Started.md index 1e6b42b..031401f 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -40,6 +40,8 @@ As said before, not to waste space, we bundled all navigation-related views into ### Archives This view will display your game archives, whether they are encrypted or not. **FModel doesn't allow you to load exported game packages, but you can use [CUE4Parse](https://github.com/FabianFG/CUE4Parse)** to do so. If your game archives are encrypted, you will need an [AES encryption key]() in order to decrypt them. If done correctly, your archives able to be loaded will have archive_enabled next to them, otherwise it will be archive_disabled. +You can choose to load a single archive, several or all of them, but also compare 2 states and only show new or modified packages. If you choose to compare, you will need a [backup file]() older than the state of your current game archives. + ### Folders This view will display your archives folder tree structure. You can open folders by either clicking the arrow next to them or double-clicking the folder name. If you double-click a folder that doesn't have any subfolder, you will automatically switch to the package view.