Advertisement
Guest User

Untitled

a guest
Dec 24th, 2010
2,765
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. MCNostalgia v0.5 ReadMe
  2. Forum: http://www.minecraftforum.net/viewtopic.php?f=25&t=113094
  3.  
  4.  
  5. Description
  6. ===========
  7. MCNostalgia is a tool that takes binary difference patches and applies them to the latest version of Minecraft, essentially reverting it to an older version, without ever distributing any .jar files illegally. Binary difference patches are made by taking the differences between two files, one is the source/old file, in this case the latest version of Minecraft, the other is the output/new file, in this case an older version of Minecraft. To patch the files, MCNostalgia requires Minecraft to be unmodified.
  8.  
  9.  
  10. Install
  11. =======
  12. 1) Extract the archive to any folder
  13. 2) Install python
  14. 3) Run MCNostalgia, it should enter Configurator mode
  15. 4) Choose which options you would like enabled, if you want it to work with different directories than the default ones, I highly suggest you disable alerts. It is recommended that you leave errors and logging enabled.
  16. 5) Choose quit.
  17.  
  18. Linux Users
  19. You will need to get the bspatch tool in order for this to work, Macs come with it already, and a Windows version(named bsapply to avoid the UAC's catchall of the term patch) is included in the archive.
  20.  
  21.  
  22. Uninstall
  23. =========
  24. 1) Run MCNostalgia and choose UnPatcher if you have a patch installed.
  25. 2) Delete the folder containing MCNostalgia and the patches.
  26.  
  27.  
  28. Usage
  29. =====
  30. Patching:
  31. 1) Choose a version in the Patches folder and copy all the ptch files into he Patcher folder.
  32. 2) Run MCNostalgia
  33. 3) Choose Patcher
  34. 4) Play Minecraft!
  35.  
  36. UnPatching:
  37. 1) Run MCNostalgia
  38. 3) Choose UnPatcher
  39. 4) Play Minecraft!
  40.  
  41. Changing Settings:
  42. 1) Run MCNostalgia
  43. 2) Choose Configurator, this will run the Configurator again for you to configure the settings again
  44.  
  45. Emergency Tool:
  46. The emergency tool will delete the backup, as well as the version file in .minecraft/bin, forcing Minecraft to update and getting rid of any potentially dangerous files that could be causing issues. Only use this if you somehow manage to break the patcher.
  47.  
  48.  
  49. History
  50. =======
  51. 0.5, 24/12/2010 - python implemented, several failsafes added, however, not following instruction can still cause issues to arise
  52. 0.2, 22/12/2010 - First public release, minor improvements to batch scripts
  53. 0.1, 21/12/2010 - Test release
  54.  
  55.  
  56. Credits
  57. =======
  58. CyborgDragon: For making this
  59. okushama, ZeuX, amh7912, lahwran: Testing
  60. Notch: For making this game
  61. 303: For pushing CyborgDragon to port it to python
  62.  
  63.  
  64. Licensing/Legal
  65. ===============
  66. You can do whatever you want with this tool but don't complain to me if your PC blows up.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement