Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account
This post has been closed. You can still view previous posts, but you can't post any new replies.

Default diagonal grid measurement instead of page-by-page

Currently, you can change the grid distance formula in the page settings as shown below. This dropdown tells Roll20 how to count diagonal distances on the grid. However, this setting doesn't carry over to new pages, so you have to pick it every time you add a page. The current workaround is duplicating old pages, but it would be nice if there were a way to choose a default setting for new pages, since it's unlikely to vary within a campaign.
It would make sense that this is a global setting, since like you said it is unlikely to vary within a campaign. Also, if at any point you decide to change the way you measure diagonals, then you would want to change it for all pages, not just new ones.
1506734018

Edited 1506734072
From your game page, click Settings -> Game Settings . Expand the arrow next to Game Default Settings . There you will find Page Defaults where you can set this (among other details) for all new pages. Set it and click the blue Save Defaults button.
I think Mark is asking for a button similar to [Update Default Settings] in the VTT to update all existing pages as opposed to the current implementation of the page settings only applying to new pages created after the change.
I was replying to the OP's suggestion/request. Mark's suggestion would be a valid enhancement request/suggestion.
Oh, I was just assuming the OP posted this suggestion before Game Settings were implemented.
1506891787

Edited 1506891970
Rabulias said: From your game page, click Settings -> Game Settings . Expand the arrow next to Game Default Settings . There you will find Page Defaults where you can set this (among other details) for all new pages. Set it and click the blue Save Defaults button. Ah, I actually didn't know that was a thing, thanks! But Kyle G. is correct that I was looking for an update to existing pages. However, I have since dived into this and wrote a quick API script to do just that: //When adding a page (or loading the campaign), change properties to defaults on("add:page", function(obj) {            obj.set("diagonaltype", "pythagorean"); }); Of course, this could also be easily expanded to other properties.
Thanks for the suggestion! After 30 days, Suggestions and Ideas with fewer than 10 votes are closed and the votes are refunded to promote freshness. Your suggestion didn't build the right momentum this time, but feel free to submit it again! We find that the best suggestions describe the problem you are having, and the solution you want. You can learn more about the process of making suggestions on the Roll20 Wiki! More details can be found here .