Skip to content

Violevo/FortniteHeightmapGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fortnite Heightmap Generator

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!

Usage

Option 1. Download the packaged binary

Download the packaged binary from the releases page.

Then run the application from the command line (or just double click the exe file):

./FortniteHeightmapGenerator.exe

Option 2. Build the project from source

You can also build the project from source:

git clone https://github.com/Violevo/FortniteHeightmapGenerator
cd FortniteHeightmapGenerator
dotnet build

Contributing & Licensing

Contributions, 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.

Credits

Gallery

Preview

A generated heightmap of the current fortnite map.

Preview

The console output of the application succeeding.

About

CLI Application that generates a heightmap image from Fortnite game files, uses CUE4Parse for parsing unreal engine archives

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages