From b69670bf4cfc3a96bc3948db2e5cc54a8961bd87 Mon Sep 17 00:00:00 2001 From: Adubbz Date: Fri, 26 Apr 2013 10:04:02 +1000 Subject: [PATCH] Removed spaces from jar name, updated instructions --- ... => BOP-Converter-Patch-Generator-1.0.jar} | Bin README.md | 29 ++++++++++++------ 2 files changed, 20 insertions(+), 9 deletions(-) rename BOP Converter Patch Generator/{BOP Converter Patch Generator 1.0.jar => BOP-Converter-Patch-Generator-1.0.jar} (100%) diff --git a/BOP Converter Patch Generator/BOP Converter Patch Generator 1.0.jar b/BOP Converter Patch Generator/BOP-Converter-Patch-Generator-1.0.jar similarity index 100% rename from BOP Converter Patch Generator/BOP Converter Patch Generator 1.0.jar rename to BOP Converter Patch Generator/BOP-Converter-Patch-Generator-1.0.jar diff --git a/README.md b/README.md index fd6688583..1fc9467c9 100644 --- a/README.md +++ b/README.md @@ -19,29 +19,40 @@ ## World Conversion (Don't use yet!)## As of Biomes O Plenty 0.5.2, changes have been made so that the number of block ids used by the mod are drastically reduced. However, as a side-effect of these changes, existing worlds will no longer work. -However, thanks to the wonderful folks who made Midas Gold, we have a work-around for this. +However, thanks to a little Java application I (Adubbz) whipped up, as well as the lovely folks who made Midas gold, this should hopefully be easy. ---------- +1. Backup your world -1. Grab a copy of Midas Gold from here: +2. Grab a copy of the Converter Patch Generator from here: + + [https://github.com/ted80/BiomesOPlenty/tree/master/BOP%20Converter%20Patch%20Generator](https://github.com/ted80/BiomesOPlenty/tree/master/BOP%20Converter%20Patch%20Generator) (Click on the jar file and then 'View Raw' to download it) + +3. Grab a copy of Midas Gold from here: [https://code.google.com/p/midas-gold/downloads/list](https://code.google.com/p/midas-gold/downloads/list) -2. Extract it. +4. Extract Midas Gold. -3. Grab a copy of "BOP 0.5.2 Conversion Patch.txt" from our Git Repo (Right click it and do "Save link as"). +5. Launch the Converter Patch Generator. -4. Launch the Midas Gold jar file. +6. Click on "Import Config" and select your old Biomes O Plenty config file. -5. Click on "Add Savegame" and select the folder of the world you want converted. +7. Click on "Output Patch" and choose where you want the patch file to be outputted to. -6. Click on "Load Patch File" and select the "BOP 0.5.2 Conversion Patch.txt" file that you saved earlier. +8. Hit "Start". -7. Hit start! +9. Launch the Midas Gold jar file. -8. You're done :) +10. Click on "Add Savegame" and select the folder of the world you want converted. + +11. Click on "Load Patch File" and select the patch file created by the Converter Patch Generator. + +12. Hit start! + +13. You're done :) ----------