scaleGrid icon indicating copy to clipboard operation
scaleGrid copied to clipboard

Module for FoundryVTT that scales the grid.

Results 18 scaleGrid issues
Sort by recently updated
recently updated
newest added

Trying to install results in an error in it not being able to find a .css file: FoundryVTT | 2022-09-05 17:45:11 | [info] FoundryVTT | Installed module scaleGrid FoundryVTT |...

Foundry doesn't like using decimals for the grid scale, so we have to round them before using them. This fix was initially proposed by @u2mad. Closes #20.

Hi i'm on 0.7.10 version and can't update to 0.8.x by the moment. Could be possible to install the 0.13 version or a 0.7.10 compatible version? Thanks for your work...

Version: Foundry 0.8.8 It is not possbile to submit the "Set Grid" dialogue. An error is raised. ``` Uncaught Error: ReferenceError: validateForm is not defined at Dialog.submit (foundry.js:20453) at Dialog._onClickButton...

Foundry doesn't seem to like decimals anymore, so unless you get lucky while trying to draw a square, foundry throws an error. My fix was to put in: `gridPix =...

Please add the framework for translating the module to other languages (as other modules do, with an en.json file in a lang folder with keys that we can translate). I...

I was working on a map that was hand-drawn. While the spacing of the rows/columns was mostly consistent, it wasn't perfect. This makes it really hard to make the map...

Sometimes it can be really hard to click in the exact right place to make the square as perfectly sized as possible. As a suggestion, after the user has drawn...

I was working on a map that happened to be drawn using 10' squares, but I wanted to subdivide that into 5' squares. Neither the "Set Grid Square Size" or...

This small patch makes scaleGrid work normally again in FVTT 0.5.6+, though I'm unsure if this patch is fully correct. I've tested this to work properly on my own instance.