![]() |
Expanding & Overviewing the map - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Discussion (https://forum.cuberite.org/forum-5.html) +--- Thread: Expanding & Overviewing the map (/thread-1662.html) |
RE: Expanding & Overviewing the map - xoft - 12-05-2014 I'd prefer if you did it in a PR, that way the changes can be reviewed properly and then attributed to you once it gets merged. You need to fork the repo on GitHub, commit your changes to a new branch in that fork and then create a PR out of that branch. A crypto guy? Nice, finally we get someone who can understand the cryptography used in MC ![]() RE: Expanding & Overviewing the map - wudles - 12-06-2014 (12-05-2014, 05:32 PM)xoft Wrote: I'd prefer if you did it in a PR, that way the changes can be reviewed properly and then attributed to you once it gets merged. Ok. I'll figure out github this weekend. ![]() RE: Expanding & Overviewing the map - wudles - 12-06-2014 I'm having the overviewer light up the landscape. It works like a charm now. You can see the results here: http://minecraft.planetx.com/ RE: Expanding & Overviewing the map - xoft - 12-06-2014 It's lit the landscape, but now the overhangs are not shaded properly. RE: Expanding & Overviewing the map - wudles - 12-06-2014 (12-06-2014, 04:45 AM)xoft Wrote: It's lit the landscape, but now the overhangs are not shaded properly. Yeah, but I can fiddle with those settings much more easily in python. ![]() RE: Expanding & Overviewing the map - wudles - 12-09-2014 I re-did the pull request with a newer file base. RE: Expanding & Overviewing the map - wudles - 01-23-2015 Here's some instructions on how to use the Minecraft Overviewer with MC Server. http://mcserver.planetx.com/Minecraft_Overviewer RE: Expanding & Overviewing the map - Peter_V - 01-29-2015 This looks pretty awesome, unfortunately the antique versions of python aren't available on the Linux distro I'm running (ArcLinuxARM) I don't suppose you have any plans to rewrite this in Python 3, or better yet C++ ? RE: Expanding & Overviewing the map - wudles - 01-29-2015 This is actually written by someone else. I just added timestamps to the chucks that MC Server stores so that the overviewer would work. Here are more detailed build instructions: http://docs.overviewer.org/en/latest/building/#build-instructions-for-various-operating-systems BTW, can you just " sudo pacman -S python2" to get 2.7? RE: Expanding & Overviewing the map - Peter_V - 01-30-2015 (01-29-2015, 05:40 AM)wudles Wrote: BTW, can you just " sudo pacman -S python2" to get 2.7? Doh!! I completely spaced on that one...literally. I was searching for "python 2" and not "python2" Thanks!!! |