Created
December 16, 2011 19:38
-
-
Save KariTrace/1487589 to your computer and use it in GitHub Desktop.
Basic Overviewer batch file for Windows.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO ON | |
::xcopy the world to a working dir | |
CMD /C start /wait xcopy "--WORLD FOLDER HERE--" "worlds\world" /E /C /I /F /H /R /Y /Z | |
::'cause overviewer does not havemulti world support yet. Have to copy region out of DIM1 & DIM-1 for the nether and the end. But for reg worlds leave this commented out | |
::CMD /C start /wait xcopy "worlds\world\DIM-1" "worlds\world" /E /C /I /F /H /R /Y /Z | |
::If you have the biom tinter uncomment this | |
::CMD /C start /wait java -jar "BiomeExtractor.jar" -nogui "worlds\world" | |
::RENDER!!!! | |
overviewer.exe "worlds\world" "maps\world" | |
::Close the CMD if all goes well | |
EXIT | |
::this is very basic but should get everything working. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment