Tool to extract Duke Nukem Forever (2011)'s MegaPackage.dat format.
- Install the .NET 7 SDK.
- Run
dotnet publish -r win-x64 -c release
in the repository root. mpkgx.exe
will appear inbin/Release/net7.0/win-x64/publish
.
Tool to extract Duke Nukem Forever (2011)'s MegaPackage.dat format.
dotnet publish -r win-x64 -c release
in the repository root.mpkgx.exe
will appear in bin/Release/net7.0/win-x64/publish
.