atenfyr / UAssetAPI

A low-level .NET library for reading and writing Unreal Engine game assets.
https://atenfyr.github.io/UAssetAPI/
MIT License
247 stars 52 forks source link

Parsing Error when trying to open Jedi Survivor .uasset file #63

Closed notwopr closed 3 months ago

notwopr commented 8 months ago

Describe the bug Get the following error when trying to load a .uasset file from the Jedi Survivor game: image

I set the UE engine to be 4.26, which seems to be the correct version, but I also tried 4.21 which is the version for Jedi Fallen Order. I was able to open .uasset files from Fallen Order without any problem, but Jedi Survivor .uasset files give this parsing error.

BTW, I use FModel to extract the .uasset files from .pak files.

To Reproduce Extract a .uasset from FModel for the Jedi Survivor game.

Expected behavior It's supposed to open the .uasset file so I can edit the values.

Screenshots image

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

TheDarknessRU commented 8 months ago

If you are trying to open only the uasset file, then you will not be able to open it in UAssetGUI. Need uasset and uexp.

atenfyr commented 5 months ago

Can you provide a copy of some of the assets you are experiencing this issue with?

Ghost7134 commented 4 months ago

hello i have the problem for plaworld i need help..

Ghost7134 commented 4 months ago

Capture d'écran 2024-07-15 052202

atenfyr commented 3 months ago

Likely a Zen asset (which would be a duplicate of #36), but unclear without further information

notwopr commented 3 months ago

If you are trying to open only the uasset file, then you will not be able to open it in UAssetGUI. Need uasset and uexp.

thank you. So the way I find the resource I want to change, is I use FModel to view the pak files. then when I find the .uasset file I want to edit I extract, but it only extracts it as a .uasset file. I guess Fmodel is not the right program to use if it can only see .uasset files and not uexp. Do you know if I should be using a different pak file viewer program?