Updated Getting Started (markdown)

Valentin 2022-08-14 15:58:39 +02:00
parent c459013eca
commit 1a6d0c1d04

@ -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 <img src="https://github.com/4sval/FModel/blob/master/FModel/Resources/archive_enabled.png" alt="archive_enabled" width="20"/> next to them, otherwise it will be <img src="https://github.com/4sval/FModel/blob/master/FModel/Resources/archive_disabled.png" alt="archive_disabled" width="20"/>.
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.