Advertisement
Guest User

How to use

a guest
Sep 6th, 2015
30,223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. How to use:
  2.  
  3. 1.- Download and install Python 2.7
  4. https://www.python.org/download/releases/2.7/
  5.  
  6. 2.- Download and install PyCrypto py2.7
  7. (32 bits) http://www.voidspace.org.uk/downloads/pycrypto26/pycrypto-2.6.win32-py2.7.exe
  8. (64 bits) http://www.voidspace.org.uk/downloads/pycrypto26/pycrypto-2.6.win-amd64-py2.7.exe
  9.  
  10. 3.- Open Start -> Control Panel -> System -> Advanced System Settings -> Environment Variables
  11. Under System Variables, you'll see a Variable called "path", double click the 'Value' portion, and add ;C:\Python27
  12.  
  13. 4.- Click "download zip" in the following link to get svanheulen's tools and unzip it
  14. https://github.com/svanheulen/mhef
  15.  
  16. 5.- Open a command line in mhef-master (shift+right click and select "Open Command Prompt in this Folder") and type the following command
  17.  
  18. python setup.py install
  19.  
  20. 6.- Copy your main savedata userX to the folder called n3ds. Open a command line and decrypt it with this command:
  21. (REPLACE THE X WITH A THE SLOT)
  22.  
  23. python savedata.py d userX userX_d
  24.  
  25. 7.- Now userX_d will be your decrypted save. Edit it. Then you can get it encrypted again by typing this command:
  26.  
  27. python savedata.py e userX_d userX
  28.  
  29.  
  30.  
  31. Guild Quest Map Values:
  32. Refer to this image for map values:
  33. http://puu.sh/k1dly/7d85139da4.jpg
  34.  
  35. Equipment Values:
  36. https://github.com/svanheulen/mhff/wiki/Monster-Hunter-4-Ultimate-Equipment-Structure
  37. http://puu.sh/jZUs9/5f2c245ca6.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement