|
1 | 1 | # mcimport
|
2 |
| - |
3 |
| -This mod converts a minecraft world into minetest. |
| 2 | +Convert Minecraft maps to Minetest worlds |
4 | 3 |
|
5 | 4 | The process is offline. Minecraft should not be running on the world
|
6 | 5 | that is to be converted. The output should be an empty folder, and
|
@@ -55,7 +54,32 @@ easiest way to invoke the converter is to run the `mcimport.sh`
|
55 | 54 | script without any parameters. This takes you through a bunch of
|
56 | 55 | screens that you can use to select a world and configure a few
|
57 | 56 | settings.
|
58 |
| - |
| 57 | +# |
| 58 | +# win10 |
| 59 | +* [python](https://www.python.org/downloads/windows/) Installation, Add Python to PATH |
| 60 | +* Copy the map to the `mcimport-master` folder |
| 61 | +* `Command Prompt`to`mcimport-master` location, Key in ```python mcimport.py Enter out``` `Enter` Replace with your map name,`out` is your name after Convert. |
| 62 | +* you need Download [Map](https://github.com/Pantyhose-X/AISS_mcimport/releases) Or go to the map after you Convert . Open the `get-mods.sh` with Notepad to download the mods link. `Copy mod to minetest\mods,Copy map to minetest\worlds` |
| 63 | +* Currently; you need to find the minecraft coordinates, and convert them before teleporting to the minetest ones. |
| 64 | +``` |
| 65 | +Coordinate Conversion from Minecraft to Minetest: |
| 66 | +
|
| 67 | +X = Approximately +16 nodes |
| 68 | +Y = Approximately -64 nodes |
| 69 | +Z = The number is approximately inverted. -16 nodes |
| 70 | +``` |
| 71 | +A general [Example](https://github.com/minetest-tools/mcimport/issues/34) of converted coordinates: |
| 72 | +```` |
| 73 | + Minecraft: 100, 1, -100 |
| 74 | + Minetest: 116, -63, 84 |
| 75 | + ```` |
| 76 | +# |
| 77 | +I took a quick look at that map's coordinates in minecraft. You'll need to teleport/fly to the following coordinates in your converted world. |
| 78 | +````` |
| 79 | +/grantme all |
| 80 | +/teleport 116,-63,-100 |
| 81 | +````` |
| 82 | +# |
59 | 83 | # License:
|
60 | 84 |
|
61 | 85 | Copyright (C) 2016 - Nore, dgm555, sofar and others
|
@@ -83,4 +107,3 @@ Except as contained in this notice, the name of the authors shall
|
83 | 107 | not be used in advertising or otherwise to promote the sale, use or
|
84 | 108 | other dealings in this Software without prior written authorization
|
85 | 109 | from the authors.
|
86 |
| - |
|
0 commit comments