![]() |
![]() |
|||||||||||||||
It seems a couple people still use or need this tool for whatever reason, so here you go. Wadzip is an old tool made by Graue that compresses WADs into a smaller format that the game can still read (but, unfortunately, that editors cannot read). This is a bugfixed version of Wadzip that fixes some bugs with the decompress (d) option that made it impossible to decompress a previously compressed WAD.
Wadzip (r8765) Like most of Graue's tools, Wadzip uses the command line exclusively, so open up a command prompt (cmd) window to use it, and use the following commands to compress or decompress a given WAD: Code:
Compresses "regular.wad" and saves the compressed file as "wadzipped.wad" > wadzip c [regular.wad] [wadzipped.wad] Decompresses "wadzipped.wad" and saves it as "regular.wad" (necessary if you want to edit the WAD in an editor) > wadzip d [wadzipped.wad] [regular.wad] Show Your Support
|
Comments |
![]() |
#2 |
WOO! GO ME! YAHOO!
Administrator
|
__________________
"remember, hacking SRB2 is a good thing, cracking it's save games is not" - Alam and Logan Arias 3DS FC: 0473-7778-0919 |
![]() |
![]() |
![]() |
#3 |
Permanently Banned
|
PK3 is better,it allows us to load Multiple wads,files in order and compresses them,i wish SRB2 will support them soon ...
|
![]() |
![]() |
![]() |
#4 |
|
Thanks for fixing this. Noticed that unzipping some files didn't work for some reason(Not for stealing, I only wanted to see some of Rosy's code and updated sprites), but they couldnt' be decompressed by the Linux build so I thought that it would be a Windows/Linux version problem.
It's good to have this tool public now so everyone can use it and decompess the files(Again, not for stealing, but before that it was still possible but only for some limited users that got the windows version compiled). |
![]() |
![]() |
![]() |
#5 |
¡Reremy
|
How is this used?
This says to use the command console, the console opens, but instantly closes. |
![]() |
![]() |
![]() |
#6 |
PK3 Fetishist
|
You have to run it using Command prompt, Not by double clicking it (commands are mentioned in first post) .
__________________
Sonic 3D Ass : Horrible camera island. |
![]() |
![]() |
![]() |
#7 |
Emblem Radar Ready
|
I'd think some instructions on how to use this would be better.
the furthest I got gave me the error no such file or directory.
__________________
SRB2TP (The Past) 1.08 Now Avaiable Why wouldn't you glide and climb as Super Knuckles? |
![]() |
![]() |
![]() |
#8 |
Please just call me Zappy.
|
|
![]() |
![]() |
![]() |
#9 |
Emblem Radar Ready
|
to me it was telling me I had to use these guys [ and ]
As someone who normally doesn't use a command prompt, it's confusing
__________________
SRB2TP (The Past) 1.08 Now Avaiable Why wouldn't you glide and climb as Super Knuckles? |
![]() |
![]() |
![]() |
#10 |
Please just call me Zappy.
|
To me, it's telling me to replace the bracketed things with the Wad file names. (The square brackets aren't supposed to be in the command, as you might have guessed by now from this message.) I'll try to explain it more easily, though.
Navigate to where wadzip.exe is, hold Shift and right-click an empty space, choose "Open Command Prompt" or something, and type wadzip.exe [option] [input] [output] without pressing Enter yet. Replace "[option]" with "c" to compress the input into the output, or "d" to de-compress the input into the output. Replace "[input]" with the path to the Wad you want to compress or de-compress. You can get this by Shift-right-clicking the Wad file and choosing "Copy as path", although I haven't tested using a full path like that. If the path has spaces, you'll definitely need to use quotes, but again I haven't tested it with spaces. Replace "[output]" with the path of the Wad you want to create. This file will be made by wadzip, so it doesn't need to exist already (not sure if it's even allowed to exist). You can use the same path as the input, just adding "compressed" or "decompressed" at the end before .wad, to keep it simple. Then, once you have something like wadzip.exe c "D:\Path\To\File.wad" "D:\Path\To\FileCompressed.wad", hit enter. |
![]() |
![]() |
![]() |
#11 |
Emblem Radar Ready
|
much better instructions. Thank you.
__________________
SRB2TP (The Past) 1.08 Now Avaiable Why wouldn't you glide and climb as Super Knuckles? |
![]() |
![]() |
![]() |
#12 |
Pyro the Hedgehog & Maki
|
How can I use this thing with Windows PowerShell?
PS: Windows 10 is CRAP
__________________
O kurwa! |
![]() |
![]() |
![]() |
#14 |
Rookie modder
|
Or...
![]() ...you could do it as if you were using CMD. You just have to prefix two extra characters ( ./ ).
__________________
Lost interest on modding for a while... |
![]() |
![]() |
![]() |
#15 |
Pyro the Hedgehog & Maki
|
It worked! Thank you very much!
__________________
O kurwa! |
![]() |
![]() |
![]() |
Thread Tools | |
|
|