mirror of
https://github.com/4sval/FModel.git
synced 2026-03-21 17:24:26 -05:00
33 lines
2.0 KiB
Markdown
33 lines
2.0 KiB
Markdown
FModel - An Unreal Engine Archives Explorer in C#
|
|
------------------------------------------
|
|
|
|
[](https://github.com/4sval/FModel/actions)
|
|
[](https://fmodel.app/download)
|
|
[](https://fmodel.app/donate)
|
|
[](https://fmodel.app/discord)
|
|
***
|
|
|
|
### Description:
|
|
FModel is an archive explorer for [Unreal Engine](https://www.unrealengine.com/en-US/) games that uses [CUE4Parse](https://github.com/FabianFG/CUE4Parse) as its core parsing library, providing robust support for the latest UE4 and UE5 archive formats. It aims to deliver a modern and intuitive user interface, powerful features, and a comprehensive set of tools for previewing and converting game packages, empowering YOU to understand games' inner workings with ease.
|
|
|
|
FModel is actively maintained and developed by a dedicated community of contributors, and welcomes all new contributions and feedback.
|
|
|
|
### Installation:
|
|
For installation, follow the instructions from [here](https://github.com/4sval/FModel/wiki/Installing-FModel)
|
|
|
|
### Sponsorship:
|
|
<p>
|
|
<a href="https://www.jetbrains.com/">
|
|
<img src="https://cdn.fmodel.app/i/svg/jetbrains.svg" width="256px">
|
|
</a>
|
|
<a href="https://1password.com/">
|
|
<picture>
|
|
<source media="(prefers-color-scheme: dark)" srcset="https://cdn.fmodel.app/i/svg/1password-light.svg">
|
|
<source media="(prefers-color-scheme: light)" srcset="https://cdn.fmodel.app/i/svg/1password-dark.svg">
|
|
<img src="https://cdn.fmodel.app/i/svg/1password-light.svg" width="256px">
|
|
</picture>
|
|
</a>
|
|
</p>
|
|
|
|
### License:
|
|
FModel is licensed under [GPL-3](https://github.com/4sval/FModel/blob/dev/LICENSE), and licenses of third-party libraries used are listed [here](https://github.com/4sval/FModel/blob/dev/NOTICE). |