You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an NPC is visible to a PC according to the PC's vision, but the NPC is still under FoW, the movement details are shown to players. This is confusing because the NPC itself is not rendered, and can also lead to GMs inadvertently revealing the presence of tokens they thought would be hidden from players.
This only happens when Use Individual FoW is enabled in the server settings.
To Reproduce
In the following, make sure not to expose FoW at any point.
Start a new campaign. Make sure the map has FoW enabled, is visible to players, and vision is set to Night.
Start a server with Use Individual FOW enabled.
Connect with a player client.
As GM, add a PC token with darkvision, and make it owned by all players.
As GM, add an unowned NPC token nearby the PC.
As GM, drag NPC around and player will see the labels.
Expected Behaviour
If an unowned token is covered by FoW, movement details and other revealing information should not be shown to players.
Screenshots
This is the view from a player client, with the Elf being owned by the player. The GM is dragging an NPC on their own client, but FoW prevents the token itself from appearing:
MapTool Info
1.8.5 through 1.13.0
Desktop
Linux Mint 21.1
Additional Context
No response
The text was updated successfully, but these errors were encountered:
This specific case should not be hard to address. We just need to check against FoW like we do for the other case (Use Individual FOW disabled).
More broadly, it would be good to be consistent in our visibility checks where possible during rendering, so that the results are consistent with each other and with what the player sees. The ZoneView keeps track of view-specific visible areas and exposed FoW in a way that accounts for ownership and server settings. If we make a point of using the ZoneView that for visibility-based decisions, we would always be consistent with what the player sees regarding vision and FoW.
Contrast with today where we sometimes check the ZoneView's perspective, sometimes check the zone directly, sometimes we check against the visible area and exposed area in screen space, etc.
Describe the Bug
When an NPC is visible to a PC according to the PC's vision, but the NPC is still under FoW, the movement details are shown to players. This is confusing because the NPC itself is not rendered, and can also lead to GMs inadvertently revealing the presence of tokens they thought would be hidden from players.
This only happens when Use Individual FoW is enabled in the server settings.
To Reproduce
In the following, make sure not to expose FoW at any point.
Expected Behaviour
If an unowned token is covered by FoW, movement details and other revealing information should not be shown to players.
Screenshots
This is the view from a player client, with the Elf being owned by the player. The GM is dragging an NPC on their own client, but FoW prevents the token itself from appearing:
MapTool Info
1.8.5 through 1.13.0
Desktop
Linux Mint 21.1
Additional Context
No response
The text was updated successfully, but these errors were encountered: