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
I really want to thank you for these modules, especially Manual Rolls. I was reluctant to incorporate Foundry into in-person games because I didn't want to lose that feeling of sitting around a table, but Manual Rolls has been the keystone to being able to blend these approaches together.
One question I've had: I control the game from a laptop, and project the map onto a screen behind me. Players have paper character sheets and real dice. I use Foundry + Dice So Nice for GM rolls. In this scenario, is there any way to tell foundry/manual rolls to activate the 3d effects of Dice So Nice only for system rolls and not manual rolls?
I'm just learning Foundry module development, but if this is potentially a desirable feature I'm eager to dig in with a pull request if I can figure it out. Any tips on how to approach this problem would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
So there's not at the moment. From my understanding, the way DSN works is that it monitors the chat log and when a chat message with isRoll=true comes in, it grabs the roll object associated with the message and uses it's DiceTerms to figure out what kind of dice were used and how many. If you wanted to prevent it from showing manual rolls, the Manual Rolls module would need to somehow add a Flag to the Roll object and then you would have to patch DSN so that it can detect this flag and ignore the roll.
I really want to thank you for these modules, especially Manual Rolls. I was reluctant to incorporate Foundry into in-person games because I didn't want to lose that feeling of sitting around a table, but Manual Rolls has been the keystone to being able to blend these approaches together.
One question I've had: I control the game from a laptop, and project the map onto a screen behind me. Players have paper character sheets and real dice. I use Foundry + Dice So Nice for GM rolls. In this scenario, is there any way to tell foundry/manual rolls to activate the 3d effects of Dice So Nice only for system rolls and not manual rolls?
I'm just learning Foundry module development, but if this is potentially a desirable feature I'm eager to dig in with a pull request if I can figure it out. Any tips on how to approach this problem would be greatly appreciated.
The text was updated successfully, but these errors were encountered: