-
Notifications
You must be signed in to change notification settings - Fork 16
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
How to pack it back to utoc format? #12
Comments
You can use unreal engines native in-editor packing, or try UnrealReZen, which recently released with this functionality. |
UnrealReZen is unable to package asset files that contain both uasset and uexp components; it can only package files in the uasset format |
Using unreal engines' native in-editor packing makes zero sense. You can't add cooked assets to a project. I'm not sure why you even mentioned it. And UnrealReZen/UnrealUnZen cannot re-zenify the old style uasset/uexp files output from ZenTools. So they're basically useless. All of the tools that make modifying assets convenient don't suppose zen. So basically modifying zen assets (such as datatables) is limited to hex editing, and possibly recreating datatables in UE (no idea how to do that, but apparently it can be done with a lot of work). |
Why the weird tone? Who benefits from that? There are settings that enable the use and packaging of cooked assets in the editor. I haven’t had to modify datatables yet, so I assume you’re right about them still being a pain to work with, but this issue wasn't about zen. I’m not sure why you even mentioned it. Currently, my process is to use ZenTools to extract cooked assets from the IOStore packaged UE 5.3 game I'm modding, use UAssetGUI to make my changes, and finally package them into an IOStore container using UnrealPak. All of that works fine. I'm sorry you can't make the same process work for datatables, but that doesn't make the tools useless. |
My apologies, I did not intend to sound like that. Regardless of whether it's a datatable or a different kind of asset. the process should be similar. I don't suppose you'd be so kind as to detail how you used UnrealPak to repackage into IOStore. I'm sure there's a lot of people who could benefit from your knowledge if you're up to sharing it. Hex editing assets, or reconstructing datatables w/UE C++ is a massive pain. If you've got a working method, even if it's not datatables, I'm sure many people would like to hear it. It's not that I can't make it work for datatables, it's that I don't even know the process you used to repack into IOStore. Thanks for any help you can provide. |
No worries!:) |
I tried many packaging tools, but none of them worked.
The text was updated successfully, but these errors were encountered: