Page 1 of 1

Server admins: minetestmapper.py updated!

PostPosted: Fri Jun 08, 2012 12:24
by celeron55
I just finished updating minetestmapper.py for the current map format. It could still use some extra command line parameters and stuff - but it does work fairly reliably.

https://github.com/celeron55/minetest/commit/ff85e2343ca5eeb4cc1d42f1f555fdd37c755129

PostPosted: Fri Jun 08, 2012 12:58
by redcrab
Yess ! Smell like a stable release soon :)

PostPosted: Fri Jun 08, 2012 13:22
by sfan5
\o/
Finally we can generate Maps again!

PostPosted: Fri Jun 08, 2012 13:24
by Jordach
sfan5 wrote:\o/

What have we said about posting those Sfan?

PostPosted: Fri Jun 08, 2012 20:05
by redcrab
It works !

Test on Pixel Art server
Image

PostPosted: Fri Jun 08, 2012 20:52
by Jordach
Redcrab. see those odd gird-lines, they are perfectly square, each and everyone one of them.

PostPosted: Fri Jun 08, 2012 21:42
by redcrab
Jordach wrote:Redcrab. see those odd gird-lines, they are perfectly square, each and everyone one of them.


I already notice that land generator generate these lines ...

the map is correct ... the land generator not... :)

PostPosted: Fri Jun 08, 2012 22:08
by redcrab
from the redcrab's server (latest git)
Click Here for full scale
Image

PostPosted: Fri Jun 08, 2012 23:41
by mauvebic
how to use?

PostPosted: Sat Jun 09, 2012 05:21
by ecube
mauvebic wrote:how to use?

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
python minetestmapper.py -i /path/to/world -o output_file.png

Make sure you have python installed if you're in windows.

PostPosted: Mon Jun 11, 2012 02:01
by mauvebic
i might be doing something wrong :S


Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
Traceback (most recent call last):
  File "mapper.py", line 32, in <module>
    import cStringIO
ImportError: No module named cStringIO

PostPosted: Sat Jul 14, 2012 16:32
by Keegan
ecube wrote:
mauvebic wrote:how to use?

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
python minetestmapper.py -i /path/to/world -o output_file.png

Make sure you have python installed if you're in windows.

where do i put (python minetestmapper.py -i /path/to/world -o output_file.png)