Both good points. I can not display tokens that are not visible unless the user is the session host. I can also set the token's tooltip to be the creature's name in the CT (or the non-id name if they're not identified).
Printable View
New version - v1.3.0
Tokens that are not visible to client will no longer appear in the token selector pop up window. Within the token selector window, tokens now have a tooltip that displays their name. If the token is unidentified, it will display the unidentified name to clients.
This ext fixes an issue so many of us have been having forever. An older rob2e ext used to try to address this, but that hasn't worked in a long time. Thank you! You should charge money on forge for it.
Thank you for the kind words! Like you said, this is a feature that should be included with every ruleset, but isn't. I wouldn't feel right charging for something that should just be a basic feature. My only hope is it gets enough attention that Smiteworks takes it and implements it themselves.
New version - v1.4.0
Added support for hex grids. The calculations to check overlap of hexagons is not as precise as with squares, so it might not be exactly correct with overlaps, but it should work most of the time.
Also added support for multi-selecting tokens by holding shift.
New version - v1.5.0
Added more game options.
Overlap threshold. This lets you set the amount of overlap tokens must have in order to pop up the window. Previously the window would appear if even a single pixel overlapped another token. This increases that threshold based on a percentage of the token. So you can set tokens to only count as stacked if they are 5% - 25% overlapped.
Calculation Methods. Three options (one for each grid type) that let you set how the extension calculates whether tokens are overlapped. If you tend to use circular tokens, then change your calc method to circle. If you use square tokens, set the method to square.