Dynmap-Forge/Fabric

Dynmap-Forge/Fabric

888k Downloads

Rotating Dynmap 180 degrees

Kxvinos opened this issue ยท 19 comments

commented

Hi, so currently on my dynmap i can see the world from the left ish, is there a way to be able to rotate it around the map? (see image)

image

commented

That is possible, you can add a new map using the dmap mapadd command, and define the perspective in that command like iso_NW_60_hires for example: https://github.com/webbukkit/dynmap/wiki/Commands#mapworld-configuration-commands

commented

You need to set the world and mapname in the command too, as stated in the link I sent.

commented

You need to set the world and mapname in the command too, as stated in the link I sent.

yeah i just found that out, tho i cant get the dynmap to show the other side, every option i try it gives this weird top angle, which one would i need to put in to show the other side of the first picture?
image

commented

The second part of the perspective dictates the rotate angle in cardinal directions, (NW is opposite of SE), the third part is the tilt angle, normally 30 for low , 60 for high or 90 for topdown view

commented

The second part of the perspective dictates the rotate angle in cardinal directions, (NW is opposite of SE), the third part is the tilt angle, normally 30 for low , 60 for high or 90 for topdown view

/dmap mapadd world:test iso_NW_30_hires

alright i think i get it, but what else do i need to add to that command to make it work? ^

apologies for not really understanding this much!

commented

That is possible, you can add a new map using the dmap mapadd command, and define the perspective in that command like iso_NW_60_hires for example: https://github.com/webbukkit/dynmap/wiki/Commands#mapworld-configuration-commands

Hi, thanks, im not sure what im doing wrong, im getting this error:
image

commented

No worries, we all gotta start somewhere, after a fullrender of that map, it should show the requested perspective (command to render a single map is also in that wiki link)

commented

Alright. currnetly just letting it render w that exact command, i so then after the fullrender is done it'll show it from the opposite side i want? Thanks :D
image

commented

You can always check map data using the dmap maplist command, what is the output of that now?

commented

image

currently this:

commented

The last two maps have the same perspective, test and southeast, i don't think that is what you want Right?

commented

yh i noticed that too, i just deleted both of them, for some reason the perspective keeps going to "default" even tho i put in iso_NW_30_hires

commented

Can you show what you are typing in?

commented

image

commented

omg i see, i tried that but it gave me an error, i had a space there apparently ๐Ÿคฆโ€โ™‚๏ธ thank you so much, its working now :D

commented

You are missing perspective:

commented

Nice, glad it works out, if the result turns out to be what you want, you can go ahead and close this issue ๐Ÿ‘

commented

Yup, thanks! Imma let the perspectives render for a while and see if i get the correct result!

commented

Assuming the result is wanted, closing the issue