Skip to content

Automate ripping heightmaps from UE4 maps

Notifications You must be signed in to change notification settings

WilliamVenner/SquadHeightmapRipper

Repository files navigation

Basic C# library/console application for ripping heightmaps from Squad.

This was made for Squad Mortar Helper!

This could also be easily adapted for ripping heightmaps from other UE4 games.

Usage

Before building, don't forget to git submodule update --recursive --remote --init!

SquadHeightmapRipper 4.0.0
Copyright (C) 2022 William Venner

  -k, --aes     AES decryption key for packages
  -p, --paks    Required. List of paths of directories containing pak files
  -m, --umap    Path of umap to extract heightmap from; if not provided a list
                of found umaps will be output
  --help        Display this help screen.
  --version     Display version information.

Output

In the event of an error, the program will exit with code 1 and print the error message to stderr.

In the event of success, the program will exit with code 0 and output a bunch of relevant data to stdout.

License

I can't provide a license for this software because CUE4Parse is also unlicensed (see issue #39.)

Do whatever you want with my code, however.

About

Automate ripping heightmaps from UE4 maps

Resources

Stars

Watchers

Forks

Languages