Skip to content

Instantly share code, notes, and snippets.

@KariTrace
Created December 16, 2011 19:38
Show Gist options
  • Save KariTrace/1487589 to your computer and use it in GitHub Desktop.
Save KariTrace/1487589 to your computer and use it in GitHub Desktop.
Basic Overviewer batch file for Windows.
@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