Req: WiiU Compress (and similar)

Come up with a useful post-processing script? Share it here!
Post Reply
methanoid
Jr. Member
Jr. Member
Posts: 66
Joined: March 7th, 2008, 6:33 am

Req: WiiU Compress (and similar)

Post by methanoid »

My case is downloading a WiiU WUD file and converting it to a WUX (compressed/stripped) file saving space.

But the same would apply to many similar Rom files like PSP ISOs to CSO, or stripping 3DS roms or even repacking ZIPs to 7Z....

I am hopeless at scripts and batch files but my SABnzbd is running on a Docker on unRAID so probably need script to be Linux friendly. I feel brave enough to compile the Wudcompress source to make an executable ;)
methanoid
Jr. Member
Jr. Member
Posts: 66
Joined: March 7th, 2008, 6:33 am

Re: Req: WiiU Compress (and similar)

Post by methanoid »

You can compress with WudCompress tool (Windows, can be compiled for Linux) or with a Java tool

java -jar JWUDTool.jar -in path \ to \ your \ game_part1.wud -compress -out game.wux
Post Reply