U8it
From WADder Wiki
| u8it | |
|---|---|
| Description: | This application is used to create and destroy U8 Archives. |
| Type | Utility |
| License | Umm... |
| Author | icefire |
| Version | Do I need one? |
| Download | In WADder and MyMenu |
| Source | here |
| Website | WADder.net |
u8it is a packer and unpacker for U8 Archives. It is a command line tool for Windows, Linux, and Mac OSX.
End User
To use u8it, follow these directions:
- Open up your U8 file in a hex editor. If it starts with anything besides "U.8-" in the ASCII section, then you may need to remove a header. Ask in the forums for help.
- Press start, and then run.
- Type "cmd".
- In the new window, type all that follows: cd "C:\name\of\folder\that\holds\the\stuff\to\unpack\or\pack\"
- Then, copy u8it.exe into that folder.
- For unpacking:
- Type "u8it.exe nameOfU8File nameOfOutputFolder".
- For packing:
- Type "u8it.exe nameOfUnpackedFolder nameOfNewPackedFile -pack".
Developer
Developers and users of non-windows operating systems can find the newest version of the source code to compile at this URL. It can be compiled with GCC using no special settings and no required dependencies on *NIX, cygwin, and MinGW.
