Introduction
FModel is only available for Windows. It can be built from source or downloaded from Releases. We provide a portable x64 executable through a compressed ZIP archive. It has not been tested for x32 machines because... Depending on the game you're loading, you might need up to 2GB of free RAM.
Steps
- Download
FModel.zip in the assets of the latest release
- Unzip the archive
- Launch the executable
Troubleshooting
Access to the path 'C:\WINDOWS\System32\Output\Backups' is denied.
⬆️ I said to unzip the archive... 😤
The invocation of the constructor on type 'FModel.MainWindow' that matches the specified binding constraints threw an exception.
⬆️ You will need to dig deeper into the problem by looking at the log file created under \Output\Logs\FModel-Log-YYYY-MM-DD.txt
Building
In order to build FModel from source, clone the repository and all its submodules.
git clone -b dev https://github.com/4sval/FModel.git --recursive
Once done, open the solution file in your IDE and build the project.
👀 FModel is an open-source project, and contributions are always welcome. If you encounter any issues or have any suggestions for improvement, please feel free to open an issue or submit a pull request.