Search found 6 matches

by jonajames
Sat May 09, 2020 21:30
Forum: Minetest-related projects
Topic: mc2mt: Minetest map conversion tool
Replies: 9
Views: 1481

Re: mc2mt: Minetest map conversion tool

It's working
I owe you one
by jonajames
Sat May 09, 2020 21:30
Forum: Minetest-related projects
Topic: mc2mt: Minetest map conversion tool
Replies: 9
Views: 1481

Re: mc2mt: Minetest map conversion tool

It's working
I owe you one
by jonajames
Sat May 09, 2020 09:07
Forum: Minetest-related projects
Topic: mc2mt: Minetest map conversion tool
Replies: 9
Views: 1481

Re: mc2mt: Minetest map conversion tool

talamh wrote:
Fri May 08, 2020 13:14
In blob_writer.py are you reading param1 and param2 from the param0 array by mistake?
O.O

I looked at that piece of code at least a thousand times... always missed this.
I'm testing it now.
by jonajames
Fri May 08, 2020 11:05
Forum: Minetest-related projects
Topic: mc2mt: Minetest map conversion tool
Replies: 9
Views: 1481

Re: mc2mt: Minetest map conversion tool

They are not! The param2 value seems to be kinda random and changes from one tree to another and sometimes even in the same tree. Maybe I made an error in writing the block format to the database, but I don't know how to debug it inside the game. And if a mistake was made in writing the zipped block...
by jonajames
Thu May 07, 2020 13:10
Forum: Minetest-related projects
Topic: mc2mt: Minetest map conversion tool
Replies: 9
Views: 1481

Re: mc2mt: Minetest map conversion tool

ooh lots of bicycle stands and a long metal bench. Looks cool :-) It's a smart city indeed... I tried mcimport (github.com/minetest-tools/mcimport) wich seemed to work fine for maps before 1.5, but the format then changed. I don't think the parameter interpretation is (just) the problem: for many b...
by jonajames
Wed May 06, 2020 22:46
Forum: Minetest-related projects
Topic: mc2mt: Minetest map conversion tool
Replies: 9
Views: 1481

mc2mt: Minetest map conversion tool

I needed to convert a MC 1.5.X map to a Minetest one. I found none working so I decided to write one myself using python. https://github.com/jonajames/mc2mt This is still a bit unstable and it takes about 20m to convert a single mca file. The real problem is that block orientation gets screwed up in...