MedicalMess0001 / UnrealPackManager

Ui inbvetween for Unreal Pack and Unpack Tools
1 stars 0 forks source link

What is z_mod_P? #1

Closed KodywithaK closed 1 year ago

KodywithaK commented 1 year ago

Could not find a part of the path "\z_mod_P"

Happens after dragging my .utoc/.ucas onto the Unpack button

MedicalMess0001 commented 1 year ago

z_mod_p is what the name of the .utoc/.ucas would be during output not sure why you are getting that error. as long as your .utoc/.ucas are both in the same location you only need to drag one of them it will grab the other one.

After defining your output directory you could create a folder in there with that name and see if that issue persists. it usually does it when the output folder is given and that would be the folder you zip to do other things with or throw into your game for organizing purposes. try making a folder with that name inside your output folder and try again. also its been a while since i worked on this so i cant remember if this was the most up to date or if the one on nexus was ill have to check.

KodywithaK commented 1 year ago

After trying out a few different games, I think it may be a .utoc that UEcastoc doesn't support yet, after seeing similar issues in that repository's issues section.


I opened up a windows sandbox and placed UPM's + UEcastoc's + my output folders and 2 pairs of .utoc+.ucas on the desktop of it.

the command prompt either crashes

Then creates "\<output_dir>\manifest.json"

MedicalMess0001 commented 1 year ago

that is a possible since this is just adding a UI to that tool that would normally require a command line to work. ive talked with Menv when i first made this about a few things but i am unsure how much work if any they have or will be putting into main.exe. as some issues were there and i fixed a few in the background of this tool. while yes you can use main.exe and a command line alone any further modifications to that utoc and ucas will have issues and this tool fixes the issues along the way but i have found other issues which menv was working on the last i spoke to them a few months ago.