Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- A set of tools to help modify FMWI's data files.
- The cyphering/decyphering tool hasn't changed, but the other two have.
- ---------------------------------------------------------------------------
- Cyphering/Decyphering program: FMWICypher
- http://pastebin.com/GdrSbp1P
- Usage:
- ./FMWICypher dataFile c/d
- If the second argument is d, it'll decypher a file that you took from FMWI. If the second argument is c, it'll recypher a file made by the repacking program. This is the first and last step of modding FMWI.
- ---------------------------------------------------------------------------
- ---------------------------------------------------------------------------
- Unpacking program: FMWIUnpack
- http://pastebin.com/Cz4yYEY0
- Usage:
- ./FMWIUnpack decypheredFile
- Takes all of the files out of a decyphered data file. Easy as pie. Thanks to Yam for the original program for FMWP.
- NEW: Now it also decrypts all of the files automatically! No need to run them through Ultracrypt.
- ---------------------------------------------------------------------------
- ---------------------------------------------------------------------------
- Repacking program: FMWIRepack
- http://pastebin.com/URpXzhMb
- Usage:
- ./FMWIRepack gstyFile
- Reads the gsty file made by the unpacking program and uses that information to find the unpacked files and get them all together again.
- NEW: Now it encrypts them all automatically, too!
- Remember to run the file it makes through a cypher again!
- ---------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement