Advertisement
Guest User

FMWI Modification Tools 1.2

a guest
Dec 11th, 2016
803
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. A set of tools to help modify FMWI's data files.
  2. The cyphering/decyphering tool hasn't changed, but the other two have.
  3.  
  4. ---------------------------------------------------------------------------
  5. Cyphering/Decyphering program: FMWICypher
  6. http://pastebin.com/GdrSbp1P
  7.  
  8. Usage:
  9. ./FMWICypher dataFile c/d
  10.  
  11. 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.
  12. ---------------------------------------------------------------------------
  13.  
  14. ---------------------------------------------------------------------------
  15. Unpacking program: FMWIUnpack
  16. http://pastebin.com/Cz4yYEY0
  17.  
  18. Usage:
  19. ./FMWIUnpack decypheredFile
  20.  
  21. Takes all of the files out of a decyphered data file. Easy as pie. Thanks to Yam for the original program for FMWP.
  22. NEW: Now it also decrypts all of the files automatically! No need to run them through Ultracrypt.
  23. ---------------------------------------------------------------------------
  24.  
  25. ---------------------------------------------------------------------------
  26. Repacking program: FMWIRepack
  27. http://pastebin.com/URpXzhMb
  28.  
  29. Usage:
  30. ./FMWIRepack gstyFile
  31.  
  32. Reads the gsty file made by the unpacking program and uses that information to find the unpacked files and get them all together again.
  33. NEW: Now it encrypts them all automatically, too!
  34.  
  35. Remember to run the file it makes through a cypher again!
  36. ---------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement