Tabletop Simulator

Tabletop Simulator

[Tool] 3DGridlines
18 条留言
Me, I'm Counting  [作者] 2022 年 1 月 13 日 上午 6:14 
@Segomaster The grid should automatically appear on top of any objects that have their "Grid Projection" property enabled.

If you're looking to give the whole thing a universal offset you would have to edit the code.
Segomaster 2022 年 1 月 12 日 下午 5:10 
how do you raise the grid?
Me, I'm Counting  [作者] 2020 年 10 月 27 日 上午 10:35 
Use the measure tool. The stock large table is 88x52.
Niki 2020 年 10 月 27 日 上午 10:27 
Ehm ...
"Big"?
I bumped up room size and resized CHRY's table up by 1,5 so I'd have plenty of room to drop large maps, since I get to play with a group where everyone has decent hardware.

I do realise 'big' might not be the best answer so if there's a way for me to actually give you more meaningful numbers, do let me know!
Me, I'm Counting  [作者] 2020 年 10 月 27 日 上午 10:22 
@Findanniin What size is the table you're playing on?
Niki 2020 年 10 月 27 日 上午 7:07 
Been using this to great effect for quite a while - thanks a ton.

If there a way to increase the maximum area it will affect, as I've taken to using a few bigger maps and am finding the grid now leaves the 'outside' of the maps ungridded.
Bunions 2020 年 9 月 1 日 下午 5:06 
Thanks for both the response and for working on it!
Me, I'm Counting  [作者] 2020 年 9 月 1 日 下午 3:37 
Hex grids are on my ToDo! There's a fantastic article on them [www.redblobgames.com] for those wishing to read more about the complexities of hex grids compared to square grids.

I'm familiar with sky tools, which works by projecting a shadow rather than the built-in vector drawing methods I've used for this.
Bunions 2020 年 9 月 1 日 上午 6:02 
+1 For hex grid requests, the tool you linked will not work with some tables that yours does work with unsure why, but it would be great if you'd give more thought to hex functionality.
entr0py 2019 年 5 月 30 日 下午 6:06 
See https://i.imgur.com/FDFQAd3.png
Many advantages: six squares surround each individual square (just like hexes)
Distances count single squares (like hexes)
Fits normal dungeon rooms better than hexes.
entr0py 2019 年 5 月 30 日 下午 5:46 
Ohh say each odd row half offset from the evens please; like a brick wall but squares.
Me, I'm Counting  [作者] 2019 年 5 月 30 日 下午 4:51 
@entr0py I can add a grid offset. Sliding scale, or simple "offset by half a cell" toggle?

@DonnieLove I'm not sure, honestly. The tool works by performing a series of physics casts to look for intersections with objects on the table. Covering a large table at scale 1 needs over 4,000 casts (88x52) which can take a while depending on your computer. I did add a few conditional yields if more than a certain amount of time has passed so it shouldn't grind you to a complete halt but please let me know how it performs.
DonnieLove 2019 年 5 月 30 日 下午 3:07 
This is amazing. I do wonder if it'll cut down on the 'choppiness' brought with adding grids to a bunch of random objects. My PC is mediocre at best, and framerate drops heinously when I make a whole map using the standard grid adding function. If this saves me from that then you are a saint.
entr0py 2019 年 5 月 30 日 下午 3:03 
@Deathknyte you might have a look at https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=780895844 ... has a hex grid tool you might like.
entr0py 2019 年 5 月 30 日 下午 2:58 
As long as we are making requests. I would greatly appreciate an offset grid (sometimes called a brick grid) provides an intermediate step between squares and hexes. Otherwise, nice job so far!
Robert Dubois 2019 年 5 月 30 日 上午 11:48 
Can't ask for more I guess. I need something like this, but with hex patterns.
Me, I'm Counting  [作者] 2019 年 5 月 30 日 上午 10:43 
Probably not (hexes are a bit more complicated that just drawing axis lines) but I'll bear it in mind.
Robert Dubois 2019 年 5 月 30 日 上午 10:31 
While useful, do you think you will create one for hexes?