manuelVo / foundryvtt-drag-ruler

A Foundry VTT module that shows a ruler when dragging tokens so you can see how far you've dragged them
MIT License
39 stars 50 forks source link

Support needed for Party actor tokens in PF 5.4.0 #299

Closed apoapostolov closed 11 months ago

apoapostolov commented 11 months ago

PF 5.4.0 introduces a new actor token for the Party Sheet. It works like a vehicle, allowing party members to board/unboard the party token, and the party token moves them around, releasing them only when necessary.

The problem is that the Party token is not supported by routinglib and can walk into walls and reveal unexplored and hidden spaces because the token has shared vision with all players.

apoapostolov commented 11 months ago

This was caused by mod conflict with the mod Perceptive. Once I turned off that mod, Party token respects walls and routing works.