Advertisement
Guest User

FMWI modification tools

a guest
Jan 14th, 2016
582
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. A set of tools to help modify FMWI's data files.
  2.  
  3. ---------------------------------------------------------------------------
  4. Cyphering/Decyphering program: FMWICypher
  5. http://pastebin.com/GdrSbp1P
  6.  
  7. Usage:
  8. ./FMWICypher dataFile c/d
  9.  
  10. 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.
  11. ---------------------------------------------------------------------------
  12.  
  13. ---------------------------------------------------------------------------
  14. Unpacking program: FMWIUnpack
  15. http://pastebin.com/XZYUREB7
  16.  
  17. Usage:
  18. ./FMWIUnpack decypheredFile
  19.  
  20. Takes all of the files out of a decyphered data file. Easy as pie. Thanks to Yam for the original program for FMWP.
  21. ---------------------------------------------------------------------------
  22.  
  23. ---------------------------------------------------------------------------
  24. Repacking program: FMWIRepack
  25. http://pastebin.com/1QvsrBuJ
  26.  
  27. Usage:
  28. ./FMWIRepack gstyFile
  29.  
  30. Reads the gsty file made by the unpacking program and uses that information to find the unpacked files and get them all together again. Remember to run the file it makes through a cypher again!
  31. ---------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement