Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with texture export #19

Closed
Mayki07 opened this issue Jul 7, 2023 · 5 comments
Closed

Problem with texture export #19

Mayki07 opened this issue Jul 7, 2023 · 5 comments

Comments

@Mayki07
Copy link

Mayki07 commented Jul 7, 2023

Hi, I have a game which is created in UE 4.27, but I can't export one texture using your tool. The tool doesn't recognize which version of the UE engine it is at all. Can you please help me with this?

I am attaching a test file.

Error

Test.zip

@matyalatte
Copy link
Owner

matyalatte commented Jul 8, 2023

Hi, I think your asset is broken.
All usset files should start with the specific 4-byte tag.
But your asset starts with 00 00 00 00.
I remember that I got a similar issue with FModel.
UE Viewer worked for me at that time.

@Mayki07
Copy link
Author

Mayki07 commented Jul 8, 2023

The problem is that FModel shows me the file and exports it as uasset, but UEviewer exports it as uexp. Unfortunately the file is in ucas and not in pak.

FModel
UEviewer

@Mayki07
Copy link
Author

Mayki07 commented Jul 8, 2023

I used UEviewer from your link and the resulting uasset file is identical to the previous one.
Test_uasset.zip

FModel displays the texture correctly, but after exporting the uasset file it cannot be opened in your tool.
FModel1

@matyalatte
Copy link
Owner

matyalatte commented Jul 8, 2023

Umodel can't displays the exported assets too. So, I think they will export the binaries as they are but it's not the official .uasset formats. (maybe it's a customized structure for ucas?)
I'll support the ucas things someday, but it'll take time.

@Mayki07
Copy link
Author

Mayki07 commented Jul 9, 2023

Alright, thanks for the reply and I'll hope for UCAS format support later on as it won't be long now and most UE games will have it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants