Skip to content

Instantly share code, notes, and snippets.

@agrif
Created January 8, 2012 01:38
Show Gist options
  • Select an option

  • Save agrif/1576768 to your computer and use it in GitHub Desktop.

Select an option

Save agrif/1576768 to your computer and use it in GitHub Desktop.
worldpath = "/home/agrif/local/mco-addons/exmaple"
#worldpath = "/home/agrif/local/counterpillow/world"
optimizeimg = None
bgcolor = "#AAAAAA"
renderchecks = 2
# normal world, with pre-defined "normal" mode
render["world"] = {
"rendermode": "normal",
}
# custom rendermode
from overviewer_core.rendermodes import Base, Cave, SmoothLighting
render["custom"] = {
"rendermode": [Base(), Cave(only_lit=True), SmoothLighting()],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment