panzi / u4pak

unpack, pack, list, check and mount Unreal Engine 4 .pak archives
511 stars 141 forks source link

Need help #62

Open theepbj opened 1 year ago

theepbj commented 1 year ago

I know this is old, but i was hoping you wOuld be able to help. Whenever i try to run the packer, i get this message

C:\u4pak\FortniteGame\ [Errno 2] No such file or directory: 'pak/FortniteGame.pak'

[Errno 2] No such file or directory: 'pak/FortniteGame.pak'

[Errno 2] No such file or directory: 'pak/FortniteGame.pak'

[Errno 2] No such file or directory: 'pak/FortniteGame.pak'

C:\u4pak\FortniteGame -> 'pak\FortniteGame.pak'

Press any key to quit.

Am I doing something wrong? Thanks

panzi commented 1 year ago

Well, what are you doing exactly? Are you dropping the pak file onto the exe? Or are you running it from the command line? If the later what is the exact command you're using?

panzi commented 1 year ago

Wait, this project here is the Python version, not the exe. Have you tried https://github.com/panzi/rust-u4pak instead?

theepbj commented 1 year ago

Well, what are you doing exactly? Are you dropping the pak file onto the exe? Or are you running it from the command line? If the later what is the exact command you're using?

I am dropping the pak file onto the .exe as instruected by a youtube tutorial.

theepbj commented 1 year ago

Wait, this project here is the Python version, not the exe. Have you tried https://github.com/panzi/rust-u4pak instead?

When I try this version, i get this error message

error: Found argument 'C:\Users\cooki\Downloads\FModel\Output\Exports\renegade' which wasn't expected, or isn't valid in this context

panzi commented 1 year ago

That looks like you're dropping a folder onto it, not a .pak file. Also this Python project doesn't have any .exe file, so I don't know what you're dropping it on.I would recommend to learn how to use the command line. It will help you automating things too. You can write batch files that when run do all sorts of stuff that you don't have to do manually all the time. And learn the command options of the tools that you use. The command line is very handy for these kind of operations (at least under Linux, I don't use Windows so I don't know how it is there).