Page 1 of 1

Converting Minecraft Maps to Minetest / Ultima6

PostPosted: Mon Jul 30, 2012 02:06
by Neuromancer
I saw this, http://ian-albert.com/games/ultima_6_minecraft/ and it made me wish there was a way to convert minecraft maps to Minetest.

PostPosted: Mon Jul 30, 2012 04:18
by Josh
I reckon it could be possible im not sure if we can convert textures from minecraft & stuff we possibly could convert maps.

PostPosted: Mon Jul 30, 2012 06:10
by LolManKuba
Josh wrote:I reckon it could be possible im not sure if we can convert textures from minecraft & stuff we possibly could convert maps.

Well we done that already.

PostPosted: Tue Jul 31, 2012 02:53
by Josh
LolManKuba wrote:
Josh wrote:I reckon it could be possible im not sure if we can convert textures from minecraft & stuff we possibly could convert maps.

Well we done that already.


I know i just said that we can already convert textures & stuff & that converting maps could be possible.

PostPosted: Tue Jul 31, 2012 02:54
by Josh
Could we convert mods from minecraft also?

PostPosted: Tue Jul 31, 2012 03:47
by jpenguin
I don't think so; minecraft is java...

PostPosted: Tue Jul 31, 2012 05:36
by LolManKuba
jpenguin is right and java has more possibility's so no.

PostPosted: Tue Jul 31, 2012 06:26
by Splizard
Well to do this a good place to start would be to look at the Minecraft level format:
http://www.minecraftwiki.net/wiki/Level_Format
http://www.minecraftwiki.net/wiki/Chunk_format

From there you would have to write a parser that will convert that to the Minetest format:
https://github.com/celeron55/minetest/blob/master/doc/mapformat.txt

Id say it's possible but it would require a bit of work.

PostPosted: Tue Jul 31, 2012 10:51
by Jordach
We also have one more problem.

What if the map extends beyond 31000?

PostPosted: Tue Jul 31, 2012 19:22
by Neuromancer
Jordach wrote:We also have one more problem.

What if the map extends beyond 31000?

It would have to be cropped/truncated. Minecraft maps can be > 31000? Did not know that.

PostPosted: Wed Aug 01, 2012 04:07
by Cooper
I tried this, both ways and it did not work.

PostPosted: Wed Aug 01, 2012 11:45
by Neuromancer
Cooper wrote:I tried this, both ways and it did not work.

What issues did you run into?

PostPosted: Mon Aug 06, 2012 03:47
by Cooper
Neuromancer wrote:
Cooper wrote:I tried this, both ways and it did not work.

What issues did you run into?

The files do not convert into like meta.inf.
the coding was incompatable

PostPosted: Mon Mar 04, 2013 12:18
by mendozajustin105
does it actually work?

PostPosted: Mon Mar 04, 2013 15:38
by Sokomine
There are at least two solutions for Minecraft classic format:
- mcimport works on (unzipped) level.dat files
- java-based external converter by sfan5 that works by creating worldedit schematics

The format of the survival version of Minecraft to my knowledge has not been convertet yet. Maybe it would make more sense in this case to export single intresting buildings and reimport them in Minetest.

PostPosted: Thu May 09, 2013 21:22
by Dan Duncombe
The only way to convert minecraft mods would be:
1. Buy a java decompiler
2. Look at the coding of the mod
3.Completely re-write it in lua
4.Pray it works
5.XD!

PostPosted: Thu May 09, 2013 21:37
by kaeza
Dan Duncombe wrote:The only way to convert minecraft mods would be:
1. Buy a java decompiler
2. Look at the coding of the mod
3.Completely re-write it in lua
4.Pray it works
5.XD!

6. Write it again from scratch because the implementation is copyrighted under a non-free license.
7. ???
8. Profit

PostPosted: Fri May 10, 2013 08:21
by sfan5
jpenguin wrote:I don't think so; minecraft is java...

It has nothing to do with Java