diff --git a/Getting-Started.md b/Getting-Started.md index 69ccda0..1e6b42b 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -34,17 +34,17 @@ We've spent a lot of time engineering the UX of this window in order to make the ![image](https://user-images.githubusercontent.com/26126862/184534306-7a618be2-2330-4279-a9ee-675c9a1a733d.png) -### Navigation +## Navigation As said before, not to waste space, we bundled all navigation-related views into a single panel. Each view has its own information area to show stuff like archive's GUID, folder's package count, or package compression used. You can easily switch between views thanks to the shortcuts set under your [settings](). -#### Archives +### 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. -#### Folders +### 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. -#### Packages +### Packages This view will display packages stored under your selected folder. You can extract, export, and save the properties of all game packages no matter their type. -### Property -### Console \ No newline at end of file +## Property +## Console \ No newline at end of file