MinshuG / pyUE4Parse

ue4 asset parser/reader
MIT License
47 stars 15 forks source link

[question] Is there a way to recreate a .uasset/uexp file from a JSON file using UE4Parse? #24

Closed Saipan0 closed 1 month ago

Saipan0 commented 1 month ago

Hi, First of all, thank you for your work. I have extracted data from a .uasset and .uexp file and converted it into JSON format. Now, I want to recreate the files from this JSON data. I only found file reading functionality, but Does UE4Parse have any functionality that allows for writing or recreating .uasset files from JSON or other structured data? If not, what would be the best approach to achieve this?

Thanks for your help!

MinshuG commented 1 month ago

no that's not possible. writing packages is not supported.