syl3r86 / Actually-Private-Rolls

Hides Private GM Rolls completely rather then just obfuscating the result.
3 stars 6 forks source link

Feature Request: Silence the dice roll sound #4

Open Drunemeton opened 4 years ago

Drunemeton commented 4 years ago

Would be nice to have Actually Private Rolls silence the sound of the dice rolling so they're actually private rolls.

peaceful-octopus commented 3 years ago

Agreed. It might be nice to have it be optional, though, since there's something nice about recreating the at-the-table feeling of hearing the GM rolling dice behind the screen and not knowing why.

flangelier commented 3 years ago

5

flangelier commented 3 years ago

FYI, if you want to fix it temporary, you can edit the JS manually. Find the FoundryVTT directory (usually appdata/local/FoundryVTT) Then go in Data/modules/actually-private-rolls/ Then edit accutally-private-rolls.js (you can right-click the file, edit with notepad) and add this line app.data["sound"] = null; between html.hide(); Line 15 and } Line 16