Hacking Archiving Wii U Game

I_NoScoped_JFK

New Member
Newbie
Joined
May 12, 2017
Messages
2
Reaction score
0
Trophies
0
Age
30
XP
81
Country
Canada
Going through the game files of Paper Mario Color Splash, want to open the .lz files.

Tried out lzip, but its crashing upon startup. Are there any other .lz decompressors?

Capture.PNG
 
Lzip is a command line tool, it only works on a terminal. If you prefer a GUI program, you can use 7-zip-zstd http://github.com/mcmilk/7-Zip-zstd or WinRAR 5.50
Using the command line, ran into this. Unsure what I'm doing wrong.
Earlier stated, under "usage" it says "Usage: C:\Users\neonh\Downloads\lzip-1.11-w32\lzip-1.11\bin\lzip.exe [options] [files]"
I'm doing that but getting errors saying "invalid file type" and "invalid function" on the function and file type. Anyone know a solution?
Thanks!
 

Attachments

  • Capture.PNG
    Capture.PNG
    4.4 KB · Views: 155
Using the command line, ran into this. Unsure what I'm doing wrong.
Earlier stated, under "usage" it says "Usage: C:\Users\neonh\Downloads\lzip-1.11-w32\lzip-1.11\bin\lzip.exe [options] [files]"
I'm doing that but getting errors saying "invalid file type" and "invalid function" on the function and file type. Anyone know a solution?
Thanks!
Don't actually enclose your options and files arguments in square brackets. In other words dont use
Code:
lzip.exe [-d] [c:\path-to-files]
instead use
Code:
lzip.exe -d c:\path-to-files
 

Site & Scene News

Popular threads in this forum