New warnings and other changes

This commit is contained in:
Keith 2016-12-28 10:29:32 +11:00 committed by GitHub
parent 8d9ee279c5
commit d00e12dd6c

View File

@ -1,13 +1,6 @@
# MConverterUltimate # MineConvert
MConverterUltimate are 5 map converters compiled into one for Minecraft. It is built upon [ljyloo's](http://github.com/ljyloo) [LevelDb2Anvil](http://github.com/ljyloo/LevelDb2Avnil) and [Anvil2LevelDb](https://github.com/ljyloo/LevelDb2Avnil/tree/Avnil2LevelDb) converter. MineConvert are 5 map converters compiled into one for Minecraft. It is built upon [ljyloo's](http://github.com/ljyloo) [LevelDb2Anvil](http://github.com/ljyloo/LevelDb2Avnil) and [Anvil2LevelDb](https://github.com/ljyloo/LevelDb2Avnil/tree/Avnil2LevelDb) converter. None of these converters are written or maintained by the Imagical Corporation.
## Supported World Formats
- LevelDB
- Anvil
- MCRegion
- Xbox World Format
## Converters ## Converters
@ -17,13 +10,16 @@ MConverterUltimate are 5 map converters compiled into one for Minecraft. It is b
- MCRegion to Anvil - MCRegion to Anvil
- Xbox to Anvil - Xbox to Anvil
## Warnings ## Warnings - read before you use the programs
The LevelDB to Anvil and Anvil to LevelDB converters will experience an error if you have blocks which are not supported by Minecraft PC Edition. It will make your .mca files corrupted, therefore please replace those blocks with another block that is supported. - The LevelDB to Anvil and Anvil to LevelDB converters will experience an error if you have blocks which are not supported by Minecraft PC Edition. It will make your .mca files corrupted, so make sure you replace those blocks with another block that is supported.
- The LevelDB to Anvil converter won't convert your level.dat file. The best fix for this is to generate a new flat world in Minecraft PC, and copy that world's level.dat into your converted world's root folder(where the region folder is located). It is known that the converted land and the generated land won't line up together where they meet.
## How to use most world converters(Xbox excepted) ## How to use the world converters(except Xbox to Anvil)
Import your world in and rename that folder to world. Run the start.bat file(if youre on Windows) or start.sh(if youre on any other platform) to start the converter. The converter will now convert your world to an output folder, or the same original world folder depending on the converter you are using. - Import your world in and rename that folder to world.
- Run the start.bat file(if youre on Windows) or start.sh(if youre on Unix) to start the converter.
- The converter will now convert your world to an output folder(e.g. worldanvil), or the same original world folder depending on the converter you are using.
## How to use the Xbox to Anvil world converter ## How to use the Xbox to Anvil world converter
@ -33,7 +29,7 @@ Import your world in and rename that folder to world. Run the start.bat fi
- Press "Begin conversion", then follow the instructions presented to you by the program. - Press "Begin conversion", then follow the instructions presented to you by the program.
- Open Minecraft and play your converted world. - Open Minecraft and play your converted world.
## Resources ## Credits
This program uses [leveldb by tinfoiled](https://github.com/ljyloo/leveldb). This program uses [leveldb by tinfoiled](https://github.com/ljyloo/leveldb).
@ -41,12 +37,8 @@ This program contains [code from Mojang](https://mojang.com/2012/02/new-minecraf
The [LevelDB to Anvil](https://github.com/ljyloo/LevelDb2Avnil) and [Anvil to LevelDB](https://github.com/ljyloo/LevelDb2Avnil/tree/Avnil2LevelDb) converter was written by [ljyloo](https://github.com/ljyloo). The [LevelDB to Anvil](https://github.com/ljyloo/LevelDb2Avnil) and [Anvil to LevelDB](https://github.com/ljyloo/LevelDb2Avnil/tree/Avnil2LevelDb) converter was written by [ljyloo](https://github.com/ljyloo).
The [Anvil to MCRegion](http://www.mediafire.com/download/13g2zdwq6ram09u/Converter.zip) converter was written by Anonymous(if you are the authorised author, please contact the [Imagical Corporation](http://github.com/ImagicalCorp) to put your name down). The [Anvil to MCRegion](http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-tools/1264128-anvil-to-mcregion-converter-v1-0) converter was written by [Black_Mantha](http://www.minecraftforum.net/members/Black_Mantha). Alternate download available [here](http://www.mediafire.com/download/13g2zdwq6ram09u/Converter.zip).
The [MCRegion to Anvil](https://mojang.com/2012/02/new-minecraft-map-format-anvil/) converter was written by Jens Bergensten at Mojang. The [MCRegion to Anvil](https://mojang.com/2012/02/new-minecraft-map-format-anvil/) converter was written by Jens Bergensten at Mojang.
The [Xbox to Anvil](http://sourceforge.net/projects/xboxtopcminecraftconverter/) converter was writtem by [manfromscene24](http://sourceforge.net/u/manfromscene24/profile/). The [Xbox to Anvil](http://sourceforge.net/projects/xboxtopcminecraftconverter/) converter was writtem by [manfromscene24](http://sourceforge.net/u/manfromscene24/profile/).
## Notes
This tool was compiled and is maintained by [Keith](http://github.com/keithkfng) of the [Imagical Corporation](http://github.com/ImagicalCorp). This is not a tool for everyone, this is a tool for our intended use. Hopefully you find it useful too.