Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Render the Nether Roof #2828

Closed
gitlias opened this issue Mar 25, 2020 · 4 comments
Closed

[Question] Render the Nether Roof #2828

gitlias opened this issue Mar 25, 2020 · 4 comments

Comments

@gitlias
Copy link

gitlias commented Mar 25, 2020

How do I make a render of the Nether roof?
I already tried setting the lighting to shadows instead of nethershadows however that only changed the lighting of where the chunks ended.
I found an old configuration page as it used the parameters maximumheight and minimumheight. However it refers to the configuration.txt which isn't used to configure worlds at least anymore as it is from 2011 and inserting it into my world.txt didn't have any effect.

@mylogon341
Copy link

did you find anything to sort this out? thanks

@depwl9992
Copy link

depwl9992 commented May 26, 2020

Giving this a try. Looks like currently minimumheight and maximumheight are still supported in the custom-perspectives.txt file:

perspectives:
  - class: org.dynmap.hdmap.IsoHDPerspective
    name: nether_top_map_lowres
    maximumheight: 256
    minimumheight: 129
    inclination: 90
    scale: 4
    azimuth: 180

The config-based map add that the Reddit thread mentions is optional (and may be outdated even), as you can do something like dmap mapset world_nether:nether_roof perspective:nether_top_map_lowres via the CLI after a reload.

And it seems to want to work after initializing a re-render!
image

One thing I don't like is the lack of mushrooms to give some sense of scale, and I'm not sure if maps still support the background color attribute, or if I drop minimumheight down one, the bedrock will be rendered as a sort of dark gray by default? I will keep messing around with it..

Edit: Setting minimumheight to 128 does capture the roof surface, but the default bedrock texture is ...kinda nasty imo.
image
image

@mylogon341
Copy link

Thanks @depwl9992 .
Would you (or anyone else, for that matter) be able to put together a ELI5 set of steps on how to do this? I tried following your instructions as well as the reddit post. I managed to add.. a map, but it has no icon and the map is just black. I'd really appreciate it :)

@depwl9992
Copy link

Would you (or anyone else, for that matter) be able to put together a ELI5 set of steps on how to do this? I tried following your instructions as well as the reddit post. I managed to add.. a map, but it has no icon and the map is just black. I'd really appreciate it :)

As long as the map itself shows the spawn icon, it should be fine, and eventually update with whatever you have up there, provided you run a fullrender or walk a player up there to load the chunks and let dynmap refresh automatically.

But I get you. The black is annoying, and may be caused by minimumheight=129 which I believe is open air and renders as black, blending perfectly with the black obsidian of any portals you might have placed also.

Additionally, yeah, I get why no icon could also be misleading.

So here is a step-by-step guide of what I did to get this working!

Let me know if it helps!

@gitlias gitlias closed this as completed Jun 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants