atenfyr / UAssetGUI

A tool designed for low-level examination and modification of Unreal Engine game assets by hand.
MIT License
529 stars 75 forks source link

Cannot open uasset packaged with io store (utoc/ucas) #61

Closed Phnxsmv closed 1 year ago

Phnxsmv commented 1 year ago

Describe the bug When trying to open an uasset file it causes "Failed to parse this file! System.FormatException: File signature mismatch"

To Reproduce Steps to reproduce the behavior:

  1. Open uasset file

Expected behavior Opening file without exception.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context uasset from Gotham Knights. Data from uassets packaged with io store is not split into uasset and uexp. It is contained in one uasset file. CMI_BG_GOT_Suit01_Headwear_03.zip

atenfyr commented 1 year ago

Duplicate of atenfyr/UAssetAPI#36