Skip to content

Something wrong when using multiple renderers. #1116

Open
@gregoire-astruc

Description

@gregoire-astruc

Hello,

as I mentioned in PR #1115, I have some troubles generating a map with different viewpoints (NE, SW, and so on).

Doing some research, I noticed that the reported treedepth appears to be wrong (7 instead of 8), so jobs are not sent, overviewer never finishes, and my map is not updated :(

Here's my configuration file :

from observer import JSObserver

processes = 6

worlds["AdventureCraft"] = "/home/craft/worlds/world"
world = "AdventureCraft"
renders["upper-left"] = {
    "title": "North East",
    "rendermode": smooth_lighting,
    "northdirection": "upper-left",
}

# Those are commented out because of this issue.                                   
#renders["upper-right"] = {
#  "title": "North West",
#  "rendermode": smooth_lighting,
#  "northdirection": "upper-right",
#}

#renders["bottom-right"] = {
#  "title": "South West",
#  "rendermode": smooth_lighting,
#  "northdirection": "lower-right",
#}

#renders["bottom-left"] = {
#  "title": "South East",
#  "rendermode": smooth_lighting,
#  "northdirection": "lower-left",
#}

texturepath = "/home/craft/mods"
outputdir = "/home/craft/maps"

observer = JSObserver(outputdir)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions