rm-NoobInCoding / UnrealReZen

UnrealReZen is a modding tool for packing utoc and ucas files (Unreal Engine IoStore archive files)
GNU General Public License v3.0
114 stars 12 forks source link

Asset creation #44

Open Real-N34r opened 2 months ago

Real-N34r commented 2 months ago

Describe the bug I've tried the tool with ue 4.26.2 game . I tried to make a patch with this tool but the tool only make 1kb files and with those files i tried to run the game but it didn't work. 367521451-db5443ca-cfbe-4d93-b54a-f83b75ace90e.png

367521438-f1c48462-b48d-4105-885b-c09440278739.png

Here I've attached the original ucas and utoc with the aes key

https://drive.google.com/file/d/1Oi-S1VUHVfazuE9Z9E0QjQidfL76Bz48/view?usp=drivesdk

rm-NoobInCoding commented 2 months ago

Which archive contains the asset that you wanna patch?

Real-N34r commented 2 months ago

Which archive contains the asset that you wanna patch?

Pc1000

rm-NoobInCoding commented 2 months ago

Add this to the end of your commend and test it again --mount-point PesMobile/Content/Assets/ Also don't forget to move the content that you wanna patch outside of this path for example if this was old path MyPatchContent/PesMobile/Content/Assets/A.uasset move it to be like this MyPatchContent/A.uasset

Real-N34r commented 2 months ago

Add this to the end of your commend and test it again --mount-point PesMobile/Content/Assets/ Also don't forget to move the content that you wanna patch outside of this path for example if this was old path MyPatchContent/PesMobile/Content/Assets/A.uasset move it to be like this MyPatchContent/A.uasset

I've tried it with the mount point you have suggested

Here is the screenshot IMG-20240926-WA0036.jpg

IMG-20240926-WA0039.jpg

Still the patch isn't working

Again I've tried to pack 177 files still it creates the pak and iostore files of 1kb (this time i used default mounting)IMG-20240926-WA0040.jpg

IMG-20240926-WA0037.jpg

IMG-20240926-WA0038.jpg