diff --git a/Installing-FModel.md b/Installing-FModel.md new file mode 100644 index 0000000..7bc353e --- /dev/null +++ b/Installing-FModel.md @@ -0,0 +1,20 @@ +# Introduction +FModel is only available for Windows. It can be compiled from source, or downloaded from [Releases](https://github.com/4sval/FModel/releases). We provide a portable x64 executable through a compressed ZIP archive. It has not been tested for x32 machines because it's 2022. Depending on the game you're loading, you might need up to 2GB of free RAM. + +> ⚠️​ FModel requires you to have **.NET 6.0 or later installed**. If you don't already have it, you can [download it here](https://dotnet.microsoft.com/download/dotnet/6.0/runtime) and select the **Windows Desktop x64** version. + +## Steps +1. Download `FModel.zip` in the assets of [the latest release](https://github.com/4sval/FModel/releases/latest) +2. Unzip the archive +3. Launch the executable + +## Troubleshooting +```cmd +Access to the path 'C:\WINDOWS\System32\Output\Backups' is denied. +``` +I said to unzip the archive... 😤 + +```cmd +The invocation of the constructor on type 'FModel.MainWindow' that matches the specified binding constraints threw an exception. +``` +You will need to dig dipper into the problem by looking at the log file created under `\Output\Logs\FModel-Log-YYYY-MM-DD.txt` \ No newline at end of file