This project is a C# CLI application that extracts heightmaps from fortnite game files. It uses the CUE4Parse library to parse encrypted unreal engine archives and ImageSharp to generate the heightmaps from the parsed data. It also uses the FortniteCentral API to fetch the latest AES keys and mappings. I made this project to be used in within my fortnite drop calculator project to improve accuracy, but feel free to use however you see fit!
Download the packaged binary from the releases page.
Then run the application from the command line (or just double click the exe file):
./FortniteHeightmapGenerator.exeYou can also build the project from source:
git clone https://github.com/Violevo/FortniteHeightmapGenerator
cd FortniteHeightmapGenerator
dotnet buildContributions, suggestions, and bug reports are always welcome. If you'd like to contribute to this project, please fork the repository, create a feature branch, and submit a pull request. This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for more details.
- FortniteCentral - For AES keys and mappings
- CUE4Parse - For parsing Unreal Engine archives
- ImageSharp - For generating heightmaps
- FortnitePorting - Helped with some of the heightmap logic
A generated heightmap of the current fortnite map.
The console output of the application succeeding.

