Skip to content

Releases: peek6/FModel

gotham_knights_lz4_fix

26 Sep 16:05
bcbda59

Choose a tag to compare

  • Hacked CUE4Parse to use the native LZ4 compression library to be able to extract assets from Gotham Knights using Fmodel
  • Extract fmodel_2023_0314_git.zip and run FModel\FModel\bin\Debug\net6.0-windows10.0.17763.0\win-x64\FModel.exe
  • I included both the source as well as the compiled binaries in fmodel_2023_0314_git.zip. Hopefully the binaries work as-is and there is no need to re-compile. If you do need to re-compile, I never properly uploaded the source to github, so you would need to re-compile directly from the source code included in fmodel_2023_0314_git.zip . The links to "source code" below are just the vanilla Fmodel and CUE4Parse without my hacks.

Description of (main) changes:

  • Modified CUE4Parse\CUE4Parse\Compression\Compression.cs
  • Modified CUE4Parse\CUE4Parse\Compression\LZ4.cs

This had been based on a checkout of the Fmodel dev branch which I did on March 14, 2023:

  • Fmodel dev branch commit 26e9223
  • CUE4Parse commit d0a849608247dbdcb14b9b6e6851addd761f3c73